Home
last modified time | relevance | path

Searched defs:maxcpus (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/conf/
H A Dparam.c126 u_int maxcpus = MAXCPUS; variable
129 u_int maxcpus = 1; variable
/netbsd/external/mit/libuv/dist/src/unix/
H A Dfreebsd.c174 multiplier = ((uint64_t)1000L / ticks), cpuspeed, maxcpus, in uv_cpu_info() local