| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | 0001-clock_gettime04-set-threshold-based-on-the-clock-res.patch | 12 clock_gettime04.c:163: TFAIL: CLOCK_REALTIME_COARSE(syscall with old kernel spec): 18 That failure happens for CLOCK_REALTIME_COARSE which is a faster but less 21 CLOCK_REALTIME_COARSE threshold of 5ms is probably not enough. I would say 22 in the case of CLOCK_REALTIME_COARSE, we have to increase the threshold based 64 + clock_getres(CLOCK_REALTIME_COARSE, &res); 79 + if (clks[i] == CLOCK_REALTIME_COARSE || clks[i] == CLOCK_MONOTONIC_COARSE)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | set-timer-lat.c | 38 #define CLOCK_REALTIME_COARSE 5 macro 71 case CLOCK_REALTIME_COARSE: in clockstring() 270 (clock_id == CLOCK_REALTIME_COARSE) || in main()
|
| H A D | nanosleep.c | 39 #define CLOCK_REALTIME_COARSE 5 macro 63 case CLOCK_REALTIME_COARSE: in clockstring()
|
| H A D | alarmtimer-suspend.c | 38 #define CLOCK_REALTIME_COARSE 5 macro 70 case CLOCK_REALTIME_COARSE: in clockstring()
|
| H A D | inconsistency-check.c | 41 #define CLOCK_REALTIME_COARSE 5 macro 63 case CLOCK_REALTIME_COARSE: in clockstring()
|
| H A D | nsleep-lat.c | 39 #define CLOCK_REALTIME_COARSE 5 macro 63 case CLOCK_REALTIME_COARSE: in clockstring()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | time.h | 56 # define CLOCK_REALTIME_COARSE 5 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | time.h | 56 # define CLOCK_REALTIME_COARSE 5 macro
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/ |
| H A D | gettimeofday.c | 168 case CLOCK_REALTIME_COARSE: in __vdso_clock_gettime() 219 case CLOCK_REALTIME_COARSE: in __vdso_clock_getres()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | time.h | 54 #define CLOCK_REALTIME_COARSE 5 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | time.h | 79 #define CLOCK_REALTIME_COARSE 5 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | time.h | 79 #define CLOCK_REALTIME_COARSE 5 macro
|
| /OK3568_Linux_fs/kernel/include/vdso/ |
| H A D | datapage.h | 33 #define VDSO_COARSE (BIT(CLOCK_REALTIME_COARSE) | \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/vdso32/ |
| H A D | gettimeofday.S | 72 cmpli cr5,r3,CLOCK_REALTIME_COARSE 200 cmpwi cr1, r3, CLOCK_REALTIME_COARSE
|
| /OK3568_Linux_fs/kernel/arch/sparc/vdso/ |
| H A D | vclock_gettime.c | 267 case CLOCK_REALTIME_COARSE: in __vdso_clock_gettime() 295 case CLOCK_REALTIME_COARSE: in __vdso_clock_gettime_stick()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | vsyscall.c | 92 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_REALTIME_COARSE]; in update_vsyscall()
|
| H A D | posix-timers.c | 1399 [CLOCK_REALTIME_COARSE] = &clock_realtime_coarse,
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_thread.h | 185 clock_gettime(CLOCK_REALTIME_COARSE, &ts); in timedwait()
|
| /OK3568_Linux_fs/kernel/drivers/iio/ |
| H A D | industrialio-core.c | 261 case CLOCK_REALTIME_COARSE: in iio_get_time_ns() 290 case CLOCK_REALTIME_COARSE: in iio_get_time_res() 1370 case CLOCK_REALTIME_COARSE: in iio_show_timestamp_clock() 1408 clk = CLOCK_REALTIME_COARSE; in iio_store_timestamp_clock()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/vdso64/ |
| H A D | gettimeofday.S | 65 cmpwi cr5,r3,CLOCK_REALTIME_COARSE
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp_impl.cpp | 243 clock_gettime(CLOCK_REALTIME_COARSE, &tp); in _ops_log()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | timekeeping.rst | 118 corresponding to CLOCK_MONOTONIC_COARSE and CLOCK_REALTIME_COARSE
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 436 DEFINE(CLOCK_REALTIME_COARSE, CLOCK_REALTIME_COARSE); in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-9 | 6172 uses the same clock as ‘clock_gettime (CLOCK_REALTIME_COARSE)’,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-9 | 6172 uses the same clock as ‘clock_gettime (CLOCK_REALTIME_COARSE)’,
|