Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/timers/
Dleap-a-day.c64 #define CLOCK_TAI 11 macro
185 if (clock_gettime(CLOCK_TAI, &ts)) { in main()
284 clock_gettime(CLOCK_TAI, &tai); in main()
Dnanosleep.c55 #define CLOCK_TAI 11 macro
83 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()
Dset-timer-lat.c54 #define CLOCK_TAI 11 macro
90 case CLOCK_TAI: in clockstring()
/linux-4.1.27/include/uapi/linux/
Dtime.h58 #define CLOCK_TAI 11 macro
/linux-4.1.27/tools/perf/
Dbuiltin-record.c734 #ifndef CLOCK_TAI
735 #define CLOCK_TAI 11 macro
746 CLOCKID_MAP("tai", CLOCK_TAI),
/linux-4.1.27/kernel/time/
Dhrtimer.c93 .clockid = CLOCK_TAI,
104 [CLOCK_TAI] = HRTIMER_BASE_TAI,
Dposix-timers.c341 posix_timers_register_clock(CLOCK_TAI, &clock_tai); in init_posix_timers()
/linux-4.1.27/tools/perf/Documentation/
Dperf-record.txt258 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.
/linux-4.1.27/kernel/events/
Dcore.c7889 case CLOCK_TAI: in perf_event_set_clock()