Searched refs:SLIST_EMPTY (Results 1 – 9 of 9) sorted by relevance
303 while (!SLIST_EMPTY(&smem->receivers)) { in sp_mem_remove()311 while (!SLIST_EMPTY(&smem->regions)) { in sp_mem_remove()
243 return SLIST_EMPTY(&pending_regu_list); in resolve_pending_list()417 if (!SLIST_EMPTY(&pending_regu_list)) in release_regulator_pending_lists()
508 if (SLIST_EMPTY(®ulator_device_list)) in regulator_print_tree()
70 while (!SLIST_EMPTY(&f->slice_head)) { in file_free()
567 while (!SLIST_EMPTY(pgt_cache)) { in pgt_free_unlocked()848 if (SLIST_EMPTY(pgt_cache)) in pgt_put_all()
220 ret = SLIST_EMPTY(wq); in wq_is_empty()
513 if (SLIST_EMPTY(&clock_list)) { in print_tree()
99 while (!SLIST_EMPTY(&dt_test_free_list)) { in dt_test_free_all()
248 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro