Searched refs:tty_list_sx (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dtty.c75 static struct sx tty_list_sx; variable in typeref:struct:sx
76 SX_SYSINIT(tty_list, &tty_list_sx, "tty list");
1132 sx_xlock(&tty_list_sx);
1135 sx_xunlock(&tty_list_sx);
1285 sx_slock(&tty_list_sx);
1288 sx_sunlock(&tty_list_sx);
1300 sx_sunlock(&tty_list_sx);
1422 sx_xlock(&tty_list_sx);
1425 sx_xunlock(&tty_list_sx);
2144 sx_slock(&tty_list_sx);
[all...]

Completed in 118 milliseconds