Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c300 counter_u64_t hpts_direct_call; variable
302 &hpts_direct_call, "Number of times hpts was called by syscall/trap or other entry");
1568 counter_u64_add(hpts_direct_call, 1); in __tcp_run_hpts()
1838 hpts_direct_call = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2062 counter_u64_free(hpts_direct_call); in tcp_hpts_mod_unload()