Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/
H A Dlist.c38 #define list_empty(a) ((a)->list_head.next == &(a)->list_head) macro
125 ASSERT(!list_empty(list)); in list_remove()
153 if (list_empty(list)) in list_head()
161 if (list_empty(list)) in list_tail()
200 if (list_empty(src)) in list_move_tail()
242 return (list_empty(list)); in list_is_empty()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c38 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
126 ASSERT(!list_empty(list)); in list_remove()
154 if (list_empty(list)) in list_head()
162 if (list_empty(list)) in list_tail()
201 if (list_empty(src)) in list_move_tail()
243 return (list_empty(list)); in list_is_empty()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c179 ASSERT(list_empty(&t->tqent_list)); in task_free()
228 ASSERT(list_empty(&t->tqent_list)); in task_expire_impl()
279 if (!list_empty(&tq->tq_pend_list)) { in taskq_lowest_id()
284 if (!list_empty(&tq->tq_prio_list)) { in taskq_lowest_id()
289 if (!list_empty(&tq->tq_delay_list)) { in taskq_lowest_id()
294 if (!list_empty(&tq->tq_active_list)) { in taskq_lowest_id()
747 return (list_empty(&t->tqent_list)); in taskq_empty_ent()
775 if (!list_empty(&tq->tq_prio_list)) in taskq_next_ent()
900 if (list_empty(&tq->tq_pend_list) && in taskq_thread()
901 list_empty(&tq->tq_prio_list)) { in taskq_thread()
[all …]
H A Dspl-kstat.c470 ASSERT(list_empty(&module->ksm_kstat_list)); in kstat_delete_module()
707 if (list_empty(&module->ksm_kstat_list)) in kstat_proc_entry_install()
746 if (kpep->kpe_proc && list_empty(&module->ksm_kstat_list)) in kstat_proc_entry_delete()
779 ASSERT(list_empty(&kstat_module_list)); in spl_kstat_fini()
H A Dspl-tsd.c431 list_empty(&pid_entry->he_pid_list)) { in tsd_remove_entry()
611 while (!list_empty(&dtor_entry->he_key_list)) { in tsd_destroy()
675 while (!list_empty(&pid_entry->he_pid_list)) { in tsd_exit()
H A Dspl-kmem-cache.c440 empty = list_empty(&skc->skc_partial_list); in spl_emergency_alloc()
906 ASSERT(list_empty(&skc->skc_complete_list)); in spl_kmem_cache_destroy()
1124 if (list_empty(&skc->skc_partial_list)) { in spl_cache_refill()
1158 ASSERT(!list_empty(&sks->sks_free_list)); in spl_cache_refill()
H A Dspl-kmem.c568 if (!list_empty(list)) in spl_kmem_fini_tracking()
H A Dspl-proc.c277 if (list_empty(lheads[i])) in taskq_seq_show_impl()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dlist.h98 list_empty(const struct list_head *head) in list_empty() function
107 if (list_empty(head)) in list_is_singular()
160 if (!list_empty(list)) in list_splice()
167 if (!list_empty(list)) in list_splice_tail()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmylist.h15 #define list_empty(l) ( (l)->next == l ) macro
H A Dmain.c685 if (list_empty(h)) { in controller()
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_list.h33 #define list_empty(p) \ macro
H A Ddpaa_of.c309 if (list_empty(&linear)) in of_find_compatible_node()
411 if (list_empty(&p->subdirs)) in of_get_next_child()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h62 return (list_empty(&list->list_head)); in list_is_empty()