Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c497 static struct mtx qframe_mtx; variable
2424 mtx_init(&qframe_mtx, "qfrmlk", NULL, MTX_SPIN); in pmap_init()
10056 mtx_lock_spin(&qframe_mtx); in pmap_quick_enter_page()
10071 mtx_unlock_spin(&qframe_mtx); in pmap_quick_remove_page()