Searched refs:mapcount (Results 1 – 2 of 2) sorted by relevance
40 struct refcount mapcount; member188 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()
22 struct refcount mapcount; member400 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 47 milliseconds