Searched refs:list_empty (Results 1 – 14 of 14) sorted by relevance
38 #define list_empty(a) ((a)->list_head.next == &(a)->list_head) macro125 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()
38 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro126 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()
179 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 …]
470 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()
431 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()
440 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()
568 if (!list_empty(list)) in spl_kmem_fini_tracking()
277 if (list_empty(lheads[i])) in taskq_seq_show_impl()
98 list_empty(const struct list_head *head) in list_empty() function107 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()
15 #define list_empty(l) ( (l)->next == l ) macro
685 if (list_empty(h)) { in controller()
33 #define list_empty(p) \ macro
309 if (list_empty(&linear)) in of_find_compatible_node()411 if (list_empty(&p->subdirs)) in of_get_next_child()
62 return (list_empty(&list->list_head)); in list_is_empty()