HomeSort by: relevance | last modified time | path
    Searched defs:max_ncpus (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
proc.h 75 #define max_ncpus ncpu macro
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_consume.c 2784 static int max_ncpus; local
2831 if (max_ncpus == 0)
2832 max_ncpus = dt_sysconf(dtp, _SC_CPUID_MAX) + 1;
2834 for (i = 0; i < max_ncpus; i++) {
2905 static int max_ncpus; local
2922 if (max_ncpus == 0)
2923 max_ncpus = dt_sysconf(dtp, _SC_CPUID_MAX) + 1;
2946 for (i = 0; i < max_ncpus; i++) {
3002 uint64_t *drops = alloca(max_ncpus * sizeof (uint64_t));
3007 bzero(drops, max_ncpus * sizeof (uint64_t))
    [all...]
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 572 #define max_ncpus 64 macro
577 #define CPU_SEQID (thr_self() & (max_ncpus - 1))

Completed in 25 milliseconds