Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dpgt_cache.c137 parent = SLIST_FIRST(&parent_list); in alloc_pgt()
179 p = SLIST_FIRST(pgt_cache); in pgt_flush_range()
183 p = SLIST_FIRST(pgt_cache); in pgt_flush_range()
217 p = SLIST_FIRST(pgt_cache); in pgt_flush()
264 p = SLIST_FIRST(pgt_cache); in prune_before_va()
310 p = SLIST_FIRST(pgt_cache); in pgt_check_avail()
498 pgt = SLIST_FIRST(&pgt_cache_list); in pop_from_cache_list()
535 pgt = SLIST_FIRST(&pgt_cache_list); in pop_least_used_from_cache_list()
615 p = SLIST_FIRST(&pgt_cache_list); in pgt_flush()
680 p = SLIST_FIRST(pgt_cache); in flush_ctx_range_from_list()
[all …]
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()
A Dmobj_ffa.c138 struct mobj_ffa *mf = SLIST_FIRST(head); in pop_from_list()
A Dtee_pager.c1919 pgt = SLIST_FIRST(&uctx->pgt_cache); in tee_pager_assign_um_tables()
/optee_os-3.20.0/core/drivers/crypto/caam/
A Dcaam_pwr.c44 elem = SLIST_FIRST(&data_list); in caam_pwr_add_backup()
/optee_os-3.20.0/core/kernel/
A Dwait_queue.c48 wqe_iter = SLIST_FIRST(wq); in slist_add_tail()
A Ddt_driver_test.c100 struct dt_test_free_ref *ref = SLIST_FIRST(&dt_test_free_list); in dt_test_free_all()
A Dthread.c665 struct thread_shm_cache_entry *ce = SLIST_FIRST(cache); in thread_rpc_shm_cache_clear()
/optee_os-3.20.0/core/mm/
A Dfile.c71 struct file_slice_elem *fse = SLIST_FIRST(&f->slice_head); in file_free()
A Dvm.c204 struct pgt *p = SLIST_FIRST(&uctx->pgt_cache); in set_um_region()
A Dcore_mmu.c1906 pgt = SLIST_FIRST(pgt_cache); in core_mmu_populate_user_map()
/optee_os-3.20.0/lib/libutils/isoc/include/sys/
A Dqueue.h241 for ((var) = SLIST_FIRST((head)); \
249 #define SLIST_FIRST(head) ((head)->slh_first) macro

Completed in 24 milliseconds