Home
last modified time | relevance | path

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

12

/external/libxkbcommon/src/
Dutil-list.c46 assert(((elm->next == NULL && elm->prev == NULL) || list_empty(elm)) || in list_insert()
60 assert(((elm->next == NULL && elm->prev == NULL) || list_empty(elm)) || in list_append()
82 list_empty(const struct list *list) in list_empty() function
Dutil-list.h47 bool list_empty(const struct list *list);
Dregistry.c198 if (!list_empty(&parent->parent_field_)) \
260 if (!list_empty(&layout->iso639s)) in rxkb_layout_get_iso639_first()
297 if (!list_empty(&layout->iso3166s)) in rxkb_layout_get_iso3166_first()
419 assert(list_empty(&ctx->models)); in rxkb_context_destroy()
423 assert(list_empty(&ctx->layouts)); in rxkb_context_destroy()
427 assert(list_empty(&ctx->option_groups)); in rxkb_context_destroy()
/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.c129 while (!list_empty(&cache->bic_devs)) { in blkid_put_cache()
136 while (!list_empty(&cache->bic_tags)) { in blkid_put_cache()
141 while (!list_empty(&tag->bit_names)) { in blkid_put_cache()
Dlist.h124 _INLINE_ int list_empty(struct list_head *head) in list_empty() function
Dsave.c75 if (list_empty(&cache->bic_devs) || in blkid_flush_cache()
Ddev.c44 while (!list_empty(&dev->bid_tags)) { in blkid_free_dev()
/external/ltp/testcases/realtime/include/
Dlist.h180 static inline int list_empty(const struct list_head *head) in list_empty() function
224 if (!list_empty(list)) in list_splice()
238 if (!list_empty(list)) { in list_splice_init()
/external/libusb/libusb/
Dio.c1409 if (list_empty(&ctx->flying_transfers)) { in add_to_flying_list()
2037 if (list_empty(&ctx->flying_transfers)) in handle_timeouts_locked()
2102 assert(!list_empty(&ctx->hotplug_msgs)); in handle_event_trigger()
2111 assert(!list_empty(&ctx->completed_transfers)); in handle_event_trigger()
2125 if (!list_empty(&completed_transfers)) { in handle_event_trigger()
2128 } else if (list_empty(&ctx->completed_transfers)) { in handle_event_trigger()
2140 while (!list_empty(&hotplug_msgs)) { in handle_event_trigger()
2555 if (list_empty(&ctx->flying_transfers)) { in libusb_get_next_timeout()
Dlibusbi.h165 #define list_empty(entry) ((entry)->next == (entry)) macro
200 if (list_empty(head)) { in list_cut()
Dcore.c2422 if (list_empty(&ctx->open_devs)) in libusb_exit()
2435 if (!list_empty(&ctx->usb_devs)) in libusb_exit()
2437 if (!list_empty(&ctx->open_devs)) in libusb_exit()
/external/blktrace/iowatcher/
Dlist.h215 static inline int list_empty(const struct list_head *head) in list_empty() function
260 if (!list_empty(list)) in list_splice()
274 if (!list_empty(list)) { in list_splice_init()
Dmain.c695 while (!list_empty(head)) { in free_all_plot_history()
1629 if (list_empty(&all_traces) && list_empty(&fio_traces)) { in main()
/external/libnl/python/netlink/
Dutils.h8 static inline int list_empty(const struct list_head *head) in list_empty() function
/external/e2fsprogs/e2fsck/
Drevoke.c261 J_ASSERT(list_empty(hash_list)); in journal_destroy_revoke_table()
551 while (!list_empty(hash_list)) { in journal_write_revoke_records()
760 while (!list_empty(hash_list)) {
/external/e2fsprogs/debugfs/
Drevoke.c261 J_ASSERT(list_empty(hash_list)); in journal_destroy_revoke_table()
551 while (!list_empty(hash_list)) { in journal_write_revoke_records()
760 while (!list_empty(hash_list)) {
/external/libnfnetlink/include/
Dlinux_list.h264 static inline int list_empty(const struct list_head *head) in list_empty() function
308 if (!list_empty(list)) in list_splice()
322 if (!list_empty(list)) { in list_splice_init()
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h265 static inline int list_empty(const struct list_head *head) in list_empty() function
309 if (!list_empty(list)) in list_splice()
323 if (!list_empty(list)) { in list_splice_init()
/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/e2fsprogs/lib/ext2fs/
Dkernel-list.h79 static __inline__ int list_empty(struct list_head *head) in list_empty() function
/external/erofs-utils/lib/
Dcache.c310 DBG_BUGON(!list_empty(&p->buffers.list)); in erofs_bflush()
334 if (!list_empty(&bb->buffers.list)) in erofs_bdrop()
/external/erofs-utils/include/erofs/
Dlist.h65 static inline int list_empty(struct list_head *head) in list_empty() function
/external/libusb/include/libusb/
Dlibusbi.h165 #define list_empty(entry) ((entry)->next == (entry)) macro
200 if (list_empty(head)) { in list_cut()

12