Searched refs:phys_pager_mtx (Results 1 – 1 of 1) sorted by relevance
51 static struct mtx phys_pager_mtx; variable72 mtx_init(&phys_pager_mtx, "phys_pager list", NULL, MTX_DEF); in phys_pager_init()93 mtx_lock(&phys_pager_mtx); in phys_pager_allocate()103 mtx_unlock(&phys_pager_mtx); in phys_pager_allocate()105 mtx_lock(&phys_pager_mtx); in phys_pager_allocate()131 mtx_unlock(&phys_pager_mtx); in phys_pager_allocate()160 mtx_lock(&phys_pager_mtx); in phys_pager_dealloc()162 mtx_unlock(&phys_pager_mtx); in phys_pager_dealloc()