Searched defs:hwset (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcpu_pm.c752 group_t *hwset; local
771 if ((hwset = pghw_set_lookup(hw)) == NULL)
778 while ((pwr_pg = group_iterate(hwset, &giter)) != NULL) {
H A Dpghw.c70 * || | hwset (PGC_HW_CHIP) | ------------- -------------
79 * || | hwset (PGC_HW_IPIPE)| ------------- -------------
88 * The top level pg_hw is a group of "hwset" groups. Each hwset holds of group
89 * of physical PGs of the same hardware sharing type. Within each hwset, the
212 * hwset operations
228 group_t *hwset; local
230 if ((hwset = pghw_set_lookup(hw)) == NULL) {
234 hwset = pghw_set_create(hw);
237 pghw_set_add(hwset, p
267 group_t *hwset; local
315 group_t *hwset; local
431 group_t *hwset; local
444 pghw_set_add(group_t *hwset, pghw_t *pg) argument
453 pghw_set_remove(group_t *hwset, pghw_t *pg) argument
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c1259 group_t *hwset; local
1269 if ((hwset = pghw_set_lookup(type)) == NULL ||
1290 while ((pg = group_iterate(hwset, &iter)) != NULL) {
1311 group_t *hwset; local
1322 if ((hwset = pghw_set_lookup(type)) == NULL) {
1334 while ((pg = group_iterate(hwset, &iter)) != NULL) {
1467 group_t *hwset, *children; local
1510 hwset = pghw_set_lookup(hw);
1528 while ((pg = group_iterate(hwset, &hw_iter)) != NULL) {
1565 while ((pg = group_iterate(hwset,
[all...]

Completed in 63 milliseconds