Home
last modified time | relevance | path

Searched refs:SLIST_EMPTY (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/arch/arm/mm/
H A Dsp_mem.c303 while (!SLIST_EMPTY(&smem->receivers)) { in sp_mem_remove()
311 while (!SLIST_EMPTY(&smem->regions)) { in sp_mem_remove()
/optee_os/core/drivers/regulator/
H A Dregulator_dt.c243 return SLIST_EMPTY(&pending_regu_list); in resolve_pending_list()
417 if (!SLIST_EMPTY(&pending_regu_list)) in release_regulator_pending_lists()
H A Dregulator.c508 if (SLIST_EMPTY(&regulator_device_list)) in regulator_print_tree()
/optee_os/core/mm/
H A Dfile.c70 while (!SLIST_EMPTY(&f->slice_head)) { in file_free()
H A Dpgt_cache.c567 while (!SLIST_EMPTY(pgt_cache)) { in pgt_free_unlocked()
848 if (SLIST_EMPTY(pgt_cache)) in pgt_put_all()
/optee_os/core/kernel/
H A Dwait_queue.c220 ret = SLIST_EMPTY(wq); in wq_is_empty()
/optee_os/core/drivers/clk/
H A Dclk.c513 if (SLIST_EMPTY(&clock_list)) { in print_tree()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c99 while (!SLIST_EMPTY(&dt_test_free_list)) { in dt_test_free_all()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h248 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro