Home
last modified time | relevance | path

Searched refs:CPU_SETSIZE (Results 1 – 15 of 15) sorted by relevance

/external/stressapptest/src/
Dsattypes.h93 #if !defined(CPU_SETSIZE)
99 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8) macro
107 for (int i = 0; i < CPU_SETSIZE; ++i) in cpuset_isequal()
114 for (int i = 0; i < CPU_SETSIZE; ++i) in cpuset_issubset()
122 for (int i = 0; i < CPU_SETSIZE; ++i) in cpuset_count()
137 for (int i = 0; i < CPU_SETSIZE; ++i) { in cpuset_format()
Dos.cc113 sat_assert(CPU_SETSIZE >= num_cpus_); in Initialize()
Dworker.cc73 #if !defined(CPU_SETSIZE)
/external/autotest/client/tests/monotonic_time/src/
Dcpuset.c21 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) in count_cpus()
57 if (start < 0 || start >= CPU_SETSIZE) { in parse_cpu_set()
62 if (end < 0 || end >= CPU_SETSIZE) { in parse_cpu_set()
118 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in show_cpu_set()
Dthreads.c16 #define MAX_CPUS CPU_SETSIZE
Dtime_test.c327 for (c = 0; c < CPU_SETSIZE; c++) { in main()
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dutils.c76 for (cpu = 8; cpu < CPU_SETSIZE; cpu += 8) in pick_online_cpu()
81 for (cpu = CPU_SETSIZE - 1; cpu >= 0; cpu--) in pick_online_cpu()
/external/ltp/testcases/kernel/syscalls/sched_setaffinity/
Dsched_setaffinity.h37 if (ncpus > CPU_SETSIZE) { \
/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
Ddscr_sysfs_thread_test.c44 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in check_cpu_dscr_thread()
/external/autotest/client/tests/tsc/src/
Dchecktsc.c97 if (start < 0 || start >= CPU_SETSIZE) { in parse_cpu_set()
102 if (end < 0 || end >= CPU_SETSIZE) { in parse_cpu_set()
Dsched.h41 #define CPU_SETSIZE __CPU_SETSIZE macro
/external/fio/os/
Dos-freebsd.h63 #define FIO_MAX_CPUS CPU_SETSIZE
Dos-linux.h86 #define FIO_MAX_CPUS CPU_SETSIZE
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c195 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in main()
/external/blktrace/btreplay/
Dbtreplay.c516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++) in get_ncpus()