Searched refs:clocksel (Results 1 – 1 of 1) sorted by relevance
397 static int clocksel = 0; variable438 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()