Searched refs:sharing (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl94 my $do_sharing_only; # -S - Only show sharing relationships
112 "sharing|s" => \$do_sharing_only,
318 # Maximum length of all sharing names
348 # -s - only print sharing relationships
350 # Get list of sharing relationships
427 my $sharing = $p->sh_name($pg);
430 $sharing = "$sharing [$tags]" if $tags;
433 $sharing = (' ' x (LEVEL_OFFSET * $level)) . $sharing;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpghw.c40 * Processor Groups: Hardware sharing relationship layer
43 * hardware sharing relationships existing between logical CPUs. Examples of
44 * hardware sharing relationships include shared caches on some CMT
55 * sharing relationship enumerated "type", and an instance id. The enumerated
57 * uniquely identifies the sharing instance from among others of the same
58 * hardware sharing type.
89 * of physical PGs of the same hardware sharing type. Within each hwset, the
91 * groupings of the same sharing type. The instance id for a grouping is
96 * that participate in the sharing relationship. Each CPU also has associated
101 * The hwsets are created dynamically as new hardware sharing relationshi
499 char *sharing = pghw_type_string(pg->pghw_hw); local
[all...]
H A Dcap_util.c42 * that data, the utilization can be aggregated to all the CPUs sharing each
219 * When a CPU is a member of PG with a sharing relationship that is supported
221 * sharing relationship.
239 * cu_cpu_util Running value of CPU utilization for the sharing
252 * cu_cpu_relationship Name of sharing relationship for the PG in this kstat
517 * hardware sharing relationships
560 * Nothing to measure for this hardware sharing relationship
1216 * sharing relationship
1293 * Create capacity & utilization kstats for given PG CPU hardware sharing
1300 char *sharing local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c812 int sharing[2]; local
853 sharing[0] = 0;
854 sharing[1] = core->core_l2_cache_sharing;
855 OPL_UPDATE_PROP_ARRAY(int, node, "l2-cache-sharing", sharing, 2);

Completed in 69 milliseconds