Searched refs:CPU_SETSIZE (Results 1 - 8 of 8) sorted by path

/external/blktrace/btreplay/
H A Dbtreplay.c516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++)
/external/fio/os/
H A Dos-freebsd.h59 #define FIO_MAX_CPUS CPU_SETSIZE
H A Dos-linux.h78 #define FIO_MAX_CPUS CPU_SETSIZE
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dopen-syscall-all-cpus.c50 if (cpus->map[cpu] >= CPU_SETSIZE) {
84 if (cpus->map[cpu] >= CPU_SETSIZE)
/external/oprofile/daemon/
H A Dopd_perfmon.c49 #define CPU_SETSIZE 1024 macro
53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
/external/stressapptest/src/
H A Dos.cc102 sat_assert(CPU_SETSIZE >= num_cpus_);
H A Dsattypes.h89 #if !defined(CPU_SETSIZE)
95 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8) macro
103 for (int i = 0; i < CPU_SETSIZE; ++i)
110 for (int i = 0; i < CPU_SETSIZE; ++i)
118 for (int i = 0; i < CPU_SETSIZE; ++i)
133 for (int i = 0; i < CPU_SETSIZE; ++i) {
H A Dworker.cc73 #if !defined(CPU_SETSIZE)

Completed in 684 milliseconds