Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/perf/util/
H A Dclockid.c32 #ifndef CLOCK_TAI
33 #define CLOCK_TAI 11 macro
44 CLOCKID_MAP("tai", CLOCK_TAI),
/openbmc/linux/include/vdso/
H A Ddatapage.h28 #define VDSO_BASES (CLOCK_TAI + 1)
32 BIT(CLOCK_TAI))
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_clock_getres.c99 #ifdef CLOCK_TAI in main()
100 ret += vdso_test_clock(CLOCK_TAI); in main()
H A Dvdso_test_abi.c207 #ifdef CLOCK_TAI in main()
208 vdso_test_clock(CLOCK_TAI); in main()
/openbmc/linux/tools/testing/selftests/timers/
H A Dnanosleep.c45 #define CLOCK_TAI 11 macro
73 case CLOCK_TAI: in clockstring()
H A Dalarmtimer-suspend.c44 #define CLOCK_TAI 11 macro
80 case CLOCK_TAI: in clockstring()
H A Dnsleep-lat.c45 #define CLOCK_TAI 11 macro
73 case CLOCK_TAI: in clockstring()
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 Dinconsistency-check.c47 #define CLOCK_TAI 11 macro
73 case CLOCK_TAI: in clockstring()
H A Dset-timer-lat.c44 #define CLOCK_TAI 11 macro
81 case CLOCK_TAI: in clockstring()
/openbmc/linux/include/uapi/linux/
H A Dtime.h64 #define CLOCK_TAI 11 macro
/openbmc/linux/tools/testing/selftests/net/
H A Dso_txtime.c36 static int cfg_clockid = CLOCK_TAI;
328 cfg_clockid == CLOCK_TAI ? "tai" : "monotonic"); in do_test_tx()
461 cfg_clockid = CLOCK_TAI; in parse_opts()
H A Dso_txtime.sh79 if ip netns exec "${NS1}" tc qdisc replace dev "${DEV}" root etf clockid CLOCK_TAI delta 400000; th…
/openbmc/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.c525 struct sock_txtime opt = { .clockid = CLOCK_TAI }; in snd_tstamp()
534 ret = clock_gettime(CLOCK_TAI, &now_ts); in snd_tstamp()
/openbmc/linux/net/sched/
H A Dsch_etf.c62 if (qopt->clockid != CLOCK_TAI) { in validate_input_params()
404 case CLOCK_TAI: in etf_init()
H A Dact_gate.c311 s32 clockid = CLOCK_TAI; in tcf_gate_init()
342 case CLOCK_TAI: in tcf_gate_init()
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_waitv.c225 res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_TAI); in main()
/openbmc/linux/kernel/time/
H A Dvsyscall.c67 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_TAI]; in update_vdso_data()
H A Dhrtimer.c91 .clockid = CLOCK_TAI,
111 .clockid = CLOCK_TAI,
124 [CLOCK_TAI] = HRTIMER_BASE_TAI,
/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh161 clockid CLOCK_TAI offload delta ${FUDGE_FACTOR}
/openbmc/linux/drivers/iio/
H A Dindustrialio-core.c323 case CLOCK_TAI: in iio_get_time_ns()
1431 [CLOCK_TAI] = "tai",
1448 case CLOCK_TAI: in current_timestamp_clock_show()
1476 case CLOCK_TAI: in current_timestamp_clock_store()
/openbmc/linux/include/trace/events/
H A Dtimer.h150 { CLOCK_TAI, "CLOCK_TAI" })
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c409 clockid_t clock_id = CLOCK_TAI; in main()
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst45 CLOCK_TAI

12