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

  /netvirt/usr/src/lib/libdtrace/common/
dt_consume.c 1728 static int max_ncpus; local
1847 static int max_ncpus; local
    [all...]
  /netvirt/usr/src/cmd/mdb/common/modules/dtrace/
dtrace.c 832 int max_ncpus; local
845 if (mdb_readvar(&max_ncpus, "max_ncpus") == -1) {
846 mdb_warn("failed to read 'max_ncpus'");
850 return (max_ncpus);
    [all...]
  /netvirt/usr/src/lib/libzpool/common/sys/
zfs_context.h 434 #define max_ncpus 64 macro
439 #define CPU_SEQID (thr_self() & (max_ncpus - 1))
  /netvirt/usr/src/uts/common/os/
cpu.c 114 * max_ncpus keeps the max cpus the system can have. Initially
119 int max_ncpus = NCPU; variable
121 * platforms that set max_ncpus to maxiumum number of cpus that can be
    [all...]
  /netvirt/usr/src/cmd/mdb/common/modules/genunix/
genunix.c 1960 int max_ncpus, i = 0; local
    [all...]

Completed in 900 milliseconds