Searched refs:list_empty (Results 1 - 25 of 43) sorted by relevance

12

/external/syslinux/gpxe/src/core/
H A Dprocess.c45 if ( list_empty ( &process->list ) ) {
63 if ( ! list_empty ( &process->list ) ) {
H A Dposix_io.c213 while ( list_empty ( &file->data ) ) {
252 if ( ( list_empty ( &file->data ) ) &&
288 if ( list_empty ( &file->data ) )
309 assert ( list_empty ( &file->data ) );
/external/blktrace/btt/
H A Dlist.h107 * Note: list_empty on entry does not return true after this, the entry is
162 * list_empty - tests whether a list is empty
165 static inline int list_empty(const struct list_head *head) function
176 return list_empty(head) ? NULL : head->next;
212 if (!list_empty(list))
/external/e2fsprogs/lib/blkid/
H A Dcache.c129 while (!list_empty(&cache->bic_devs)) {
136 while (!list_empty(&cache->bic_tags)) {
141 while (!list_empty(&tag->bit_names)) {
H A Dlist.h94 * list_empty() on @entry does not return true after this, @entry is
113 * list_empty - tests whether a list is empty
116 _INLINE_ int list_empty(struct list_head *head) function
H A Ddev.c43 while (!list_empty(&dev->bid_tags)) {
H A Dsave.c71 if (list_empty(&cache->bic_devs) ||
/external/libnl/python/netlink/
H A Dutils.h8 static inline int list_empty(const struct list_head *head) function
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h79 static __inline__ int list_empty(struct list_head *head) function
/external/syslinux/gpxe/src/include/gpxe/
H A Dimage.h146 return ( ! list_empty ( &images ) );
H A Dlist.h111 * Note that list_empty() on entry does not return true after this;
130 static inline int list_empty ( const struct list_head *head ) { function
/external/ltp/testcases/realtime/include/
H A Dlist.h133 * Note: list_empty on entry does not return true after this, the entry is
177 * list_empty - tests whether a list is empty
180 static inline int list_empty(const struct list_head *head) function
224 if (!list_empty(list))
238 if (!list_empty(list)) {
/external/syslinux/com32/include/linux/
H A Dlist.h99 * Note: list_empty() on entry does not return true after this, the entry is
177 * list_empty - tests whether a list is empty
180 static inline int list_empty(const struct list_head *head) function
225 if (!list_empty(list))
239 if (!list_empty(list)) {
/external/f2fs-tools/include/
H A Dlist.h66 static inline int list_empty(const struct list_head *head) function
/external/e2fsprogs/debugfs/
H A Drevoke.c265 J_ASSERT(list_empty(hash_list));
555 while (!list_empty(hash_list)) {
764 while (!list_empty(hash_list)) {
/external/e2fsprogs/e2fsck/
H A Drevoke.c265 J_ASSERT(list_empty(hash_list));
555 while (!list_empty(hash_list)) {
764 while (!list_empty(hash_list)) {
/external/iptables/libiptc/
H A Dlinux_list.h183 * Note: list_empty on entry does not return true after this, the entry is
197 * Note: list_empty on entry does not return true after this,
257 * list_empty - tests whether a list is empty
260 static inline int list_empty(const struct list_head *head) function
304 if (!list_empty(list))
318 if (!list_empty(list)) {
/external/libnetfilter_conntrack/include/internal/
H A Dlinux_list.h188 * Note: list_empty on entry does not return true after this, the entry is
202 * Note: list_empty on entry does not return true after this,
262 * list_empty - tests whether a list is empty
265 static inline int list_empty(const struct list_head *head) function
309 if (!list_empty(list))
323 if (!list_empty(list)) {
/external/libnfnetlink/include/
H A Dlinux_list.h187 * Note: list_empty on entry does not return true after this, the entry is
201 * Note: list_empty on entry does not return true after this,
261 * list_empty - tests whether a list is empty
264 static inline int list_empty(const struct list_head *head) function
308 if (!list_empty(list))
322 if (!list_empty(list)) {
/external/libusb/include/libusb/
H A Dlibusbi.h109 #define list_empty(entry) ((entry)->next == (entry)) macro
357 || !list_empty(&(ctx)->hotplug_msgs) || !list_empty(&(ctx)->completed_transfers))
/external/libusb/libusb/
H A Dlibusbi.h109 #define list_empty(entry) ((entry)->next == (entry)) macro
357 || !list_empty(&(ctx)->hotplug_msgs) || !list_empty(&(ctx)->completed_transfers))
/external/libusb/libusb/os/
H A Dthreads_windows.c127 if (!list_empty(&cond->waiters))
/external/syslinux/gpxe/src/usr/
H A Diwmgmt.c161 if ( list_empty ( networks ) ) {
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c127 static int list_empty(const ListNode * const head);
377 while (!list_empty(head)) {
385 static int list_empty(const ListNode * const head) { function
411 if (list_empty(head)) {
526 if (list_empty(child_list)) {
554 if (!list_empty(child_list)) {
567 if (list_empty(child_list)) {
593 if (!list_empty(child_list)) {
/external/syslinux/com32/elflink/ldlinux/
H A Dcli.c345 if (!list_empty(&cli_history_head)) {
367 if (!list_empty(&cli_history_head)) {

Completed in 337 milliseconds

12