HomeSort by relevance Sort by last modified time
    Searched refs:list_empty (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/oprofile/module/
compat.c 32 if (dentry->d_parent != dentry && list_empty(&dentry->d_hash))
op_dname.c 122 if (!IS_ROOT(d) && list_empty(&d->d_hash))
  /external/blktrace/btt/
list.h 107 * 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))
inlines.h 55 if (!list_empty(head_p)) {
358 if (list_empty(head))
  /external/e2fsprogs/lib/blkid/
cache.c 131 while (!list_empty(&cache->bic_devs)) {
138 while (!list_empty(&cache->bic_tags)) {
143 while (!list_empty(&tag->bit_names)) {
list.h 94 * list_empty() on @entry does not return true after this, @entry is
113 * list_empty - tests whether a list is empty
116 _INLINE_ int list_empty(struct list_head *head) function
dev.c 42 while (!list_empty(&dev->bid_tags)) {
save.c 70 if (list_empty(&cache->bic_devs) ||
  /external/linux-tools-perf/perf-3.12.0/include/linux/
list.h 95 * Note: list_empty() on entry does not return true after this, the entry is
183 * list_empty - tests whether a list is empty
186 static inline int list_empty(const struct list_head *head) function
218 if (!list_empty(head)) {
230 return !list_empty(head) && (head->next == head->prev);
262 if (list_empty(head))
295 if (!list_empty(list))
307 if (!list_empty(list))
321 if (!list_empty(list)) {
338 if (!list_empty(list))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 79 static __inline__ int list_empty(struct list_head *head) function
  /system/core/include/cutils/
list.h 80 #define list_empty(list) ((list) == (list)->next) macro
  /external/f2fs-tools/include/
list.h 66 static inline int list_empty(const struct list_head *head) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
cgroup.c 149 if (list_empty(&evlist->entries)) {
sort.h 115 return !list_empty(&he->pairs.node);
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 79 if (list_empty(&proc->maps)) {
opd_parse_proc.c 144 if (list_empty(&proc->maps)) {
opd_sample_files.c 45 if (list_empty(&lru_list))
  /external/oprofile/libutil/
op_list.h 99 * 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/
threads_windows.c 96 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/
revoke.c 249 J_ASSERT (list_empty(hash_list));
454 while (!list_empty(hash_list)) {
633 while (!list_empty(hash_list)) {
  /external/iptables/libiptc/
linux_list.h 183 * 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/
devextras.h 129 * 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
  /system/core/adb/
adb_auth_client.c 101 while (!list_empty(list)) {
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 127 static int list_empty(const ListNode * const head);
377 while (!list_empty(head)) {
385 static int list_empty(const ListNode * const head) { function
411 if (list_empty(head)) {
526 if (list_empty(child_list)) {
554 if (!list_empty(child_list)) {
567 if (list_empty(child_list)) {
593 if (!list_empty(child_list)) {
    [all...]
  /external/oprofile/opjitconv/
opjitconv.c 508 || list_empty(&jd_fnames))
534 || list_empty(&anon_dnames)) {

Completed in 3379 milliseconds

1 2 3 4 5