Searched refs:start_hrtime (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fps/fpsd/
H A Dfpsd_sched.c123 hrtime_t start_hrtime = 0, end_hrtime = 0, hrmsecs = 0; local
162 start_hrtime = gethrtime();
297 hrmsecs = ((end_hrtime - start_hrtime)/
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c215 probe(struct phyint_instance *pii, uint_t probe_type, hrtime_t start_hrtime) argument
228 pii->pii_name, probe_type, start_hrtime);
247 probe_pkt.pr_icmp_timestamp = htonll(start_hrtime);
337 pii->pii_probes[pr_ndx].pr_hrtime_start = start_hrtime;

Completed in 46 milliseconds