CPU_SETSIZE        69 tools/perf/tests/openat-syscall-all-cpus.c 		if (cpus->map[cpu] >= CPU_SETSIZE) {
CPU_SETSIZE       103 tools/perf/tests/openat-syscall-all-cpus.c 		if (cpus->map[cpu] >= CPU_SETSIZE)
CPU_SETSIZE       186 tools/testing/selftests/breakpoints/step_after_suspend_test.c 	for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
CPU_SETSIZE       200 tools/testing/selftests/breakpoints/step_after_suspend_test.c 	for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
CPU_SETSIZE        41 tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c 	for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
CPU_SETSIZE       102 tools/testing/selftests/powerpc/utils.c 	for (cpu = 8; cpu < CPU_SETSIZE; cpu += 8)
CPU_SETSIZE       107 tools/testing/selftests/powerpc/utils.c 	for (cpu = CPU_SETSIZE - 1; cpu >= 0; cpu--)
CPU_SETSIZE        21 tools/testing/selftests/rseq/basic_percpu_ops_test.c 	struct percpu_lock_entry c[CPU_SETSIZE];
CPU_SETSIZE        30 tools/testing/selftests/rseq/basic_percpu_ops_test.c 	struct test_data_entry c[CPU_SETSIZE];
CPU_SETSIZE        44 tools/testing/selftests/rseq/basic_percpu_ops_test.c 	struct percpu_list_entry c[CPU_SETSIZE];
CPU_SETSIZE       129 tools/testing/selftests/rseq/basic_percpu_ops_test.c 	for (i = 0; i < CPU_SETSIZE; i++)
CPU_SETSIZE       249 tools/testing/selftests/rseq/basic_percpu_ops_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE       272 tools/testing/selftests/rseq/basic_percpu_ops_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE        23 tools/testing/selftests/rseq/basic_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE       251 tools/testing/selftests/rseq/param_test.c 	struct percpu_lock_entry c[CPU_SETSIZE];
CPU_SETSIZE       260 tools/testing/selftests/rseq/param_test.c 	struct test_data_entry c[CPU_SETSIZE];
CPU_SETSIZE       270 tools/testing/selftests/rseq/param_test.c 	struct test_data_entry c[CPU_SETSIZE];
CPU_SETSIZE       289 tools/testing/selftests/rseq/param_test.c 	struct percpu_list_entry c[CPU_SETSIZE];
CPU_SETSIZE       305 tools/testing/selftests/rseq/param_test.c 	struct percpu_buffer_entry c[CPU_SETSIZE];
CPU_SETSIZE       322 tools/testing/selftests/rseq/param_test.c 	struct percpu_memcpy_buffer_entry c[CPU_SETSIZE];
CPU_SETSIZE       431 tools/testing/selftests/rseq/param_test.c 	for (i = 0; i < CPU_SETSIZE; i++)
CPU_SETSIZE       507 tools/testing/selftests/rseq/param_test.c 	for (i = 0; i < CPU_SETSIZE; i++)
CPU_SETSIZE       631 tools/testing/selftests/rseq/param_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE       666 tools/testing/selftests/rseq/param_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE       822 tools/testing/selftests/rseq/param_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE       827 tools/testing/selftests/rseq/param_test.c 			malloc(sizeof(*buffer.c[i].array) * CPU_SETSIZE *
CPU_SETSIZE       830 tools/testing/selftests/rseq/param_test.c 		buffer.c[i].buflen = CPU_SETSIZE * BUFFER_ITEM_PER_CPU;
CPU_SETSIZE       870 tools/testing/selftests/rseq/param_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE      1037 tools/testing/selftests/rseq/param_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE      1042 tools/testing/selftests/rseq/param_test.c 			malloc(sizeof(*buffer.c[i].array) * CPU_SETSIZE *
CPU_SETSIZE      1045 tools/testing/selftests/rseq/param_test.c 		buffer.c[i].buflen = CPU_SETSIZE * MEMCPY_BUFFER_ITEM_PER_CPU;
CPU_SETSIZE      1082 tools/testing/selftests/rseq/param_test.c 	for (i = 0; i < CPU_SETSIZE; i++) {
CPU_SETSIZE        90 tools/virtio/ringtest/main.c 	assert(cpu >= 0 && cpu < CPU_SETSIZE);