Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.h99 struct mtx sch_mtx; member
H A Dtcp_syncache.c220 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
221 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
222 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
280 mtx_init(&V_tcp_syncache.hashbase[i].sch_mtx, "tcp_sc_head", in syncache_init()
283 &V_tcp_syncache.hashbase[i].sch_mtx, 0); in syncache_init()
347 mtx_destroy(&sch->sch_mtx); in syncache_destroy()