Searched refs:CLOCK_TAI (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.4/include/vdso/ |
D | datapage.h | 11 #define VDSO_BASES (CLOCK_TAI + 1) 15 BIT(CLOCK_TAI))
|
/Linux-v5.4/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-v5.4/tools/testing/selftests/net/ |
D | so_txtime.c | 27 static int cfg_clockid = CLOCK_TAI; 187 cfg_clockid == CLOCK_TAI ? "tai" : "monotonic"); in do_test() 251 cfg_clockid = CLOCK_TAI; in parse_opts()
|
D | so_txtime.sh | 21 if tc qdisc replace dev lo root etf clockid CLOCK_TAI delta 200000; then
|
/Linux-v5.4/include/uapi/linux/ |
D | time.h | 62 #define CLOCK_TAI 11 macro
|
/Linux-v5.4/kernel/time/ |
D | vsyscall.c | 70 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_TAI]; in update_vdso_data()
|
D | hrtimer.c | 90 .clockid = CLOCK_TAI, 110 .clockid = CLOCK_TAI, 123 [CLOCK_TAI] = HRTIMER_BASE_TAI,
|
D | posix-timers.c | 1354 [CLOCK_TAI] = &clock_tai,
|
/Linux-v5.4/net/sched/ |
D | sch_etf.c | 62 if (qopt->clockid != CLOCK_TAI) { in validate_input_params() 406 case CLOCK_TAI: in etf_init()
|
D | sch_taprio.c | 1328 case CLOCK_TAI: in taprio_parse_clockid() 1588 hrtimer_init(&q->advance_timer, CLOCK_TAI, HRTIMER_MODE_ABS); in taprio_init()
|
/Linux-v5.4/drivers/iio/ |
D | industrialio-core.c | 232 case CLOCK_TAI: in iio_get_time_ns() 252 case CLOCK_TAI: in iio_get_time_res() 1275 case CLOCK_TAI: in iio_show_timestamp_clock() 1307 clk = CLOCK_TAI; in iio_store_timestamp_clock()
|
/Linux-v5.4/include/trace/events/ |
D | timer.h | 148 { CLOCK_TAI, "CLOCK_TAI" })
|
/Linux-v5.4/Documentation/core-api/ |
D | timekeeping.rst | 45 CLOCK_TAI
|
/Linux-v5.4/tools/perf/ |
D | builtin-record.c | 1846 #ifndef CLOCK_TAI 1847 #define CLOCK_TAI 11 macro 1858 CLOCKID_MAP("tai", CLOCK_TAI),
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-record.txt | 422 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.
|
/Linux-v5.4/kernel/events/ |
D | core.c | 10825 case CLOCK_TAI: in perf_event_set_clock()
|