Searched refs:pr_statp (Results 1 – 1 of 1) sorted by relevance
716 struct probe_stats *pr_statp; in incoming_echo_reply() local953 pr_statp = &pii->pii_probes[pr_ndx]; in incoming_echo_reply()954 pr_statp->pr_hrtime_ackproc = cur_hrtime; in incoming_echo_reply()955 pr_statp->pr_hrtime_ackrecv = pr_statp->pr_hrtime_sent + in incoming_echo_reply()956 (tv2ns(recv_tvp) - tv2ns(&pr_statp->pr_tv_sent)); in incoming_echo_reply()958 probe_chstate(pr_statp, pii, PR_ACKED); in incoming_echo_reply()1592 struct probe_stats *pr_statp; in phyint_inst_timer() local1744 pr_statp = &pii->pii_probes[pr_ndx]; in phyint_inst_timer()1746 switch (pr_statp->pr_status) { in phyint_inst_timer()1771 timeout = ns2ms(pr_statp->pr_hrtime_start); in phyint_inst_timer()[all …]