Home
last modified time | relevance | path

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

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