next_option       541 tools/testing/selftests/mqueue/mq_perf_tests.c 	char *option, *next_option;
next_option       572 tools/testing/selftests/mqueue/mq_perf_tests.c 				next_option = strchr(option, ',');
next_option       573 tools/testing/selftests/mqueue/mq_perf_tests.c 				if (next_option)
next_option       574 tools/testing/selftests/mqueue/mq_perf_tests.c 					*next_option = '\0';
next_option       582 tools/testing/selftests/mqueue/mq_perf_tests.c 				if (next_option)
next_option       583 tools/testing/selftests/mqueue/mq_perf_tests.c 					option = ++next_option;
next_option       584 tools/testing/selftests/mqueue/mq_perf_tests.c 			} while (next_option && num_cpus_to_pin < MAX_CPUS);