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

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c1439 hrtime_t time_snap; local
1455 time_snap = gethrtime();
1456 if ((time_snap - cu_cpu_info->cu_sample_time) < cu_update_threshold) {
1461 cu_cpu_info->cu_sample_time = time_snap;
1500 hrtime_t time_snap; local
1523 time_snap = gethrtime();
1543 time_snap - stats->cs_time_start :
1545 stats->cs_time_start = time_snap;

Completed in 60 milliseconds