Searched refs:next_option (Results 1 - 1 of 1) sorted by path

/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c544 char *option, *next_option; local
581 next_option = strchr(option, ',');
582 if (next_option)
583 *next_option = '\0';
591 if (next_option)
592 option = ++next_option;
593 } while (next_option && num_cpus_to_pin < MAX_CPUS);

Completed in 191 milliseconds