Searched refs:rman_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dsubr_rman.c111 static struct mtx rman_mtx; /* mutex to protect rman_head */ variable in typeref:struct:mtx
134 mtx_init(&rman_mtx, "rman head", NULL, MTX_DEF);
150 mtx_lock(&rman_mtx);
152 mtx_unlock(&rman_mtx);
267 mtx_lock(&rman_mtx);
269 mtx_unlock(&rman_mtx);
985 mtx_lock(&rman_mtx);
990 mtx_unlock(&rman_mtx);

Completed in 62 milliseconds