Home
last modified time | relevance | path

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

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