Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmsacct.c427 CPU_UARRAY_VAL(z->zone_ustate, cpu->cpu_id, in syscall_mstate()
430 CPU_UARRAY_VAL(z->zone_ustate, cpu->cpu_id, in syscall_mstate()
682 CPU_UARRAY_VAL(z->zone_ustate, t->t_cpu->cpu_id, in new_mstate()
685 CPU_UARRAY_VAL(z->zone_ustate, t->t_cpu->cpu_id, in new_mstate()
800 CPU_UARRAY_VAL(z->zone_ustate, CPU->cpu_id, in restore_mstate()
H A Dzone.c1921 tmp = cpu_uarray_sum(zone->zone_ustate, ZONE_USTATE_STIME); in zone_misc_kstat_update()
1926 tmp = cpu_uarray_sum(zone->zone_ustate, ZONE_USTATE_UTIME); in zone_misc_kstat_update()
1931 tmp = cpu_uarray_sum(zone->zone_ustate, ZONE_USTATE_WTIME); in zone_misc_kstat_update()
2311 zone0.zone_ustate = cpu_uarray_zalloc(ZONE_USTATE_MAX, KM_SLEEP); in zone_init()
2412 cpu_uarray_free(zone->zone_ustate); in zone_free()
3260 tmp = cpu_uarray_sum_all(zp->zone_ustate); in zone_loadavg_update()
4572 zone->zone_ustate = cpu_uarray_zalloc(ZONE_USTATE_MAX, KM_SLEEP); in zone_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h609 cpu_uarray_t *zone_ustate; member