userclock         156 tools/testing/selftests/timers/inconsistency-check.c 	int userclock = CLOCK_REALTIME;
userclock         168 tools/testing/selftests/timers/inconsistency-check.c 			userclock = atoi(optarg);
userclock         169 tools/testing/selftests/timers/inconsistency-check.c 			maxclocks = userclock + 1;
userclock         181 tools/testing/selftests/timers/inconsistency-check.c 	for (clockid = userclock; clockid < maxclocks; clockid++) {