Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sharedpage.c57 static struct sx shared_page_alloc_sx; variable
95 sx_xlock(&shared_page_alloc_sx); in shared_page_alloc()
97 sx_xunlock(&shared_page_alloc_sx); in shared_page_alloc()
106 sx_xlock(&shared_page_alloc_sx); in shared_page_fill()
110 sx_xunlock(&shared_page_alloc_sx); in shared_page_fill()
120 sx_init(&shared_page_alloc_sx, "shpsx"); in shared_page_init()