Searched refs:group_iterate (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/disp/ |
H A D | cmt.c | 436 while ((cpu_pg = group_iterate(&pgd->cmt_pgs, &iter)) != NULL) { in cmt_hier_promote() 854 while ((pg = group_iterate(pgs, &i)) != NULL) { in pg_cmt_cpu_fini() 903 while ((pg = group_iterate(pgs, &i)) != NULL) { in pg_cmt_cpupart_in() 936 while ((pg = group_iterate(pgs, &pg_iter)) != NULL) { in pg_cmt_cpupart_move() 990 while ((pg = group_iterate(pgs, &i)) != NULL) { in pg_cmt_cpu_active() 1060 while ((pg = group_iterate(pgs, &i)) != NULL) { in pg_cmt_cpu_inactive() 1290 while ((pg = group_iterate(hwset, &iter)) != NULL) { in cmt_pad_enable() 1334 while ((pg = group_iterate(hwset, &iter)) != NULL) { in cmt_pad_disable() 1528 while ((pg = group_iterate(hwset, &hw_iter)) != NULL) { in pg_cmt_prune() 1565 while ((pg = group_iterate(hwset, &hw_iter)) != NULL) { in pg_cmt_prune() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | group.h | 80 void *group_iterate(group_t *, group_iter_t *);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | group.c | 282 group_iterate(group_t *g, group_iter_t *iter) in group_iterate() function 380 while ((v = group_iterate(group, &iter)) != NULL && len > 0) { in group2intlist()
|
H A D | pg.c | 344 while ((pg = group_iterate(set, &i)) != NULL) { in pg_cpu_find_pg() 364 cpu = group_iterate(&pg->pg_cpus, &itr->position); in pg_cpu_next()
|
H A D | pghw.c | 335 while ((pg = group_iterate(&cp->cpu_pg->pgs, &i)) != NULL) { in pghw_find_pg() 358 while ((pg = group_iterate(set, &i)) != NULL) { in pghw_find_by_instance()
|
H A D | cpu_pm.c | 778 while ((pwr_pg = group_iterate(hwset, &giter)) != NULL) { in cpupm_state_change_global()
|
H A D | cap_util.c | 523 while ((pg_cmt = group_iterate(cmt_pgs, &iter)) != NULL) { in cu_cpc_init()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | cpc_subr.c | 264 while ((chip = group_iterate(chips, &i)) != NULL) { in kcpc_hw_lwp_hook()
|