| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-stubs.c | 65 if (which_clock != CLOCK_REALTIME) in SYSCALL_DEFINE2() 76 case CLOCK_REALTIME: in do_clock_gettime() 116 case CLOCK_REALTIME: in SYSCALL_DEFINE2() 135 case CLOCK_REALTIME: in SYSCALL_DEFINE4() 177 if (which_clock != CLOCK_REALTIME) in SYSCALL_DEFINE2() 209 case CLOCK_REALTIME: in SYSCALL_DEFINE2() 228 case CLOCK_REALTIME: in SYSCALL_DEFINE4()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | leap-a-day.c | 164 clock_gettime(CLOCK_REALTIME, &now); in test_hrtimer_failure() 166 clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_failure() 167 clock_gettime(CLOCK_REALTIME, &now); in test_hrtimer_failure() 243 clock_gettime(CLOCK_REALTIME, &ts); in main() 296 if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) { in main() 311 while (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL)) in main()
|
| H A D | nanosleep.c | 34 #define CLOCK_REALTIME 0 macro 53 case CLOCK_REALTIME: in clockstring() 136 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) { in main()
|
| H A D | inconsistency-check.c | 36 #define CLOCK_REALTIME 0 macro 53 case CLOCK_REALTIME: in clockstring() 156 int userclock = CLOCK_REALTIME; in main()
|
| H A D | nsleep-lat.c | 34 #define CLOCK_REALTIME 0 macro 53 case CLOCK_REALTIME: in clockstring() 149 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) { in main()
|
| H A D | alarmtimer-suspend.c | 33 #define CLOCK_REALTIME 0 macro 60 case CLOCK_REALTIME: in clockstring()
|
| H A D | valid-adjtimex.c | 222 ret = clock_adjtime(CLOCK_REALTIME, &tmx); in set_offset() 242 ret = clock_adjtime(CLOCK_REALTIME, &tmx); in set_bad_offset()
|
| H A D | set-timer-lat.c | 33 #define CLOCK_REALTIME 0 macro 61 case CLOCK_REALTIME: in clockstring()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_throughput.c | 55 clock_gettime(CLOCK_REALTIME, &start); in test_otp_key_item_tp() 78 clock_gettime(CLOCK_REALTIME, &end); in test_otp_key_item_tp() 252 clock_gettime(CLOCK_REALTIME, &start); in test_cipher_item_tp() 286 clock_gettime(CLOCK_REALTIME, &end); in test_cipher_item_tp() 499 clock_gettime(CLOCK_REALTIME, &start); in test_ae_item_tp() 546 clock_gettime(CLOCK_REALTIME, &end); in test_ae_item_tp() 567 clock_gettime(CLOCK_REALTIME, &start); in test_ae_item_tp() 614 clock_gettime(CLOCK_REALTIME, &end); in test_ae_item_tp() 844 clock_gettime(CLOCK_REALTIME, &start); in test_hash_item_tp() 875 clock_gettime(CLOCK_REALTIME, &end); in test_hash_item_tp() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | time.h | 49 #define CLOCK_REALTIME 0 macro 67 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/ |
| H A D | amd_fam14h_idle.c | 231 clock_gettime(CLOCK_REALTIME, &start_time); in amd_fam14h_start() 237 clock_gettime(CLOCK_REALTIME, &dbg_time); in amd_fam14h_start() 250 clock_gettime(CLOCK_REALTIME, &end_time); in amd_fam14h_stop() 257 clock_gettime(CLOCK_REALTIME, &dbg_time); in amd_fam14h_stop()
|
| H A D | cpuidle_sysfs.c | 47 clock_gettime(CLOCK_REALTIME, &start_time); in cpuidle_start() 64 clock_gettime(CLOCK_REALTIME, &end_time); in cpuidle_stop()
|
| H A D | mperf_monitor.c | 230 clock_gettime(CLOCK_REALTIME, &time_start); in mperf_start() 250 clock_gettime(CLOCK_REALTIME, &time_end); in mperf_stop()
|
| /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 | 74 #define CLOCK_REALTIME 0 macro 92 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
|
| /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 | 74 #define CLOCK_REALTIME 0 macro 92 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | futex.c | 26 if (clockid == CLOCK_REALTIME) in run_test() 95 ret |= run_test(CLOCK_REALTIME); in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | clockid.c | 42 CLOCKID_MAP("realtime", CLOCK_REALTIME), 49 CLOCKID_MAP("real", CLOCK_REALTIME),
|
| /OK3568_Linux_fs/buildroot/package/libasplib/ |
| H A D | 0001-asplib_CPUTimer.h-Fix-time.h-include.patch | 14 …asplib_modules/Timer/asplib/Timer/asplib_CPUTimer.cpp:69:19: error: 'CLOCK_REALTIME' was not decla… 15 clock_gettime(CLOCK_REALTIME, &m_startTime);
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch | 24 vlc_clock_id = (val < 0) ? CLOCK_REALTIME : CLOCK_MONOTONIC; 63 -# define vlc_clock_id (CLOCK_REALTIME) 73 - vlc_clock_id = (val < 0) ? CLOCK_REALTIME : CLOCK_MONOTONIC;
|
| /OK3568_Linux_fs/buildroot/package/linuxptp/ |
| H A D | phc2sys.service | 6 ExecStart=/usr/sbin/phc2sys -s /dev/ptp0 -c CLOCK_REALTIME -w -S 1.0
|
| /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 | 46 # define CLOCK_REALTIME 0 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 | 46 # define CLOCK_REALTIME 0 macro
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/ |
| H A D | gettimeofday.c | 174 case CLOCK_REALTIME: in __vdso_clock_gettime() 213 case CLOCK_REALTIME: in __vdso_clock_getres()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | 0001-clock_gettime04-set-threshold-based-on-the-clock-res.patch | 19 precise version of CLOCK_REALTIME. The time resolution is actually a clock 61 + clock_getres(CLOCK_REALTIME, &res);
|
| /OK3568_Linux_fs/buildroot/package/dvb-apps/ |
| H A D | 0006-fix-glibc-2.31.patch | 18 + if (clock_settime(CLOCK_REALTIME, &s)) {
|