Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dpgt_cache.c81 if (!parent->num_used && SLIST_NEXT(SLIST_FIRST(&parent_list), link)) { in free_pgt()
139 parent = SLIST_FIRST(&parent_list); in alloc_pgt()
148 pgt = SLIST_FIRST(&parent->pgt_cache); in alloc_pgt()
181 p = SLIST_FIRST(pgt_cache); in pgt_flush_range()
185 p = SLIST_FIRST(pgt_cache); in pgt_flush_range()
219 p = SLIST_FIRST(pgt_cache); in pgt_flush()
263 assert(p == SLIST_FIRST(pgt_cache)); in prune_before_va()
266 p = SLIST_FIRST(pgt_cache); in prune_before_va()
277 struct pgt *p = SLIST_FIRST(pgt_cache); in pgt_check_avail()
312 p = SLIST_FIRST(pgt_cache); in pgt_check_avail()
[all …]
H A Dfile.c71 struct file_slice_elem *fse = SLIST_FIRST(&f->slice_head); in file_free()
H A Dvm.c203 struct pgt *p = SLIST_FIRST(&uctx->pgt_cache); in set_um_region()
H A Dcore_mmu.c2290 pgt = SLIST_FIRST(pgt_cache); in core_mmu_populate_user_map()
/optee_os/core/arch/arm/mm/
H A Dsp_mem.c306 receiver = SLIST_FIRST(&smem->receivers); in sp_mem_remove()
312 struct sp_mem_map_region *region = SLIST_FIRST(&smem->regions); in sp_mem_remove()
H A Dmobj_ffa.c336 struct mobj_ffa *mf = SLIST_FIRST(head); in pop_from_list()
H A Dtee_pager.c1919 pgt = SLIST_FIRST(&uctx->pgt_cache); in tee_pager_assign_um_tables()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_pwr.c47 elem = SLIST_FIRST(&data_list); in caam_pwr_add_backup()
/optee_os/core/kernel/
H A Dwait_queue.c52 wqe_iter = SLIST_FIRST(wq); in slist_add_tail()
H A Dthread.c853 struct thread_shm_cache_entry *ce = SLIST_FIRST(cache); in thread_rpc_shm_cache_clear()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h241 for ((var) = SLIST_FIRST((head)); \
249 #define SLIST_FIRST(head) ((head)->slh_first) macro
/optee_os/core/drivers/regulator/
H A Dregulator.c362 regulator = SLIST_FIRST(&regulator_device_list); in find_next_regulator()
/optee_os/core/drivers/clk/
H A Dclk.c414 clk = SLIST_FIRST(&clock_list); in find_next_clk()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c100 struct dt_test_free_ref *ref = SLIST_FIRST(&dt_test_free_list); in dt_test_free_all()