Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c304 counter_u64_t hpts_wake_timeout; variable
307 &hpts_wake_timeout, "Number of times hpts threads woke up via the callout expiring");
1636 counter_u64_add(hpts_wake_timeout, 1); in tcp_hpts_thread()
1835 hpts_wake_timeout = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2059 counter_u64_free(hpts_wake_timeout); in tcp_hpts_mod_unload()