Home
last modified time | relevance | path

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

/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c397 static int clocksel = 0; variable
438 case 'c': clocksel = atoi(optarg); break; in process_options()
454 if (clocksel < 0 || clocksel > ARRAY_SIZE(clocksources)) in process_options()
567 par[i].clock = clocksources[clocksel]; in main()