Home
last modified time | relevance | path

Searched refs:CPU_SETSIZE (Results 1 – 18 of 18) 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/rseq/
Dparam_test.c251 struct percpu_lock_entry c[CPU_SETSIZE];
260 struct test_data_entry c[CPU_SETSIZE];
270 struct test_data_entry c[CPU_SETSIZE];
289 struct percpu_list_entry c[CPU_SETSIZE];
305 struct percpu_buffer_entry c[CPU_SETSIZE];
322 struct percpu_memcpy_buffer_entry c[CPU_SETSIZE];
430 for (i = 0; i < CPU_SETSIZE; i++) in test_percpu_spinlock()
505 for (i = 0; i < CPU_SETSIZE; i++) in test_percpu_inc()
629 for (i = 0; i < CPU_SETSIZE; i++) { in test_percpu_list()
664 for (i = 0; i < CPU_SETSIZE; i++) { in test_percpu_list()
[all …]
Dbasic_percpu_ops_test.c21 struct percpu_lock_entry c[CPU_SETSIZE];
30 struct test_data_entry c[CPU_SETSIZE];
44 struct percpu_list_entry c[CPU_SETSIZE];
129 for (i = 0; i < CPU_SETSIZE; i++) in test_percpu_spinlock()
249 for (i = 0; i < CPU_SETSIZE; i++) { in test_percpu_list()
272 for (i = 0; i < CPU_SETSIZE; i++) { in test_percpu_list()
Dbasic_test.c23 for (i = 0; i < CPU_SETSIZE; i++) { in test_cpu_pointer()
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dutils.c102 for (cpu = 8; cpu < CPU_SETSIZE; cpu += 8) in pick_online_cpu()
107 for (cpu = CPU_SETSIZE - 1; cpu >= 0; cpu--) in pick_online_cpu()
/external/ltp/include/lapi/
Dcpuset.h37 if (ncpus > CPU_SETSIZE) { \
/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/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/blktrace/
Dverify_blkparse.c29 MAX_CPUS = CPU_SETSIZE; in main()
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c201 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in main()
/external/blktrace/btreplay/
Dbtreplay.c525 for (last_cpu = 0; last_cpu < CPU_SETSIZE && CPU_ISSET(last_cpu, &cpus); last_cpu++) in get_ncpus()
/external/iperf3/src/
Diperf_api.c3970 for (i = 0; i < CPU_SETSIZE; ++i) in iperf_clearaffinity()