Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
H A Dclockid.c32 #ifndef CLOCK_TAI
33 #define CLOCK_TAI 11 macro
44 CLOCKID_MAP("tai", CLOCK_TAI),
/linux/include/vdso/
H A Ddatapage.h41 #define VDSO_BASES (CLOCK_TAI + 1)
46 BIT(CLOCK_TAI))
/linux/tools/testing/selftests/timers/
H A Dnsleep-lat.c60 case CLOCK_TAI: in clockstring()
135 int max_clocks = CLOCK_TAI + 1; in main()
H A Dinconsistency-check.c62 case CLOCK_TAI: in clockstring()
144 int maxclocks = CLOCK_TAI + 1; in main()
H A Dleap-a-day.c54 #define CLOCK_TAI 11 macro
215 if (clock_gettime(CLOCK_TAI, &ts)) { in main()
338 clock_gettime(CLOCK_TAI, &tai); in main()
H A Dnanosleep.c61 case CLOCK_TAI: in clockstring()
173 int max_clocks = CLOCK_TAI + 1; in main()
H A Dset-timer-lat.c69 case CLOCK_TAI: in clockstring()
245 int max_clocks = CLOCK_TAI + 1; in main()
H A Dalarmtimer-suspend.c66 case CLOCK_TAI: in clockstring()
/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c53 [CLOCK_TAI] = "CLOCK_TAI",
237 vdso_test_clock(CLOCK_TAI); in main()
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_taprio.sh133 clockid CLOCK_TAI offload delta $FUDGE_FACTOR
135 clockid CLOCK_TAI offload delta $FUDGE_FACTOR
137 clockid CLOCK_TAI offload delta $FUDGE_FACTOR
/linux/include/uapi/linux/
H A Dtime.h64 #define CLOCK_TAI 11 macro
/linux/tools/testing/selftests/net/
H A Dso_txtime.c36 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 Dso_txtime.sh93 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 Dtime_tai.c62 ret = clock_gettime(CLOCK_TAI, &now_tai); in test_time_tai()
H A Dtc_redirect.c591 struct sock_txtime opt = { .clockid = CLOCK_TAI }; in snd_tstamp()
600 ret = clock_gettime(CLOCK_TAI, &now_ts); in snd_tstamp()
601 ASSERT_OK(ret, "clock_get_time(CLOCK_TAI)"); in snd_tstamp()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_waitv.c218 res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_TAI); in TEST()
/linux/net/sched/
H A Dsch_etf.c62 if (qopt->clockid != CLOCK_TAI) { in validate_input_params()
404 case CLOCK_TAI: in etf_init()
/linux/kernel/trace/rv/monitors/sleep/
H A Dsleep.c138 ltl_atom_set(mon, LTL_NANOSLEEP_CLOCK_TAI, args[0] == CLOCK_TAI); in handle_sys_enter()
/linux/kernel/time/
H A Dvsyscall.c72 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_TAI]; in update_vdso_time_data()
H A Dhrtimer.c91 .clockid = CLOCK_TAI,
107 .clockid = CLOCK_TAI,
1576 case CLOCK_TAI: in hrtimer_clockid_to_base()
1593 case CLOCK_TAI: in __hrtimer_cb_get_time()
/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh161 clockid CLOCK_TAI offload delta ${FUDGE_FACTOR}
/linux/include/trace/events/
H A Dtimer.h170 { CLOCK_TAI, "CLOCK_TAI" })
/linux/drivers/iio/
H A Dindustrialio-core.c338 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 Dtimekeeping.rst45 CLOCK_TAI
/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c737 clockid_t clock_id = CLOCK_TAI; in main()

12