Lines Matching defs:sch
220 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx) argument
221 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx) argument
222 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED) argument
316 struct syncache_head *sch; in syncache_destroy() local
365 syncache_insert(struct syncache *sc, struct syncache_head *sch) in syncache_insert()
412 syncache_drop(struct syncache *sc, struct syncache_head *sch) in syncache_drop()
436 syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout) in syncache_timeout()
464 struct syncache_head *sch = (struct syncache_head *)xsch; in syncache_timer() local
589 struct syncache_head *sch; in syncache_lookup() local
614 struct syncache_head *sch; in syncache_chkrst() local
724 struct syncache_head *sch; in syncache_badack() local
741 struct syncache_head *sch; in syncache_unreach() local
1056 struct syncache_head *sch; in syncache_expand() local
1366 struct syncache_head *sch; in syncache_add() local
2200 syncookie_generate(struct syncache_head *sch, struct syncache *sc) in syncookie_generate()
2255 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, in syncookie_lookup()
2351 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, in syncookie_cmp()
2523 struct syncache_head *sch; in syncache_pcblist() local