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

/illumos-gate/usr/src/uts/common/os/
H A Dpghw.c65 * | pg_hw |
88 * The top level pg_hw is a group of "hwset" groups. Each hwset holds of group
107 static group_t *pg_hw; /* top level pg hw group */ variable
117 kstat_named_t pg_hw; member in struct:pghw_kstat
406 if (pg_hw == NULL) {
407 pg_hw = kmem_alloc(sizeof (group_t), KM_SLEEP);
408 group_create(pg_hw);
409 group_expand(pg_hw, (uint_t)PGHW_NUM_COMPONENTS);
414 * Add it to the top level pg_hw group.
419 ret = group_add_at(pg_hw,
[all...]
H A Dcap_util.c461 pghw_t *pg_hw; local
528 pg_hw = (pghw_t *)pg_cmt;
529 pg_hw_type = pg_hw->pghw_hw;
580 cntr_info->ci_pg = pg_hw;
587 cu_cpu_kstat_create(pg_hw, cntr_info);

Completed in 78 milliseconds