Home
last modified time | relevance | path

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

12

/external/e2fsprogs/lib/blkid/
Dcache.c126 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()
Dlist.h119 _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/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/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/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/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()
Dlibiptc.c695 if (list_empty(&handle->chains)) in iptcc_find_chain_by_offset()
728 if (list_empty(&handle->chains)) in iptcc_find_label()
1470 if (list_empty(&handle->chains)) { in TC_FIRST_CHAIN()
1519 if (list_empty(&c->rules)) { in TC_FIRST_RULE()
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h82 static __inline__ int list_empty(struct list_head *head) in list_empty() function
/external/kernel-headers/original/linux/
Dplist.h202 return list_empty(&head->node_list); in plist_head_empty()
Dlist.h282 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()
Dquota.h187 #define info_any_dquot_dirty(info) (!list_empty(&(info)->dqi_dirty_list))
Dwait.h99 return !list_empty(&q->task_list); in waitqueue_active()
Dnetfilter.h169 if (list_empty(&nf_hooks[pf][hook])) in nf_hook_thresh()
/external/oprofile/libutil/
Dop_list.h120 static __inline__ int list_empty(struct list_head const * head) in list_empty() function
/external/yaffs2/yaffs2/
Ddevextras.h151 static __inline__ int list_empty(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/kernel-headers/original/linux/sunrpc/
Dsched.h108 if (!list_empty(head) && \
/external/yaffs2/yaffs2/direct/
Dyaffsfs.c1201 if( list_empty(&dsc->dirObj->variant.directoryVariant.children)){ in yaffsfs_SetDirRewound()
1219 list_empty(&dsc->dirObj->variant.directoryVariant.children)){ in yaffsfs_DirAdvance()

12