Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_rman.c134 mtx_init(&rm->rm_mtx, "rman", NULL, MTX_DEF); in rman_init()
159 mtx_lock(&rm->rm_mtx); in rman_manage_region()
216 mtx_unlock(&rm->rm_mtx); in rman_manage_region()
235 mtx_lock(&rm->rm_mtx); in rman_fini()
238 mtx_unlock(&rm->rm_mtx); in rman_fini()
252 mtx_unlock(&rm->rm_mtx); in rman_fini()
256 mtx_destroy(&rm->rm_mtx); in rman_fini()
266 mtx_lock(&rm->rm_mtx); in rman_first_free_region()
271 mtx_unlock(&rm->rm_mtx); in rman_first_free_region()
275 mtx_unlock(&rm->rm_mtx); in rman_first_free_region()
[all …]
/freebsd/sys/sys/
H A Drman.h116 struct mtx rm_mtx; /* mutex used to protect rm_list */ member