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

/freebsd-10.3-release/sys/netinet/
H A Dtcp_syncache.h97 struct mtx sch_mtx; member in struct:syncache_head
H A Dtcp_syncache.c214 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
215 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
216 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
274 mtx_init(&V_tcp_syncache.hashbase[i].sch_mtx, "tcp_sc_head",
277 &V_tcp_syncache.hashbase[i].sch_mtx, 0);
318 mtx_destroy(&sch->sch_mtx);

Completed in 53 milliseconds