| /linux/tools/perf/util/ |
| H A D | clockid.c | 32 #ifndef CLOCK_TAI 33 #define CLOCK_TAI 11 macro 44 CLOCKID_MAP("tai", CLOCK_TAI),
|
| /linux/tools/testing/selftests/timers/ |
| H A D | nsleep-lat.c | 60 case CLOCK_TAI: in clockstring() 135 int max_clocks = CLOCK_TAI + 1; in main()
|
| H A D | inconsistency-check.c | 62 case CLOCK_TAI: in clockstring() 144 int maxclocks = CLOCK_TAI + 1; in main()
|
| H A 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()
|
| H A D | nanosleep.c | 61 case CLOCK_TAI: in clockstring() 173 int max_clocks = CLOCK_TAI + 1; in main()
|
| H A D | set-timer-lat.c | 69 case CLOCK_TAI: in clockstring() 245 int max_clocks = CLOCK_TAI + 1; in main()
|
| H A D | alarmtimer-suspend.c | 66 case CLOCK_TAI: in clockstring()
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_taprio.sh | 133 clockid CLOCK_TAI offload delta $FUDGE_FACTOR 135 clockid CLOCK_TAI offload delta $FUDGE_FACTOR 137 clockid CLOCK_TAI offload delta $FUDGE_FACTOR
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_abi.c | 54 [CLOCK_TAI] = "CLOCK_TAI", 288 vdso_test_clock(CLOCK_TAI);
|
| /linux/include/uapi/linux/ |
| H A D | time.h | 64 #define CLOCK_TAI 11 macro
|
| /linux/tools/testing/selftests/net/ |
| H A D | so_txtime.c | 36 static int cfg_clockid = CLOCK_TAI; 331 cfg_clockid == CLOCK_TAI ? "tai" : "monotonic"); in do_test_tx() 464 cfg_clockid = CLOCK_TAI; in parse_opts()
|
| H A D | so_txtime.sh | 93 if ip netns exec "${NS1}" tc qdisc replace dev "${DEV}" root etf clockid CLOCK_TAI delta 400000; th…
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | time_tai.c | 62 ret = clock_gettime(CLOCK_TAI, &now_tai); in test_time_tai()
|
| H A D | tc_redirect.c | 591 struct sock_txtime opt = { .clockid = CLOCK_TAI }; in snd_tstamp() 600 ret = clock_gettime(CLOCK_TAI, &now_ts); in snd_tstamp()
|
| /linux/net/sched/ |
| H A D | act_gate.c | 330 case CLOCK_TAI: in gate_clock_resolve() 361 s32 timer_clockid = CLOCK_TAI; in tcf_gate_init() 363 s32 old_clockid = CLOCK_TAI; in tcf_gate_init() 365 s32 clockid = CLOCK_TAI; in tcf_gate_init()
|
| H A D | sch_etf.c | 62 if (qopt->clockid != CLOCK_TAI) { in validate_input_params() 404 case CLOCK_TAI: in etf_init()
|
| H A D | sch_taprio.c | 1676 case CLOCK_TAI: in taprio_parse_clockid() 2072 hrtimer_setup(&q->advance_timer, advance_sched, CLOCK_TAI, HRTIMER_MODE_ABS); in taprio_init()
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_waitv.c | 218 res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_TAI); in TEST()
|
| /linux/kernel/time/ |
| H A D | vsyscall.c | 72 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_TAI]; in update_vdso_time_data()
|
| H A D | hrtimer.c | 113 BASE_INIT(HRTIMER_BASE_TAI, CLOCK_TAI), 117 BASE_INIT(HRTIMER_BASE_TAI_SOFT, CLOCK_TAI), 1733 case CLOCK_TAI: in hrtimer_clockid_to_base() 1750 case CLOCK_TAI: in __hrtimer_cb_get_time()
|
| /linux/tools/testing/selftests/drivers/net/ocelot/ |
| H A D | psfp.sh | 161 clockid CLOCK_TAI offload delta ${FUDGE_FACTOR}
|
| /linux/drivers/iio/ |
| H A D | industrialio-core.c | 338 case CLOCK_TAI: in iio_get_time_ns() 1467 [CLOCK_TAI] = "tai", 1484 case CLOCK_TAI: in current_timestamp_clock_show() 1512 case CLOCK_TAI: in current_timestamp_clock_store()
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 45 CLOCK_TAI
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xdp_hw_metadata.c | 737 clockid_t clock_id = CLOCK_TAI; in main()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 531 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.
|