Home
last modified time | relevance | path

Searched defs:pghw (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpghw.h114 typedef struct pghw { struct
115 pg_t pghw_pg; /* processor group */ argument
116 pghw_type_t pghw_hw; /* HW sharing relationship */ argument
117 id_t pghw_instance; /* sharing instance identifier */ argument
118 pghw_handle_t pghw_handle; /* hw specific opaque handle */ argument
119 kstat_t *pghw_kstat; /* physical kstats exported */ argument
120 kstat_t *pghw_cu_kstat; /* for capacity and utilization */ argument
125 uint_t pghw_generation; /* generation number */ argument
130 char *pghw_cpulist; /* list of CPUs */ argument
131 size_t pghw_cpulist_len; /* length of the list */ argument
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dpg.c73 pghw_t pghw; in pg() local
/illumos-gate/usr/src/uts/common/os/
H A Dpghw.c736 pghw_parent_id(pghw_t *pghw) in pghw_parent_id()