/external/linux-tools-perf/src/include/linux/ |
D | list.h | 186 static inline int list_empty(const struct list_head *head) in list_empty() function 218 if (!list_empty(head)) { in list_rotate_left() 230 return !list_empty(head) && (head->next == head->prev); in list_is_singular() 262 if (list_empty(head)) in list_cut_position() 295 if (!list_empty(list)) in list_splice() 307 if (!list_empty(list)) in list_splice_tail() 321 if (!list_empty(list)) { in list_splice_init() 338 if (!list_empty(list)) { in list_splice_tail_init() 373 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
|
/external/blktrace/btt/ |
D | list.h | 165 static inline int list_empty(const struct list_head *head) in list_empty() function 176 return list_empty(head) ? NULL : head->next; in list_first() 212 if (!list_empty(list)) in list_splice()
|
D | inlines.h | 55 if (!list_empty(head_p)) { in update_range() 358 if (list_empty(head)) in io_first_list()
|
/external/e2fsprogs/lib/blkid/ |
D | cache.c | 131 while (!list_empty(&cache->bic_devs)) { in blkid_put_cache() 138 while (!list_empty(&cache->bic_tags)) { in blkid_put_cache() 143 while (!list_empty(&tag->bit_names)) { in blkid_put_cache()
|
D | list.h | 116 _INLINE_ int list_empty(struct list_head *head) in list_empty() function
|
D | save.c | 70 if (list_empty(&cache->bic_devs) || in blkid_flush_cache()
|
D | dev.c | 42 while (!list_empty(&dev->bid_tags)) { in blkid_free_dev()
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 127 static int list_empty(const ListNode * const head); 377 while (!list_empty(head)) { in list_free() 385 static int list_empty(const ListNode * const head) { in list_empty() function 411 if (list_empty(head)) { in list_first() 526 if (list_empty(child_list)) { in get_symbol_value() 554 if (!list_empty(child_list)) { in remove_always_return_values() 567 if (list_empty(child_list)) { in remove_always_return_values() 593 if (!list_empty(child_list)) { in check_for_leftover_values()
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 249 J_ASSERT (list_empty(hash_list)); in journal_destroy_revoke() 454 while (!list_empty(hash_list)) { in journal_write_revoke_records() 633 while (!list_empty(hash_list)) { in journal_clear_revoke()
|
/external/iptables/libiptc/ |
D | linux_list.h | 260 static inline int list_empty(const struct list_head *head) in list_empty() function 304 if (!list_empty(list)) in list_splice() 318 if (!list_empty(list)) { in list_splice_init()
|
D | libiptc.c | 693 if (list_empty(&handle->chains)) in iptcc_find_chain_by_offset() 726 if (list_empty(&handle->chains)) in iptcc_find_label() 1475 if (list_empty(&handle->chains)) { in TC_FIRST_CHAIN() 1524 if (list_empty(&c->rules)) { in TC_FIRST_RULE()
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 79 static __inline__ int list_empty(struct list_head *head) in list_empty() function
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | sort.h | 115 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
|
D | cgroup.c | 149 if (list_empty(&evlist->entries)) { in parse_cgroups()
|
D | probe-finder.c | 97 while (!list_empty(head)) { in line_list__free() 922 if (list_empty(&pf->lcache)) { in find_probe_point_lazy() 1459 if (!list_empty(&lf->lr->line_list)) in find_line_range_by_line()
|
D | symbol.c | 821 if (list_empty(&md.maps)) { in dso__load_kcore() 850 while (!list_empty(&md.maps)) { in dso__load_kcore() 888 while (!list_empty(&md.maps)) { in dso__load_kcore()
|
D | session.c | 504 while (!list_empty(&os->to_free)) { in perf_session_free_sample_buffers() 562 if (list_empty(head)) { in flush_sample_queue() 688 if (!list_empty(sc)) { in perf_session_queue_event()
|
D | sort.c | 916 if (list_empty(&hist_entry__sort_list)) in __sort_dimension__add()
|
D | annotate.c | 855 while (!list_empty(list)) { in delete_last_nop()
|
/external/f2fs-tools/include/ |
D | list.h | 66 static inline int list_empty(const struct list_head *head) in list_empty() function
|
/external/libusb/libusb/ |
D | io.c | 1101 if (list_empty(&ctx->flying_transfers)) { in add_to_flying_list() 1703 if (list_empty(&ctx->flying_transfers)) in handle_timeouts_locked() 2101 if (list_empty(&ctx->flying_transfers)) { in libusb_get_next_timeout()
|
D | libusbi.h | 67 #define list_empty(entry) ((entry)->next == (entry)) macro
|
D | core.c | 1519 if (!list_empty(&ctx->open_devs)) in libusb_exit()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-sched.c | 761 BUG_ON(list_empty(list)); in thread_lat_cmp() 872 BUG_ON(list_empty(&atoms->work_list)); in add_runtime_event() 886 if (list_empty(&atoms->work_list)) in add_sched_in_event() 1035 BUG_ON(list_empty(&atoms->work_list)); in latency_wakeup_event() 1090 BUG_ON(list_empty(&atoms->work_list)); in latency_migrate_task_event()
|
D | builtin-kmem.c | 771 if (list_empty(&caller_sort)) in cmd_kmem() 773 if (list_empty(&alloc_sort)) in cmd_kmem()
|