Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c16894 uint64_t crtsc; in rack_do_segment_nounlock() local
16896 crtsc = get_cyclecount(); in rack_do_segment_nounlock()
16898 tp->tcp_proc_time[ack_val_set] += (crtsc - ts_val); in rack_do_segment_nounlock()
18476 uint64_t crtsc; in rack_fast_rsm_output() local
18970 crtsc = get_cyclecount(); in rack_fast_rsm_output()
18973 tp->tcp_proc_time[SND_OUT_DATA] += (crtsc - ts_val); in rack_fast_rsm_output()
19063 uint64_t crtsc; in rack_fast_output() local
19521 crtsc = get_cyclecount(); in rack_fast_output()
19524 tp->tcp_proc_time[SND_OUT_DATA] += (crtsc - ts_val); in rack_fast_output()
19723 uint64_t crtsc; in rack_output() local
[all …]