Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dmsacct.c419 atomic_add_64(&z->zone_utime, newtime); in syscall_mstate()
671 atomic_add_64(&z->zone_utime, ztime); in new_mstate()
H A Dzone.c1830 tmp = zone->zone_utime; in zone_misc_kstat_update()
1995 zone0.zone_utime = 0; in zone_zsd_init()
3104 zone_total = zp->zone_utime + zp->zone_stime + zp->zone_wtime; in zone_loadavg_update()
/titanic_44/usr/src/uts/common/sys/
H A Dzone.h581 uint64_t zone_utime; /* total user time */ member