Searched refs:shm_head (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | mobj_ffa.c | 37 static struct mobj_ffa_head shm_head = SLIST_HEAD_INITIALIZER(shm_head); variable 240 assert(!find_in_list(&shm_head, cmp_cookie, mf->cookie)); in mobj_ffa_push_to_inactive() 265 mf = find_in_list(&shm_head, cmp_cookie, cookie); in mobj_ffa_sel1_spmc_reclaim() 311 mf = find_in_list(&shm_head, cmp_cookie, cookie); in mobj_ffa_unregister_by_cookie() 357 mf = find_in_list(&shm_head, cmp_cookie, cookie); in mobj_ffa_get_by_cookie() 415 SLIST_INSERT_HEAD(&shm_head, mf, link); in mobj_ffa_get_by_cookie() 494 if (!pop_from_list(&shm_head, cmp_ptr, (vaddr_t)mf)) in ffa_inactivate()
|
Completed in 3 milliseconds