Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
A Dmobj_dyn_shm.c40 struct refcount mapcount; member
188 if (refcount_inc(&r->mapcount)) in mobj_reg_shm_inc_map()
193 if (!refcount_val(&r->mapcount)) in mobj_reg_shm_inc_map()
224 refcount_set(&r->mapcount, 1); in mobj_reg_shm_inc_map()
236 if (!refcount_dec(&r->mapcount)) in mobj_reg_shm_dec_map()
241 if (!refcount_val(&r->mapcount)) in mobj_reg_shm_dec_map()
A Dmobj_ffa.c22 struct refcount mapcount; member
400 refcount_set(&mf->mapcount, 0);
538 if (refcount_inc(&mf->mapcount))
543 if (!refcount_val(&mf->mapcount))
574 refcount_set(&mf->mapcount, 1);
586 if (!refcount_dec(&mf->mapcount))
590 if (!refcount_val(&mf->mapcount))

Completed in 4 milliseconds