Searched refs:sw_dev_mtx (Results 1 – 1 of 1) sorted by relevance
150 static struct mtx sw_dev_mtx; variable211 mtx_lock(&sw_dev_mtx); in swap_reserve_by_cred()224 mtx_unlock(&sw_dev_mtx); in swap_reserve_by_cred()236 mtx_lock(&sw_dev_mtx); in swap_reserve_by_cred()238 mtx_unlock(&sw_dev_mtx); in swap_reserve_by_cred()262 mtx_lock(&sw_dev_mtx); in swap_reserve_force()264 mtx_unlock(&sw_dev_mtx); in swap_reserve_force()301 mtx_lock(&sw_dev_mtx); in swap_release_by_cred()305 mtx_unlock(&sw_dev_mtx); in swap_release_by_cred()489 mtx_init(&sw_dev_mtx, "swapdev", NULL, MTX_DEF); in swap_pager_init()[all …]