Searched refs:CLOCK_TAI (Results 1 – 18 of 18) sorted by relevance
| /tools/perf/util/ |
| A D | clockid.c | 32 #ifndef CLOCK_TAI 33 #define CLOCK_TAI 11 macro 44 CLOCKID_MAP("tai", CLOCK_TAI),
|
| /tools/testing/selftests/vDSO/ |
| A D | vdso_test_clock_getres.c | 98 #ifdef CLOCK_TAI in main() 99 ret += vdso_test_clock(CLOCK_TAI); in main()
|
| A D | vdso_test_abi.c | 211 #ifdef CLOCK_TAI in main() 212 vdso_test_clock(CLOCK_TAI); in main()
|
| /tools/testing/selftests/timers/ |
| A D | nanosleep.c | 61 case CLOCK_TAI: in clockstring() 123 int max_clocks = CLOCK_TAI + 1; in main()
|
| A D | nsleep-lat.c | 60 case CLOCK_TAI: in clockstring() 135 int max_clocks = CLOCK_TAI + 1; in main()
|
| A D | inconsistency-check.c | 62 case CLOCK_TAI: in clockstring() 144 int maxclocks = CLOCK_TAI + 1; in main()
|
| 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()
|
| A D | set-timer-lat.c | 69 case CLOCK_TAI: in clockstring() 245 int max_clocks = CLOCK_TAI + 1; in main()
|
| A D | alarmtimer-suspend.c | 66 case CLOCK_TAI: in clockstring()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | time_tai.c | 62 ret = clock_gettime(CLOCK_TAI, &now_tai); in test_time_tai()
|
| 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()
|
| /tools/testing/selftests/net/forwarding/ |
| 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
|
| /tools/testing/selftests/net/ |
| 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()
|
| A D | so_txtime.sh | 93 if ip netns exec "${NS1}" tc qdisc replace dev "${DEV}" root etf clockid CLOCK_TAI delta 400000; th…
|
| /tools/testing/selftests/futex/functional/ |
| A D | futex_waitv.c | 225 res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_TAI); in main()
|
| /tools/testing/selftests/drivers/net/ocelot/ |
| A D | psfp.sh | 161 clockid CLOCK_TAI offload delta ${FUDGE_FACTOR}
|
| /tools/testing/selftests/bpf/ |
| A D | xdp_hw_metadata.c | 737 clockid_t clock_id = CLOCK_TAI; in main()
|
| /tools/perf/Documentation/ |
| A D | perf-record.txt | 526 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.
|
Completed in 27 milliseconds