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

  /src/sys/conf/
param.c 126 u_int maxcpus = MAXCPUS; variable
129 u_int maxcpus = 1; variable
  /src/external/mit/libuv/dist/src/unix/
freebsd.c 184 multiplier = ((uint64_t)1000L / ticks), cpuspeed, maxcpus, local
198 * comparable to kern.smp.maxcpus or kern.cp_times (kern.cp_time is a total,
204 maxcpus_key = "kern.smp.maxcpus";
234 /* kern.cp_times on FreeBSD i386 gives an array up to maxcpus instead of
237 size = sizeof(maxcpus);
238 if (sysctlbyname(maxcpus_key, &maxcpus, &size, NULL, 0)) {
243 size = maxcpus * CPUSTATES * sizeof(long);
  /src/external/lgpl2/userspace-rcu/dist/src/
rculfhash.c 683 long maxcpus; local
685 maxcpus = get_possible_cpus_array_len();
686 if (maxcpus <= 0) {
694 maxcpus = 1UL << cds_lfht_get_count_order_ulong(maxcpus);
695 nr_cpus_mask = maxcpus - 1;

Completed in 18 milliseconds