/external/linux-tools-perf/util/include/linux/added/ |
D | list.h | 167 static inline int list_empty(const struct list_head *head) in list_empty() function 199 if (!list_empty(head)) { in list_rotate_left() 211 return !list_empty(head) && (head->next == head->prev); in list_is_singular() 243 if (list_empty(head)) in list_cut_position() 276 if (!list_empty(list)) in list_splice() 288 if (!list_empty(list)) in list_splice_tail() 302 if (!list_empty(list)) { in list_splice_init() 319 if (!list_empty(list)) { in list_splice_tail_init()
|
/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 | 126 while (!list_empty(&cache->bic_devs)) { in blkid_put_cache() 133 while (!list_empty(&cache->bic_tags)) { in blkid_put_cache() 138 while (!list_empty(&tag->bit_names)) { in blkid_put_cache()
|
D | list.h | 119 _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/oprofile/module/ |
D | compat.c | 32 if (dentry->d_parent != dentry && list_empty(&dentry->d_hash)) in wind_dentries_2_2()
|
D | op_dname.c | 122 if (!IS_ROOT(d) && list_empty(&d->d_hash)) in wind_dentries_2_4()
|
/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()
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 82 static __inline__ int list_empty(struct list_head *head) in list_empty() function
|
/external/kernel-headers/original/linux/ |
D | plist.h | 202 return list_empty(&head->node_list); in plist_head_empty()
|
D | list.h | 282 static inline int list_empty(const struct list_head *head) in list_empty() function 327 if (!list_empty(list)) in list_splice() 341 if (!list_empty(list)) { in list_splice_init()
|
D | quota.h | 187 #define info_any_dquot_dirty(info) (!list_empty(&(info)->dqi_dirty_list))
|
/external/oprofile/libutil/ |
D | op_list.h | 120 static __inline__ int list_empty(struct list_head const * head) in list_empty() function
|
/external/linux-tools-perf/util/ |
D | cgroup.c | 150 if (list_empty(&evlist->entries)) { in parse_cgroups()
|
/external/yaffs2/yaffs2/ |
D | devextras.h | 151 static __inline__ int list_empty(struct list_head *head) in list_empty() function
|
/external/oprofile/daemon/liblegacy/ |
D | opd_mapping.c | 79 if (list_empty(&proc->maps)) { in opd_add_mapping()
|
D | opd_parse_proc.c | 144 if (list_empty(&proc->maps)) { in opd_get_ascii_maps()
|
D | opd_sample_files.c | 45 if (list_empty(&lru_list)) in opd_24_sfile_lru_clear()
|
/external/oprofile/opjitconv/ |
D | opjitconv.c | 508 || list_empty(&jd_fnames)) in op_process_jit_dumpfiles() 534 || list_empty(&anon_dnames)) { in op_process_jit_dumpfiles()
|
/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()
|
/external/linux-tools-perf/ |
D | builtin-sched.c | 908 BUG_ON(list_empty(list)); in thread_lat_cmp() 1023 BUG_ON(list_empty(&atoms->work_list)); in add_runtime_event() 1037 if (list_empty(&atoms->work_list)) in add_sched_in_event() 1164 BUG_ON(list_empty(&atoms->work_list)); in latency_wakeup_event() 1215 BUG_ON(list_empty(&atoms->work_list)); in latency_migrate_task_event()
|
/external/kernel-headers/original/linux/sunrpc/ |
D | sched.h | 108 if (!list_empty(head) && \
|