Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
A Dmobj_ffa.c38 static struct mobj_ffa_head shm_head = SLIST_HEAD_INITIALIZER(shm_head); variable
244 assert(!find_in_list(&shm_head, cmp_cookie, mf->cookie)); in mobj_ffa_push_to_inactive()
269 mf = find_in_list(&shm_head, cmp_cookie, cookie); in mobj_ffa_sel1_spmc_reclaim()
315 mf = find_in_list(&shm_head, cmp_cookie, cookie);
362 mf = find_in_list(&shm_head, cmp_cookie, cookie);
420 SLIST_INSERT_HEAD(&shm_head, mf, link);
500 if (!pop_from_list(&shm_head, cmp_ptr, (vaddr_t)mf))

Completed in 3 milliseconds