Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c229 uint32_t *cts_last_ran; member
1105 tcp_pace.cts_last_ran[hpts->p_num] = tcp_tv_to_usectick(&tv); in tcp_hptsi()
1450 tcp_pace.cts_last_ran[hpts->p_num] = tcp_tv_to_usectick(&tv); in tcp_hptsi()
1532 if (TSTMP_GT(cts, tcp_pace.cts_last_ran[i])) in tcp_choose_hpts_to_run()
1533 calc = cts - tcp_pace.cts_last_ran[i]; in tcp_choose_hpts_to_run()
1845 tcp_pace.cts_last_ran = malloc(sz, M_TCPHPTS, M_WAITOK); in tcp_hpts_mod_load()
1931 &tcp_pace.cts_last_ran[i], 0, in tcp_hpts_mod_load()
1952 tcp_pace.cts_last_ran[i] = tcp_tv_to_usectick(&tv); in tcp_hpts_mod_load()
2049 free(tcp_pace.cts_last_ran, M_TCPHPTS); in tcp_hpts_mod_unload()