Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetisr_internal.h112 struct mtx nws_mtx; /* Synchronize work. */ member
H A Dnetisr.c259 #define NWS_LOCK(s) mtx_lock(&(s)->nws_mtx)
260 #define NWS_LOCK_ASSERT(s) mtx_assert(&(s)->nws_mtx, MA_OWNED)
261 #define NWS_UNLOCK(s) mtx_unlock(&(s)->nws_mtx)
1263 mtx_init(&nwsp->nws_mtx, "netisr_mtx", NULL, MTX_DEF); in netisr_start_swi()
/f-stack/tools/compat/include/net/
H A Dnetisr_internal.h112 struct mtx nws_mtx; /* Synchronize work. */ member