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

12

/external/oprofile/module/
H A Dcompat.c32 if (dentry->d_parent != dentry && list_empty(&dentry->d_hash))
H A Dop_dname.c122 if (!IS_ROOT(d) && list_empty(&d->d_hash))
/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.c126 while (!list_empty(&cache->bic_devs)) {
133 while (!list_empty(&cache->bic_tags)) {
138 while (!list_empty(&tag->bit_names)) {
H A Dlist.h97 * list_empty() on @entry does not return true after this, @entry is
116 * list_empty - tests whether a list is empty
119 _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/util/include/linux/added/
H A Dlist.h82 * Note: list_empty() on entry does not return true after this, the entry is
164 * list_empty - tests whether a list is empty
167 static inline int list_empty(const struct list_head *head) function
199 if (!list_empty(head)) {
211 return !list_empty(head) && (head->next == head->prev);
243 if (list_empty(head))
276 if (!list_empty(list))
288 if (!list_empty(list))
302 if (!list_empty(list)) {
319 if (!list_empty(lis
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h82 static __inline__ int list_empty(struct list_head *head) function
/external/kernel-headers/original/linux/
H A Dplist.h202 return list_empty(&head->node_list);
H A Dlist.h153 * Note: list_empty on entry does not return true after this, the entry is
167 * Note: list_empty on entry does not return true after this,
279 * list_empty - tests whether a list is empty
282 static inline int list_empty(const struct list_head *head) function
327 if (!list_empty(list))
341 if (!list_empty(list)) {
H A Dquota.h187 #define info_any_dquot_dirty(info) (!list_empty(&(info)->dqi_dirty_list))
/external/linux-tools-perf/util/
H A Dcgroup.c150 if (list_empty(&evlist->entries)) {
/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c79 if (list_empty(&proc->maps)) {
H A Dopd_parse_proc.c144 if (list_empty(&proc->maps)) {
H A Dopd_sample_files.c45 if (list_empty(&lru_list))
/external/oprofile/libutil/
H A Dop_list.h99 * Note: list_empty on entry does not return true after this, the entry is in an undefined state.
117 * list_empty - tests whether a list is empty
120 static __inline__ int list_empty(struct list_head const * head) function
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.c96 if(!list_empty(&cond->waiters)) return ((errno=EBUSY )); // (!see above!)
126 if(list_empty(&cond->waiters)) return 0; // no one to wakeup.
/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)) {
/external/yaffs2/yaffs2/
H A Ddevextras.h129 * Note: list_empty on entry does not return true after this, the entry is
148 * list_empty - tests whether a list is empty
151 static __inline__ int list_empty(struct list_head *head) function
/external/oprofile/opjitconv/
H A Dopjitconv.c508 || list_empty(&jd_fnames))
534 || list_empty(&anon_dnames)) {
/external/kernel-headers/original/linux/sunrpc/
H A Dsched.h108 if (!list_empty(head) && \
/external/linux-tools-perf/
H A Dbuiltin-kmem.c773 if (list_empty(&caller_sort))
775 if (list_empty(&alloc_sort))

Completed in 1478 milliseconds

12