HomeSort by relevance Sort by last modified time
    Searched refs:CPU_SETSIZE (Results 1 - 25 of 26) sorted by null

1 2

  /external/autotest/client/tests/monotonic_time/src/
cpuset.c 21 for (cpu = 0; cpu < CPU_SETSIZE; cpu++)
57 if (start < 0 || start >= CPU_SETSIZE) {
62 if (end < 0 || end >= CPU_SETSIZE) {
118 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
threads.c 16 #define MAX_CPUS CPU_SETSIZE
time_test.c 327 for (c = 0; c < CPU_SETSIZE; c++) {
  /external/ltp/testcases/kernel/syscalls/sched_setaffinity/
sched_setaffinity.h 21 * with no more than CPU_SETSIZE cpus in it.
26 * CPU_SETSIZE, this interface will not work. Update libc in this case :)
37 if (ncpus > CPU_SETSIZE) { \
  /bionic/tests/
sched_test.cpp 76 for (int i = 0; i < CPU_SETSIZE; i++) {
81 CPU_SET(CPU_SETSIZE, &set);
82 ASSERT_FALSE(CPU_ISSET(CPU_SETSIZE, &set));
102 for (int i = 0; i < CPU_SETSIZE; i++) {
113 for (int i = 0; i < CPU_SETSIZE; i++) {
117 for (int i = 0; i < CPU_SETSIZE; i++) {
122 CPU_CLR(CPU_SETSIZE, &set);
123 ASSERT_FALSE(CPU_ISSET(CPU_SETSIZE, &set));
151 for (int i = 0; i < CPU_SETSIZE; i++) {
156 for (int i = 0; i < CPU_SETSIZE; i++)
    [all...]
pty_test.cpp 130 for (int i = 0; i < CPU_SETSIZE; i++) {
sys_ptrace_test.cpp 239 for (size_t cpu = 0; cpu < CPU_SETSIZE; ++cpu) {
  /external/stressapptest/src/
sattypes.h 93 #if !defined(CPU_SETSIZE)
99 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8)
107 for (int i = 0; i < CPU_SETSIZE; ++i)
114 for (int i = 0; i < CPU_SETSIZE; ++i)
122 for (int i = 0; i < CPU_SETSIZE; ++i)
137 for (int i = 0; i < CPU_SETSIZE; ++i) {
os.cc 113 sat_assert(CPU_SETSIZE >= num_cpus_);
  /external/linux-kselftest/tools/testing/selftests/powerpc/
utils.c 95 for (cpu = 8; cpu < CPU_SETSIZE; cpu += 8)
100 for (cpu = CPU_SETSIZE - 1; cpu >= 0; cpu--)
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_sysfs_thread_test.c 44 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
  /external/autotest/client/tests/tsc/src/
sched.h 41 #define CPU_SETSIZE __CPU_SETSIZE
checktsc.c 97 if (start < 0 || start >= CPU_SETSIZE) {
102 if (end < 0 || end >= CPU_SETSIZE) {
  /bionic/benchmarks/
util.cpp 85 for (int i = 0; i < CPU_SETSIZE; i++) {
  /bionic/libc/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /external/fio/os/
os-freebsd.h 63 #define FIO_MAX_CPUS CPU_SETSIZE
os-linux.h 86 #define FIO_MAX_CPUS CPU_SETSIZE
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
step_after_suspend_test.c 197 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sched.h 79 # define CPU_SETSIZE __CPU_SETSIZE
  /frameworks/base/core/jni/
android_util_Process.cpp 322 if (start >= CPU_SETSIZE) {
323 ALOGE("parse_cpuset_cpus: ignoring CPU number larger than %d.", CPU_SETSIZE);
325 } else if (end >= CPU_SETSIZE) {
326 ALOGE("parse_cpuset_cpus: ignoring CPU numbers larger than %d.", CPU_SETSIZE);
327 end = CPU_SETSIZE - 1;
433 for (int i = 0; i < CPU_SETSIZE && count < num_cpus; i++) {
    [all...]
  /system/core/libutils/tests/
RefBase_test.cpp 139 for (unsigned i = 0; i < CPU_SETSIZE; ++i) {
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 236 for (unsigned int n1 = 0; n1 < CPU_SETSIZE; n1++) {
  /system/extras/tests/memtest/
bandwidth.cpp 164 for (int i = 0; i < CPU_SETSIZE; i++) {
  /external/blktrace/btreplay/
btreplay.c 516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++)
    [all...]
  /system/extras/micro_bench/
micro_bench.cpp     [all...]

Completed in 357 milliseconds

1 2