Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c269 static struct sx wg_sx; variable
270 SX_SYSINIT(wg_sx, &wg_sx, "wg_sx");
2734 sx_slock(&wg_sx); in wg_ioctl()
2791 sx_sunlock(&wg_sx); in wg_ioctl()
2934 sx_xlock(&wg_sx); in wg_clone_create()
2936 sx_xunlock(&wg_sx); in wg_clone_create()
2965 sx_xlock(&wg_sx); in wg_clone_destroy()
2973 sx_xunlock(&wg_sx); in wg_clone_destroy()
3095 sx_slock(&wg_sx); in wg_prison_remove()
3109 sx_sunlock(&wg_sx); in wg_prison_remove()