Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/vm/
Dphys_pager.c47 static struct mtx phys_pager_mtx; variable
54 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()