Home
last modified time | relevance | path

Searched refs:sch_timer (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h101 struct callout sch_timer; member
H A Dtcp_syncache.c286 callout_init_mtx(&V_tcp_syncache.hashbase[i].sch_timer, in syncache_init()
341 callout_drain(&sch->sch_timer); in syncache_destroy()
455 callout_reset(&sch->sch_timer, sch->sch_nextc - ticks, in syncache_timeout()
540 callout_reset(&(sch)->sch_timer, (sch)->sch_nextc - tick, in syncache_timer()