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

/illumos-gate/usr/src/uts/common/sys/
H A Dcap_util.h63 hrtime_t cs_time_start; /* start time of current sample */ member in struct:cu_cntr_stats
/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c1394 * updated at cs_time_start time. Add the time passed since then
1399 gethrtime() - stats->cs_time_start;
1542 time_delta = stats->cs_time_start ?
1543 time_snap - stats->cs_time_start :
1545 stats->cs_time_start = time_snap;
1642 * updated at cs_time_start time. Add the time passed since then
1647 now - stats->cs_time_start;

Completed in 46 milliseconds