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

/freebsd-10.1-release/sys/vm/
H A Dswap_pager.c150 static struct mtx sw_dev_mtx; variable in typeref:struct:mtx
209 mtx_lock(&sw_dev_mtx);
222 mtx_unlock(&sw_dev_mtx);
236 mtx_lock(&sw_dev_mtx);
238 mtx_unlock(&sw_dev_mtx);
262 mtx_lock(&sw_dev_mtx);
264 mtx_unlock(&sw_dev_mtx);
301 mtx_lock(&sw_dev_mtx);
305 mtx_unlock(&sw_dev_mtx);
498 mtx_init(&sw_dev_mtx, "swapde
[all...]

Completed in 80 milliseconds