Searched refs:SLIST_FIRST (Results 1 – 12 of 12) sorted by relevance
137 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 …]
306 receiver = SLIST_FIRST(&smem->receivers); in sp_mem_remove()312 struct sp_mem_map_region *region = SLIST_FIRST(&smem->regions); in sp_mem_remove()
138 struct mobj_ffa *mf = SLIST_FIRST(head); in pop_from_list()
1919 pgt = SLIST_FIRST(&uctx->pgt_cache); in tee_pager_assign_um_tables()
44 elem = SLIST_FIRST(&data_list); in caam_pwr_add_backup()
48 wqe_iter = SLIST_FIRST(wq); in slist_add_tail()
100 struct dt_test_free_ref *ref = SLIST_FIRST(&dt_test_free_list); in dt_test_free_all()
665 struct thread_shm_cache_entry *ce = SLIST_FIRST(cache); in thread_rpc_shm_cache_clear()
71 struct file_slice_elem *fse = SLIST_FIRST(&f->slice_head); in file_free()
204 struct pgt *p = SLIST_FIRST(&uctx->pgt_cache); in set_um_region()
1906 pgt = SLIST_FIRST(pgt_cache); in core_mmu_populate_user_map()
241 for ((var) = SLIST_FIRST((head)); \249 #define SLIST_FIRST(head) ((head)->slh_first) macro
Completed in 24 milliseconds