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.h100 struct mtx sch_mtx; member
H A Dtcp_syncache.c223 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
224 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
225 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
283 mtx_init(&V_tcp_syncache.hashbase[i].sch_mtx, "tcp_sc_head", in syncache_init()
286 &V_tcp_syncache.hashbase[i].sch_mtx, 0); in syncache_init()
350 mtx_destroy(&sch->sch_mtx); in syncache_destroy()