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.c16764 uint64_t crtsc; in rack_do_segment_nounlock() local
16766 crtsc = get_cyclecount(); in rack_do_segment_nounlock()
16768 tp->tcp_proc_time[ack_val_set] += (crtsc - ts_val); in rack_do_segment_nounlock()
18352 uint64_t crtsc; in rack_fast_rsm_output() local
18846 crtsc = get_cyclecount(); in rack_fast_rsm_output()
18849 tp->tcp_proc_time[SND_OUT_DATA] += (crtsc - ts_val); in rack_fast_rsm_output()
18939 uint64_t crtsc; in rack_fast_output() local
19398 crtsc = get_cyclecount(); in rack_fast_output()
19401 tp->tcp_proc_time[SND_OUT_DATA] += (crtsc - ts_val); in rack_fast_output()
19600 uint64_t crtsc; in rack_output() local
[all …]