HomeSort by relevance Sort by last modified time
    Searched defs:max_ncpus (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_consume.c 2066 static int max_ncpus; local
2185 static int max_ncpus; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/dtrace/
dtrace.c 830 int max_ncpus; local
843 if (mdb_readvar(&max_ncpus, "max_ncpus") == -1) {
844 mdb_warn("failed to read 'max_ncpus'");
848 return (max_ncpus);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzpool/common/sys/
zfs_context.h 474 #define max_ncpus 64 macro
479 #define CPU_SEQID (thr_self() & (max_ncpus - 1))
  /onnv/onnv-gate/usr/src/uts/common/os/
cpu.c 117 * max_ncpus keeps the max cpus the system can have. Initially
122 int max_ncpus = NCPU; variable
124 * platforms that set max_ncpus to maxiumum number of cpus that can be
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
genunix.c 564 int max_ncpus; local
574 if (mdb_readvar(&max_ncpus, "max_ncpus") == -1) {
578 cot_walk_data->cotsize = CALLOUT_NTYPES * max_ncpus;
3009 int max_ncpus, i = 0; local
    [all...]

Completed in 360 milliseconds