Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcap_util.h63 hrtime_t cs_time_start; /* start time of current sample */ member
/titanic_41/usr/src/uts/common/os/
H A Dcap_util.c1399 gethrtime() - stats->cs_time_start; in cu_cpu_kstat_update()
1542 time_delta = stats->cs_time_start ? 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()
1647 now - stats->cs_time_start; in cu_pg_update()