Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_terminal.c57 mtx_lock_spin(&(tm)->tm_mtx); \
63 mtx_unlock_spin(&(tm)->tm_mtx); \
69 mtx_lock_spin(&(tm)->tm_mtx); \
73 mtx_unlock_spin(&(tm)->tm_mtx); \
75 #define TERMINAL_LOCK_CONS(tm) mtx_lock_spin(&(tm)->tm_mtx)
76 #define TERMINAL_UNLOCK_CONS(tm) mtx_unlock_spin(&(tm)->tm_mtx)
170 mtx_init(&tm->tm_mtx, "trmlck", NULL, MTX_SPIN); in terminal_init()
/freebsd/sys/sys/
H A Dterminal.h198 struct mtx tm_mtx; member