Lines Matching defs:crtsc
16917 uint64_t crtsc;
16919 crtsc = get_cyclecount();
16921 tp->tcp_proc_time[ack_val_set] += (crtsc - ts_val);
18499 uint64_t crtsc;
18993 crtsc = get_cyclecount();
18998 tp->tcp_proc_time[SND_OUT_DATA] += (crtsc - ts_val);
19090 uint64_t crtsc;
19548 crtsc = get_cyclecount();
19553 tp->tcp_proc_time[SND_OUT_DATA] += (crtsc - ts_val);
19754 uint64_t crtsc;
19883 crtsc = get_cyclecount();
19885 tp->tcp_proc_time[SND_BLOCKED] += (crtsc - ts_val);
21093 crtsc = get_cyclecount();
21098 tp->tcp_proc_time[SND_OUT_DATA] += (crtsc - ts_val);
21104 crtsc = get_cyclecount();
21109 tp->tcp_proc_time[SND_LIMITED] += (crtsc - ts_val);
21352 crtsc = get_cyclecount();
21357 tp->tcp_proc_time[SND_OUT_FAIL] += (crtsc - ts_val);
22371 crtsc = get_cyclecount();
22376 tp->tcp_proc_time[SND_OUT_FAIL] += (crtsc - ts_val);
22426 crtsc = get_cyclecount();
22431 tp->tcp_proc_time[SND_OUT_FAIL] += (crtsc - ts_val);
22451 crtsc = get_cyclecount();
22456 tp->tcp_proc_time[SND_OUT_FAIL] += (crtsc - ts_val);
22602 crtsc = get_cyclecount() - ts_val;
22608 tp->tcp_proc_time[SND_OUT_DATA] += crtsc;
22618 tp->tcp_proc_time[SND_OUT_ACK] += crtsc;