Searched refs:phys_pager_mtx (Results 1 – 1 of 1) sorted by relevance
47 static struct mtx phys_pager_mtx; variable54 mtx_init(&phys_pager_mtx, "phys_pager list", NULL, MTX_DEF); in phys_pager_init()76 mtx_lock(&phys_pager_mtx); in phys_pager_alloc()86 mtx_unlock(&phys_pager_mtx); in phys_pager_alloc()88 mtx_lock(&phys_pager_mtx); in phys_pager_alloc()109 mtx_unlock(&phys_pager_mtx); in phys_pager_alloc()127 mtx_lock(&phys_pager_mtx); in phys_pager_dealloc()129 mtx_unlock(&phys_pager_mtx); in phys_pager_dealloc()