Searched refs:CLOCK_TAI (Results 1 – 23 of 23) sorted by relevance
| /Linux-v5.10/tools/perf/util/ |
| D | clockid.c | 32 #ifndef CLOCK_TAI 33 #define CLOCK_TAI 11 macro 44 CLOCKID_MAP("tai", CLOCK_TAI),
|
| /Linux-v5.10/include/vdso/ |
| D | datapage.h | 28 #define VDSO_BASES (CLOCK_TAI + 1) 32 BIT(CLOCK_TAI))
|
| /Linux-v5.10/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.10/tools/testing/selftests/net/ |
| D | so_txtime.c | 32 static int cfg_clockid = CLOCK_TAI; 275 cfg_clockid == CLOCK_TAI ? "tai" : "monotonic"); in do_test() 340 cfg_clockid = CLOCK_TAI; in parse_opts()
|
| D | so_txtime.sh | 26 if tc qdisc replace dev lo root etf clockid CLOCK_TAI delta 400000; then
|
| /Linux-v5.10/include/uapi/linux/ |
| D | time.h | 64 #define CLOCK_TAI 11 macro
|
| /Linux-v5.10/net/sched/ |
| D | sch_etf.c | 62 if (qopt->clockid != CLOCK_TAI) { in validate_input_params() 407 case CLOCK_TAI: in etf_init()
|
| D | act_gate.c | 308 s32 clockid = CLOCK_TAI; in tcf_gate_init() 339 case CLOCK_TAI: in tcf_gate_init()
|
| D | sch_taprio.c | 1360 case CLOCK_TAI: in taprio_parse_clockid() 1639 hrtimer_init(&q->advance_timer, CLOCK_TAI, HRTIMER_MODE_ABS); in taprio_init()
|
| /Linux-v5.10/kernel/time/ |
| D | vsyscall.c | 67 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 | 1395 [CLOCK_TAI] = &clock_tai,
|
| /Linux-v5.10/drivers/iio/ |
| D | industrialio-core.c | 258 case CLOCK_TAI: in iio_get_time_ns() 278 case CLOCK_TAI: in iio_get_time_res() 1372 case CLOCK_TAI: in iio_show_timestamp_clock() 1404 clk = CLOCK_TAI; in iio_store_timestamp_clock()
|
| /Linux-v5.10/include/trace/events/ |
| D | timer.h | 148 { CLOCK_TAI, "CLOCK_TAI" })
|
| /Linux-v5.10/Documentation/core-api/ |
| D | timekeeping.rst | 45 CLOCK_TAI
|
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | asm-offsets.c | 438 DEFINE(CLOCK_MAX, CLOCK_TAI); in main()
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-record.txt | 439 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.
|
| /Linux-v5.10/kernel/events/ |
| D | core.c | 11565 case CLOCK_TAI: in perf_event_set_clock()
|