Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/timers/
Dnanosleep.c56 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI: in clockstring()
Dalarmtimer-suspend.c55 #define CLOCK_TAI 11 macro
91 case CLOCK_TAI: in clockstring()
Dnsleep-lat.c56 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI: in clockstring()
Dinconsistency-check.c58 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI: in clockstring()
Dleap-a-day.c65 #define CLOCK_TAI 11 macro
225 if (clock_gettime(CLOCK_TAI, &ts)) { in main()
348 clock_gettime(CLOCK_TAI, &tai); in main()
Dset-timer-lat.c54 #define CLOCK_TAI 11 macro
90 case CLOCK_TAI: in clockstring()
/linux-4.4.14/include/uapi/linux/
Dtime.h58 #define CLOCK_TAI 11 macro
/linux-4.4.14/tools/perf/
Dbuiltin-record.c866 #ifndef CLOCK_TAI
867 #define CLOCK_TAI 11 macro
878 CLOCKID_MAP("tai", CLOCK_TAI),
/linux-4.4.14/kernel/time/
Dhrtimer.c90 .clockid = CLOCK_TAI,
100 [CLOCK_TAI] = HRTIMER_BASE_TAI,
Dposix-timers.c348 posix_timers_register_clock(CLOCK_TAI, &clock_tai); in init_posix_timers()
/linux-4.4.14/tools/perf/Documentation/
Dperf-record.txt299 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.
/linux-4.4.14/kernel/events/
Dcore.c8218 case CLOCK_TAI: in perf_event_set_clock()