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

1 2 3

  /system/core/liblog/
config_read.c 33 if (list_empty(list)) {
config_write.c 33 if (list_empty(list)) {
logger_read.c 68 if (list_empty(&logger_list->logger)) {
72 if (!list_empty(&logger_list->transport)) {
78 if (list_empty(&__android_log_transport_read) &&
79 list_empty(&__android_log_persist_read)) {
118 if (list_empty(&logger_list->transport)) {
306 while (!list_empty(&logger_list_internal->transport)) {
459 while (!list_empty(&logger_list_internal->transport)) {
471 while (!list_empty(&logger_list_internal->logger)) {
logger_write.c 123 if (list_empty(&__android_log_transport_write)) {
368 if (!list_empty(&__android_log_persist_write)) {
  /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/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/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)) {
  /system/core/adb/
adb_auth_client.cpp 104 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...]
  /hardware/qcom/audio/hal/audio_extn/
soundtrigger.c 62 list_empty(&st_dev->st_ses_list), capture_handle);
193 list_empty(&st_dev->st_ses_list), in->capture_handle);
sndmonitor.c 237 while (!list_empty(&sndmonitor.cards)) {
297 while (!list_empty(&sndmonitor.dev_events)) {
  /development/ndk/platforms/android-3/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))

Completed in 5190 milliseconds

1 2 3