Searched refs:pg_id (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | pghw.c | 113 kstat_named_t pg_id; member 168 kstat_named_t pg_id; member 511 if ((pg->pghw_kstat = kstat_create("pg", ((pg_t *)pg)->pg_id, in pghw_kstat_create() 533 if ((pg->pghw_cu_kstat = kstat_create("pg_hw_perf", ((pg_t *)pg)->pg_id, in pghw_kstat_create() 559 pgsp->pg_id.value.ui32 = ((pg_t *)pg)->pg_id; in pghw_kstat_update() 586 pgsp->pg_id.value.i32 = ((pg_t *)pg)->pg_id; in pghw_cu_kstat_update() 744 parent_id = parent->pg_id; in pghw_parent_id()
|
H A D | pg.c | 417 pg->pg_id = id; in pg_create() 418 bitset_add(&pg_id_set, pg->pg_id); in pg_create() 447 if (pg_id_next > pg->pg_id) in pg_destroy() 448 pg_id_next = pg->pg_id; in pg_destroy() 449 bitset_del(&pg_id_set, pg->pg_id); in pg_destroy()
|
H A D | cap_util.c | 1351 kstat->cu_pg_id.value.i32 = ((pg_t *)pg)->pg_id; in cu_cpu_kstat_update()
|
H A D | cpu.c | 2284 cp->cpu_pg->cmt_lineage->pg_id : -1; in cpu_info_kstat_update()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | pg.c | 141 pg.pg_id, addr, pghw.pghw_instance, in pg() 150 pg.pg_id, addr, pg_class.pgc_name, in pg()
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | cmt.c | 747 cp->cpu_physid->cpu_cacheid = pg_cache->pg_id; in pg_cmt_cpu_init() 907 if (bitset_capacity(&pp->cp_cmt_pgs) <= pg->pg_id) in pg_cmt_cpupart_in() 908 bitset_resize(&pp->cp_cmt_pgs, pg->pg_id + 1); in pg_cmt_cpupart_in() 944 bitset_add(&newpp->cp_cmt_pgs, pg->pg_id); in pg_cmt_cpupart_move() 962 bitset_del(&cp->cpu_part->cp_cmt_pgs, pg->pg_id); in pg_cmt_cpupart_move() 1032 bitset_add(&cp->cpu_part->cp_cmt_pgs, ((pg_t *)pg)->pg_id); in pg_cmt_cpu_active() 1119 ((pg_t *)pg)->pg_id); in pg_cmt_cpu_inactive()
|
H A D | cmt_policy.c | 180 ((pg_t *)pg_tmp)->pg_id)) { in cmt_balance()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pg.h | 75 pgid_t pg_id; /* seq id */ member
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/ |
H A D | Pg.pm | 925 $pg->{id} = defined($pg_ks->{pg_id}) ? $pg_ks->{pg_id} : $pg_ks->{id}; 1562 my $pg_id; 1572 next unless $cpudata->{pg_id} == $pgid;
|
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | file_object.c | 1881 const char *pg_id; in check_snapshot_fill_cb() local 1899 pg_id = vals[1]; in check_snapshot_fill_cb() 1920 string_to_id(pg_id, &cur->cse_pg_id, "snaplvl_pg_id"); in check_snapshot_fill_cb() 1960 const char *pg_id = vals[1]; in check_snapshot_check_cb() local 1966 string_to_id(pg_id, &elem.cse_pg_id, "snaplvl_pg_id"); in check_snapshot_check_cb()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 4598 man_switch_match(man_dest_t *sdp, int pg_id, void *sid) in man_switch_match() argument 4613 mdp = &msp->ms_dests[pg_id]; in man_switch_match() 6788 man_find_pg_by_id(man_pg_t *mpg, int pg_id) in man_find_pg_by_id() argument 6792 if (mpg->mpg_pg_id == pg_id) in man_find_pg_by_id() 7271 int pg_id; in man_set_active_path() local 7298 pg_id = (int)mi_strtol(pg_idp, &end, 10); in man_set_active_path() 7309 mpg = man_find_pg_by_id(manp->man_pg, pg_id); in man_set_active_path() 7325 mpath.mip_pg_id = pg_id; in man_set_active_path()
|