Searched refs:rm_mtx (Results 1 – 2 of 2) sorted by relevance
146 rm->rm_mtx = malloc(sizeof *rm->rm_mtx, M_RMAN, M_NOWAIT | M_ZERO); in rman_init()147 if (rm->rm_mtx == NULL) in rman_init()174 mtx_lock(rm->rm_mtx); in rman_manage_region()250 mtx_lock(rm->rm_mtx); in rman_fini()282 mtx_lock(rm->rm_mtx); in rman_first_free_region()300 mtx_lock(rm->rm_mtx); in rman_last_free_region()338 mtx_lock(rm->rm_mtx); in rman_adjust_resource()456 mtx_lock(rm->rm_mtx); in rman_reserve_resource_bound()671 mtx_lock(rm->rm_mtx); in rman_activate_resource()683 mtx_lock(rm->rm_mtx); in rman_deactivate_resource()[all …]
117 struct mtx *rm_mtx; /* mutex used to protect rm_list */ member