Searched refs:cpus (Results 1 - 25 of 87) sorted by relevance

1234

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-385.dtsi57 cpus {
H A Dmeson3.dtsi52 cpus {
H A Dmeson8b.dtsi37 cpus {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.noprivdrop.ksh63 cpus=`psrinfo | grep -- on-line | wc -l`
64 max=`expr $cpus \* 500`
/illumos-gate/usr/src/tools/gk/
H A Dgen_make.machines.sh34 cpus=$(psrinfo | grep on-line | wc -l)
35 max=$(((cpus + 1) * 2))
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c97 nvlist_t **cpus, *nvl; local
105 if (fmd_agent_physcpu_info(hdl, &cpus, &ncpu) != 0) {
111 if (cpus == NULL)
118 nvl = cpus[0];
123 nvlist_free(cpus[i]);
124 umem_free(cpus, sizeof (nvlist_t *) * ncpu);
133 nvlist_free(cpus[i]);
134 umem_free(cpus, sizeof (nvlist_t *) * ncpu);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java158 * Return the groups in this domain to which the supplied cpus
162 * @param cpus List of cpus
167 public Set foreignGroups(Set exclude, List cpus) throws PoolsException argument
169 Iterator cpuIt = cpus.iterator();
183 * the cpus in the supplied list. If more than one group
187 * @param cpus List of cpus to be examined.
192 public LocalityGroup getRepresentativeGroup(List cpus) argument
195 Iterator cpuIt = cpus
[all...]
H A DLocalityGroup.java95 .append(" with cpus [");
146 * Return the number of Latency Groups to which these cpus
149 * @param cpus List of cpus to be examined.
154 public int countForeignGroups(List cpus) throws PoolsException argument
157 Iterator cpuIt = cpus.iterator();
175 public Set contains(List cpus) throws PoolsException argument
178 Iterator cpuIt = cpus.iterator();
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl107 GetOptions("cpus|c" => \$do_cpus,
208 # get list of all CPUs in the system by looking at the root PG cpus
210 my @all_cpus = $p->cpus($p->root());
241 my @cpus = $p->cpus($_);
242 scalar($p->intersect(\@cpus, \@args));
310 my @cpu_list = $p->uniqsort(map { $p->cpus($_) } @pgs);
434 my $cpus = $p->cpus($pg);
436 print " $cpus";
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm192 sub cpus subroutine
194 scalar @_ == 2 or _usage("cpus(cookie, pg)");
196 my @cpus = @{$pg->{cpus}};
198 return (wantarray() ? _nsort(@cpus) : _collapse(@cpus));
551 my @cpus = $c1->cpus($id);
562 foreach my $cpu (@cpus) {
708 my @cpus
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh61 /cpus[cpu] != 1/
63 cpus[cpu] = 1;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh52 * record its data just a little bit before the other cpus.
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl180 my @cpus = uniqsort(map { $l->cpus($_, LGRP_CONTENT_HIERARCHY) }
182 print "@cpus\n";
247 my ($children, $parents, $cpus, $memstr, $rsrc);
267 $cpus = lgrp_showcpus($lgrp, LGRP_CONTENT_HIERARCHY);
278 print "\n\t$cpus" if $do_cpu && $cpus;
474 my ($cpus, $memstr, $rsrc);
481 $cpus = lgrp_showcpus($lgrp, LGRP_CONTENT_HIERARCHY);
492 print "\n$prefix$cpus" i
[all...]
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl129 "cpus|c=s" => \@cpu_list,
273 # get list of all CPUs in the system by looking at the root PG cpus
275 my @all_cpus = $p->cpus($p->root());
320 my @cpus = $p->cpus($_);
321 scalar($p->intersect(\@cpus, \@cpu_list));
508 my @cpus = $p->cpus ($pg);
576 my @cpus = $p->cpus(
[all...]
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c222 info_out(psetid_t pset, int type, uint_t numcpus, processorid_t *cpus) argument
236 (void) printf(" %d", cpus[i]);
361 processorid_t *cpus; local
364 cpus = (processorid_t *)
366 if (cpus == NULL) {
370 if (pset_info(pset, &type, &numcpus, cpus) != 0) {
372 free(cpus);
375 info_out(pset, type, numcpus, cpus);
376 free(cpus);
395 processorid_t *cpus; local
[all...]
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c243 prune_cpus(lgrp_snapshot_header_t *snap, lgrp_id_t lgrp, processorid_t *cpus, argument
268 if (cpus == NULL && ncpus == -1) {
284 if (lgrp_cpus[i] == cpus[j])
313 processorid_t *cpus; local
329 cpus = NULL;
331 cpus = malloc(ncpus * sizeof (processorid_t));
332 if (pset_info(PS_MYID, NULL, &ncpus, cpus) == -1) {
333 free(cpus);
345 prune_cpus(snap, i, cpus, ncpus);
351 free(cpus);
765 processorid_t *cpus; local
838 processorid_t *cpus; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/riscv/
H A Dspike.dts46 cpus {
/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c212 nvlist_t **cpus, *nvl; local
227 cpus = kmem_alloc(sizeof (nvlist_t *) * wk.nhdl, KM_SLEEP);
229 populate_cpu(cpus + i, wk.hdls[i]);
237 cpus, wk.nhdl);
240 nvlist_free(cpus[i]);
241 kmem_free(cpus, sizeof (nvlist_t *) * wk.nhdl);
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c51 struct cpu *cpus; /* pointer to other cpus; dynamically allocate */ variable in typeref:struct:cpu
57 caddr_t ttrace_buf; /* kmem64 traptrace for all cpus except 0 */
60 /* bit mask of cpus ready for x-calls, protected by cpu_lock */
63 /* bit mask used to communicate with cpus during bringup */
82 * This function sets traptrace buffers for all cpus
183 * warm start activates cpus into the OFFLINE state
333 * cpus is used as a pointer to a list of freed
336 if (cpus) {
338 cp = cpus;
[all...]
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c286 cpuid_t *cpus = NULL; local
305 cpus = (cpuid_t *)malloc(nrsrc * sizeof (cpuid_t));
309 cpus[idx] = rsrcs[idx].res_cpu_id;
333 if (!is_cpu_in_list(newcpus[idx], cpus, ncpus))
340 dump_cpu_list("delta: ", cpus, ncpus);
356 s_free(cpus);
366 cpuid_t *cpus = NULL; local
385 cpus = (cpuid_t *)malloc(nrsrc * sizeof (cpuid_t));
388 cpus[idx] = rsrcs[idx].res_cpu_id;
415 if (!is_cpu_in_list(oldcpus[idx], cpus, ncpu
640 cpuid_t *cpus = NULL; local
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c49 nvlist_t *nvl, **nvl_array, **cpus; local
56 &cpus, &n)) != 0)
63 if ((err = nvlist_dup(cpus[i], nvl_array + i, 0)) != 0) {
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.s55 * This is the kernel entry point for other cpus except the first one.
82 ! The boot cpu and other cpus are different. The boot cpu has gone
84 ! other cpus' states come directly from the prom.
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberi-netfpga.dts52 cpus {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.h81 md_cpumap_t *cpus; /* List of cpu maps */ member in struct:md_info
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t179 my @rcpus = $c->cpus($root, LGRP_CONTENT_HIERARCHY) or
253 $l_cpus{$l1} = scalar $c->cpus($l1, LGRP_CONTENT_HIERARCHY);
257 $lgrps_nocpus++ unless $c->cpus($l1, LGRP_CONTENT_HIERARCHY);
323 my @cpu_l = $c->cpus($l, LGRP_CONTENT_DIRECT);

Completed in 324 milliseconds

1234