/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | clockid.c | 32 #ifndef CLOCK_TAI 33 #define CLOCK_TAI 11 macro 44 CLOCKID_MAP("tai", CLOCK_TAI),
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | clockid.c | 32 #ifndef CLOCK_TAI 33 #define CLOCK_TAI 11 macro 44 CLOCKID_MAP("tai", CLOCK_TAI),
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | time.h | 68 #ifndef CLOCK_TAI 69 #define CLOCK_TAI 11 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/ |
H A D | vdso_test_clock_getres.c | 51 "CLOCK_TAI", 62 * clock_id: CLOCK_TAI [PASS] 99 #ifdef CLOCK_TAI in main() 100 ret += vdso_test_clock(CLOCK_TAI); in main()
|
H A D | vdso_test_abi.c | 158 "CLOCK_TAI", 207 #ifdef CLOCK_TAI in main() 208 vdso_test_clock(CLOCK_TAI); in main()
|
/kernel/liteos_m/kal/posix/src/ |
H A D | time.c | 338 #ifdef CLOCK_TAI in clock_settime() 339 case CLOCK_TAI: in clock_settime() 380 #ifdef CLOCK_TAI in clock_gettime() 381 case CLOCK_TAI: in clock_gettime() 419 #ifdef CLOCK_TAI in clock_getres() 420 case CLOCK_TAI: in clock_getres() 454 #ifdef CLOCK_TAI in clock_nanosleep() 455 case CLOCK_TAI: in clock_nanosleep()
|
/kernel/linux/linux-5.10/include/vdso/ |
H A D | datapage.h | 28 #define VDSO_BASES (CLOCK_TAI + 1) 32 BIT(CLOCK_TAI))
|
/kernel/linux/linux-6.6/include/vdso/ |
H A D | datapage.h | 28 #define VDSO_BASES (CLOCK_TAI + 1) 32 BIT(CLOCK_TAI))
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | leap-a-day.c | 54 #define CLOCK_TAI 11 macro 215 if (clock_gettime(CLOCK_TAI, &ts)) { in main() 216 printf("System doesn't support CLOCK_TAI\n"); in main() 338 clock_gettime(CLOCK_TAI, &tai); in main()
|
H A D | alarmtimer-suspend.c | 44 #define CLOCK_TAI 11 macro 80 case CLOCK_TAI: in clockstring() 81 return "CLOCK_TAI"; in clockstring()
|
H A D | inconsistency-check.c | 47 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring() 74 return "CLOCK_TAI"; in clockstring()
|
H A D | nsleep-lat.c | 45 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring() 74 return "CLOCK_TAI"; in clockstring()
|
H A D | nanosleep.c | 45 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring() 74 return "CLOCK_TAI"; in clockstring()
|
H A D | set-timer-lat.c | 44 #define CLOCK_TAI 11 macro 81 case CLOCK_TAI: in clockstring() 82 return "CLOCK_TAI"; in clockstring()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | leap-a-day.c | 54 #define CLOCK_TAI 11 macro 215 if (clock_gettime(CLOCK_TAI, &ts)) { in main() 216 printf("System doesn't support CLOCK_TAI\n"); in main() 338 clock_gettime(CLOCK_TAI, &tai); in main()
|
H A D | inconsistency-check.c | 47 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring() 74 return "CLOCK_TAI"; in clockstring()
|
H A D | nsleep-lat.c | 45 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring() 74 return "CLOCK_TAI"; in clockstring()
|
H A D | nanosleep.c | 45 #define CLOCK_TAI 11 macro 73 case CLOCK_TAI: in clockstring() 74 return "CLOCK_TAI"; in clockstring()
|
H A D | alarmtimer-suspend.c | 44 #define CLOCK_TAI 11 macro 80 case CLOCK_TAI: in clockstring() 81 return "CLOCK_TAI"; in clockstring()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A 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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | time.h | 64 #define CLOCK_TAI 11 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | time.h | 64 #define CLOCK_TAI 11 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | time.h | 60 #define CLOCK_TAI 11 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | time.h | 60 #define CLOCK_TAI 11 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | time.h | 62 #define CLOCK_TAI 11 macro
|