Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpivar.h215 struct mtx nt_mtx; member
278 mtx_init(&(_sc)->nt_mtx, "node table lock", NULL, MTX_DEF)
279 #define WPI_NT_LOCK(_sc) mtx_lock(&(_sc)->nt_mtx)
280 #define WPI_NT_UNLOCK(_sc) mtx_unlock(&(_sc)->nt_mtx)
281 #define WPI_NT_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->nt_mtx)