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

/freebsd-11.0-release/sys/vm/
H A Dphys_pager.c49 static struct mtx phys_pager_mtx; variable in typeref:struct:mtx
56 mtx_init(&phys_pager_mtx, "phys_pager list", NULL, MTX_DEF);
78 mtx_lock(&phys_pager_mtx);
88 mtx_unlock(&phys_pager_mtx);
90 mtx_lock(&phys_pager_mtx);
111 mtx_unlock(&phys_pager_mtx);
129 mtx_lock(&phys_pager_mtx);
131 mtx_unlock(&phys_pager_mtx);

Completed in 52 milliseconds