Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sharedpage.c59 static struct sx shared_page_alloc_sx; variable
97 sx_xlock(&shared_page_alloc_sx); in shared_page_alloc()
99 sx_xunlock(&shared_page_alloc_sx); in shared_page_alloc()
108 sx_xlock(&shared_page_alloc_sx); in shared_page_fill()
112 sx_xunlock(&shared_page_alloc_sx); in shared_page_fill()
122 sx_init(&shared_page_alloc_sx, "shpsx"); in shared_page_init()