Searched refs:phys_pager_mtx (Results 1 – 1 of 1) sorted by relevance
52 static struct mtx phys_pager_mtx; variable73 mtx_init(&phys_pager_mtx, "phys_pager list", NULL, MTX_DEF); in phys_pager_init()94 mtx_lock(&phys_pager_mtx); in phys_pager_allocate()104 mtx_unlock(&phys_pager_mtx); in phys_pager_allocate()106 mtx_lock(&phys_pager_mtx); in phys_pager_allocate()132 mtx_unlock(&phys_pager_mtx); in phys_pager_allocate()161 mtx_lock(&phys_pager_mtx); in phys_pager_dealloc()163 mtx_unlock(&phys_pager_mtx); in phys_pager_dealloc()