Searched refs:pg_cpus (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pg.h | 78 struct group pg_cpus; /* group of CPUs */ member in struct:pg 143 (GROUP_SIZE(&((pg_t *)pgrp)->pg_cpus) > 0 ? \ 144 GROUP_ACCESS(&((pg_t *)pgrp)->pg_cpus, 0) : NULL) 150 (GROUP_SIZE(&(pgrp)->pg_cpus))
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | pg.c | 143 pg.pg_cpus.grp_size, 151 pg.pg_cpus.grp_size);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | pghw.c | 144 * pg_cpus String describing CPUs within this PG 177 kstat_named_t pg_cpus; member in struct:pghw_cu_kstat 560 pgsp->pg_ncpus.value.ui32 = GROUP_SIZE(&((pg_t *)pg)->pg_cpus); 589 pgsp->pg_ncpus.value.ui32 = GROUP_SIZE(&((pg_t *)pg)->pg_cpus); 622 (void) group2intlist(&(((pg_t *)pg)->pg_cpus), 634 kstat_named_setstr(&pgsp->pg_cpus, pg->pghw_cpulist); 636 kstat_named_setstr(&pgsp->pg_cpus, ""); 673 uint_t ncpus = GROUP_SIZE(&((pg_t *)pg)->pg_cpus);
|
H A D | pg.c | 364 cpu = group_iterate(&pg->pg_cpus, &itr->position); 374 if (group_find(&pg->pg_cpus, cp) == (uint_t)-1) 423 group_create(&pg->pg_cpus); 442 group_destroy(&pg->pg_cpus); 469 err = group_add(&pg->pg_cpus, cp, GRP_RESIZE); 496 err = group_remove(&pg->pg_cpus, cp, GRP_RESIZE);
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | cmt.c | 593 GROUP_SIZE(&((pg_t *)pg)->pg_cpus)); 834 if (GROUP_SIZE(&((pg_t *)pg)->pg_cpus) == 1) { 866 if (GROUP_SIZE(&((pg_t *)pg)->pg_cpus) == 0) { 1101 GROUP_SIZE(&((pg_t *)pg)->pg_cpus)); 1132 pg_cpu = GROUP_ACCESS(&pg->pg_cpus, 0);
|
Completed in 2169 milliseconds