Searched refs:CLOCK_TAI (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/tools/testing/selftests/timers/ |
D | nanosleep.c | 45 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring()
|
D | alarmtimer-suspend.c | 44 #define CLOCK_TAI 11 macro 80 case CLOCK_TAI: in clockstring()
|
D | inconsistency-check.c | 47 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring()
|
D | nsleep-lat.c | 45 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring()
|
D | leap-a-day.c | 54 #define CLOCK_TAI 11 macro 215 if (clock_gettime(CLOCK_TAI, &ts)) { in main() 338 clock_gettime(CLOCK_TAI, &tai); in main()
|
D | set-timer-lat.c | 44 #define CLOCK_TAI 11 macro 81 case CLOCK_TAI: in clockstring()
|
/Linux-v4.19/include/uapi/linux/ |
D | time.h | 89 #define CLOCK_TAI 11 macro
|
/Linux-v4.19/net/sched/ |
D | sch_etf.c | 60 if (qopt->clockid != CLOCK_TAI) { in validate_input_params() 373 case CLOCK_TAI: in etf_init()
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-core.c | 229 case CLOCK_TAI: in iio_get_time_ns() 249 case CLOCK_TAI: in iio_get_time_res() 1295 case CLOCK_TAI: in iio_show_timestamp_clock() 1327 clk = CLOCK_TAI; in iio_store_timestamp_clock()
|
/Linux-v4.19/include/trace/events/ |
D | timer.h | 144 { CLOCK_TAI, "CLOCK_TAI" })
|
/Linux-v4.19/kernel/time/ |
D | hrtimer.c | 100 .clockid = CLOCK_TAI, 120 .clockid = CLOCK_TAI, 133 [CLOCK_TAI] = HRTIMER_BASE_TAI,
|
D | posix-timers.c | 1354 [CLOCK_TAI] = &clock_tai,
|
/Linux-v4.19/tools/perf/ |
D | builtin-record.c | 1314 #ifndef CLOCK_TAI 1315 #define CLOCK_TAI 11 macro 1326 CLOCKID_MAP("tai", CLOCK_TAI),
|
/Linux-v4.19/Documentation/core-api/ |
D | timekeeping.rst | 45 CLOCK_TAI
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-record.txt | 405 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.
|
/Linux-v4.19/kernel/events/ |
D | core.c | 10338 case CLOCK_TAI: in perf_event_set_clock()
|