Searched refs:NCPU (Results 1 – 6 of 6) sorted by relevance
116 NCPU=$2120 NCPU=`getconf _NPROCESSORS_ONLN`122 echo "Parallelizing on $NCPU processors"124 echo $ALL_CHECKS | xargs -n 4 -P $NCPU sh `readlink -f "$0"`
293 NCPU=$2297 NCPU=`getconf _NPROCESSORS_ONLN`299 echo "Parallelizing on $NCPU processors"301 echo $ALL_CHECKS | xargs -n 4 -P $NCPU sh `readlink -f "$0"`
23 NCPU!= ${MAKE} -r -f /dev/null -jC -V .MAKE.JOBS32 e=`echo "${NCPU} * $$j" | bc | sed 's/\.[0-9]*//'`; \
41 NCPU=`sysctl -n hw.ncpu`58 [ $N -gt $((NCPU * 2)) ] && break
65 #define NCPU MAXCPU macro1172 uint64_t dts_rstate[NCPU][2]; /* per-CPU random state */
17107 sizeof (dtrace_dstate_percpu_t) * NCPU, DTRACE_STATE_ALIGN,17950 if (desc.dtbd_cpu < 0 || desc.dtbd_cpu >= NCPU)18118 for (i = 0; i < NCPU; i++) {