Searched defs:pghw (Results 1 – 3 of 3) sorted by relevance
114 typedef struct pghw { struct115 pg_t pghw_pg; /* processor group */ argument116 pghw_type_t pghw_hw; /* HW sharing relationship */ argument117 id_t pghw_instance; /* sharing instance identifier */ argument118 pghw_handle_t pghw_handle; /* hw specific opaque handle */ argument119 kstat_t *pghw_kstat; /* physical kstats exported */ argument120 kstat_t *pghw_cu_kstat; /* for capacity and utilization */ argument125 uint_t pghw_generation; /* generation number */ argument130 char *pghw_cpulist; /* list of CPUs */ argument131 size_t pghw_cpulist_len; /* length of the list */ argument[all …]
73 pghw_t pghw; in pg() local
735 pghw_parent_id(pghw_t *pghw) in pghw_parent_id()