Searched refs:pghw_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | pghw.h | 137 } pghw_t; typedef 151 extern void pghw_init(pghw_t *, cpu_t *, pghw_type_t); 152 extern void pghw_fini(pghw_t *); 153 extern void pghw_cpu_add(pghw_t *, cpu_t *); 154 extern pghw_t *pghw_place_cpu(cpu_t *, pghw_type_t); 155 extern void pghw_cmt_fini(pghw_t *); 166 extern pghw_t *pghw_find_pg(cpu_t *, pghw_type_t); 167 extern pghw_t *pghw_find_by_instance(id_t, pghw_type_t);
|
H A D | cap_util.h | 79 pghw_t *ci_pg; /* hardware PG being measured */ 154 extern void cu_pg_update(pghw_t *);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | pghw.c | 206 static void pghw_kstat_create(pghw_t *); 215 static void pghw_set_add(group_t *, pghw_t *); 216 static void pghw_set_remove(group_t *, pghw_t *); 218 static void pghw_cpulist_alloc(pghw_t *); 220 static pgid_t pghw_parent_id(pghw_t *); 226 pghw_init(pghw_t *pg, cpu_t *cp, pghw_type_t hw) in pghw_init() 265 pghw_fini(pghw_t *pg) in pghw_fini() 287 pghw_cmt_fini(pghw_t *pg) in pghw_cmt_fini() 312 pghw_t * 321 return ((pghw_t *)pg_cpu_find_pg(cp, hwset)); in pghw_place_cpu() [all …]
|
H A D | cap_util.c | 303 void cu_pg_update(pghw_t *pg); 318 static void cu_cpu_kstat_create(pghw_t *pg, cu_cntr_info_t *cntr_info); 461 pghw_t *pg_hw; in cu_cpc_init() 528 pg_hw = (pghw_t *)pg_cmt; in cu_cpc_init() 1297 cu_cpu_kstat_create(pghw_t *pg, cu_cntr_info_t *cntr_info) in cu_cpu_kstat_create() 1342 pghw_t *pg; in cu_cpu_kstat_update() 1589 cu_pg_update(pghw_t *pg) in cu_pg_update()
|
/titanic_44/usr/src/uts/common/disp/ |
H A D | cmt.c | 274 pghw_type_t hw1 = ((pghw_t *)pg1)->pghw_hw; in pg_cmt_hier_rank() 275 pghw_type_t hw2 = ((pghw_t *)pg2)->pghw_hw; in pg_cmt_hier_rank() 309 switch (((pghw_t *)pg)->pghw_hw) { in cmt_callback_init() 567 pghw_init((pghw_t *)pg, cp, hw); in pg_cmt_cpu_init() 584 ((pghw_t *)pg)->pghw_generation++; in pg_cmt_cpu_init() 821 ((pghw_t *)pg)->pghw_generation++; in pg_cmt_cpu_fini() 873 pghw_fini((pghw_t *)pg); in pg_cmt_cpu_fini() 998 ((pghw_t *)pg)->pghw_generation++; in pg_cmt_cpu_active() 1068 ((pghw_t *)pg)->pghw_generation++; in pg_cmt_cpu_inactive() 1141 if (pg_plat_cpus_share(cp, pg_cpu, ((pghw_t *)pg)->pghw_hw)) in pg_cmt_cpu_belongs() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | pg.c | 73 pghw_t pghw; in pg()
|