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

12

/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))
H A Dinlines.h55 if (!list_empty(head_p)) {
358 if (list_empty(head))
/external/e2fsprogs/lib/blkid/
H A Dcache.c131 while (!list_empty(&cache->bic_devs)) {
138 while (!list_empty(&cache->bic_tags)) {
143 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.c42 while (!list_empty(&dev->bid_tags)) {
H A Dsave.c70 if (list_empty(&cache->bic_devs) ||
/external/linux-tools-perf/src/include/linux/
H A Dlist.h95 * Note: list_empty() on entry does not return true after this, the entry is
183 * list_empty - tests whether a list is empty
186 static inline int list_empty(const struct list_head *head) function
218 if (!list_empty(head)) {
230 return !list_empty(head) && (head->next == head->prev);
262 if (list_empty(head))
295 if (!list_empty(list))
307 if (!list_empty(list))
321 if (!list_empty(list)) {
338 if (!list_empty(lis
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h79 static __inline__ int list_empty(struct list_head *head) function
/external/f2fs-tools/include/
H A Dlist.h66 static inline int list_empty(const struct list_head *head) function
/external/linux-tools-perf/src/tools/perf/util/
H A Dcgroup.c149 if (list_empty(&evlist->entries)) {
H A Dsort.h115 return !list_empty(&he->pairs.node);
H A Dprobe-finder.c97 while (!list_empty(head)) {
922 if (list_empty(&pf->lcache)) {
1459 if (!list_empty(&lf->lr->line_list))
H A Dsymbol.c821 if (list_empty(&md.maps)) {
850 while (!list_empty(&md.maps)) {
888 while (!list_empty(&md.maps)) {
H A Dsession.c504 while (!list_empty(&os->to_free)) {
562 if (list_empty(head)) {
688 if (!list_empty(sc)) {
H A Dsort.c916 if (list_empty(&hist_entry__sort_list))
H A Dannotate.c855 while (!list_empty(list)) {
/external/e2fsprogs/e2fsck/
H A Drevoke.c249 J_ASSERT (list_empty(hash_list));
454 while (!list_empty(hash_list)) {
633 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)) {
H A Dlibiptc.c693 if (list_empty(&handle->chains))
726 if (list_empty(&handle->chains))
1475 if (list_empty(&handle->chains)) {
1524 if (list_empty(&c->rules)) {
/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/linux-tools-perf/src/tools/perf/
H A Dbuiltin-kmem.c771 if (list_empty(&caller_sort))
773 if (list_empty(&alloc_sort))
H A Dbuiltin-sched.c761 BUG_ON(list_empty(list));
872 BUG_ON(list_empty(&atoms->work_list));
886 if (list_empty(&atoms->work_list))
1035 BUG_ON(list_empty(&atoms->work_list));
1090 BUG_ON(list_empty(&atoms->work_list));
/external/libusb/libusb/
H A Dlibusbi.h67 #define list_empty(entry) ((entry)->next == (entry)) macro
H A Dio.c1101 if (list_empty(&ctx->flying_transfers)) {
1703 if (list_empty(&ctx->flying_transfers))
2101 if (list_empty(&ctx->flying_transfers)) {
H A Dcore.c1519 if (!list_empty(&ctx->open_devs))

Completed in 961 milliseconds

12