Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/mqueue/
Dmq_perf_tests.c539 char *option, *next_option; in main() local
570 next_option = strchr(option, ','); in main()
571 if (next_option) in main()
572 *next_option = '\0'; in main()
580 if (next_option) in main()
581 option = ++next_option; in main()
582 } while (next_option && num_cpus_to_pin < MAX_CPUS); in main()