Searched refs:sch_mtx (Results 1 – 2 of 2) sorted by relevance
99 struct mtx sch_mtx; member
224 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)225 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)226 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)284 mtx_init(&V_tcp_syncache.hashbase[i].sch_mtx, "tcp_sc_head", in syncache_init()287 &V_tcp_syncache.hashbase[i].sch_mtx, 0); in syncache_init()351 mtx_destroy(&sch->sch_mtx); in syncache_destroy()