Lines Matching refs:crtsc

16894 			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
19852 crtsc = get_cyclecount(); in rack_output()
19854 tp->tcp_proc_time[SND_BLOCKED] += (crtsc - ts_val); in rack_output()
21060 crtsc = get_cyclecount(); in rack_output()
21063 tp->tcp_proc_time[SND_OUT_DATA] += (crtsc - ts_val); in rack_output()
21067 crtsc = get_cyclecount(); in rack_output()
21070 tp->tcp_proc_time[SND_LIMITED] += (crtsc - ts_val); in rack_output()
21313 crtsc = get_cyclecount(); in rack_output()
21316 tp->tcp_proc_time[SND_OUT_FAIL] += (crtsc - ts_val); in rack_output()
22330 crtsc = get_cyclecount(); in rack_output()
22333 tp->tcp_proc_time[SND_OUT_FAIL] += (crtsc - ts_val); in rack_output()
22383 crtsc = get_cyclecount(); in rack_output()
22386 tp->tcp_proc_time[SND_OUT_FAIL] += (crtsc - ts_val); in rack_output()
22406 crtsc = get_cyclecount(); in rack_output()
22409 tp->tcp_proc_time[SND_OUT_FAIL] += (crtsc - ts_val); in rack_output()
22555 crtsc = get_cyclecount() - ts_val; in rack_output()
22559 tp->tcp_proc_time[SND_OUT_DATA] += crtsc; in rack_output()
22565 tp->tcp_proc_time[SND_OUT_ACK] += crtsc; in rack_output()