Home
last modified time | relevance | path

Searched refs:list_empty (Results 1 – 25 of 44) sorted by relevance

12

/external/linux-tools-perf/perf-3.12.0/include/linux/
Dlist.h186 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/
Dlist.h165 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()
Dinlines.h55 if (!list_empty(head_p)) { in update_range()
358 if (list_empty(head)) in io_first_list()
/external/e2fsprogs/lib/blkid/
Dcache.c131 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()
Dlist.h116 _INLINE_ int list_empty(struct list_head *head) in list_empty() function
Dsave.c70 if (list_empty(&cache->bic_devs) || in blkid_flush_cache()
Ddev.c42 while (!list_empty(&dev->bid_tags)) { in blkid_free_dev()
/external/oprofile/module/
Dcompat.c32 if (dentry->d_parent != dentry && list_empty(&dentry->d_hash)) in wind_dentries_2_2()
Dop_dname.c122 if (!IS_ROOT(d) && list_empty(&d->d_hash)) in wind_dentries_2_4()
/external/chromium_org/third_party/libusb/src/libusb/os/
Dthreads_windows.c96 if(!list_empty(&cond->waiters)) return ((errno=EBUSY )); // (!see above!) in usbi_cond_destroy()
126 if(list_empty(&cond->waiters)) return 0; // no one to wakeup. in usbi_cond_signal()
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c127 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/
Drevoke.c249 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/e2fsprogs/lib/ext2fs/
Dkernel-list.h79 static __inline__ int list_empty(struct list_head *head) in list_empty() function
/external/iptables/libiptc/
Dlinux_list.h260 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/oprofile/libutil/
Dop_list.h120 static __inline__ int list_empty(struct list_head const * head) in list_empty() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsort.h115 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
Dcgroup.c149 if (list_empty(&evlist->entries)) { in parse_cgroups()
/external/yaffs2/yaffs2/
Ddevextras.h151 static __inline__ int list_empty(struct list_head *head) in list_empty() function
/external/f2fs-tools/include/
Dlist.h66 static inline int list_empty(const struct list_head *head) in list_empty() function
/external/oprofile/daemon/liblegacy/
Dopd_mapping.c79 if (list_empty(&proc->maps)) { in opd_add_mapping()
Dopd_parse_proc.c144 if (list_empty(&proc->maps)) { in opd_get_ascii_maps()
Dopd_sample_files.c45 if (list_empty(&lru_list)) in opd_24_sfile_lru_clear()
/external/oprofile/opjitconv/
Dopjitconv.c508 || list_empty(&jd_fnames)) in op_process_jit_dumpfiles()
534 || list_empty(&anon_dnames)) { in op_process_jit_dumpfiles()
/external/libusb/libusb/
Dio.c1101 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/chromium_org/third_party/libusb/src/libusb/
Dio.c1242 if (list_empty(&ctx->flying_transfers)) { in add_to_flying_list()
1857 if (list_empty(&ctx->flying_transfers)) in handle_timeouts_locked()
2343 if (list_empty(&ctx->flying_transfers)) { in libusb_get_next_timeout()

12