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

/freebsd-12-stable/sys/netinet/
H A Dtcp_syncache.h99 struct mtx sch_mtx; member in struct:syncache_head
H A Dtcp_syncache.c222 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
223 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
224 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
282 mtx_init(&V_tcp_syncache.hashbase[i].sch_mtx, "tcp_sc_head",
285 &V_tcp_syncache.hashbase[i].sch_mtx, 0);
334 mtx_destroy(&sch->sch_mtx);

Completed in 110 milliseconds