Home
last modified time | relevance | path

Searched refs:CLOCK_REALTIME (Results 1 – 25 of 122) sorted by relevance

12345

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c65 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 Dleap-a-day.c164 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 Dnanosleep.c34 #define CLOCK_REALTIME 0 macro
53 case CLOCK_REALTIME: in clockstring()
136 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) { in main()
H A Dinconsistency-check.c36 #define CLOCK_REALTIME 0 macro
53 case CLOCK_REALTIME: in clockstring()
156 int userclock = CLOCK_REALTIME; in main()
H A Dnsleep-lat.c34 #define CLOCK_REALTIME 0 macro
53 case CLOCK_REALTIME: in clockstring()
149 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) { in main()
H A Dalarmtimer-suspend.c33 #define CLOCK_REALTIME 0 macro
60 case CLOCK_REALTIME: in clockstring()
H A Dvalid-adjtimex.c222 ret = clock_adjtime(CLOCK_REALTIME, &tmx); in set_offset()
242 ret = clock_adjtime(CLOCK_REALTIME, &tmx); in set_bad_offset()
H A Dset-timer-lat.c33 #define CLOCK_REALTIME 0 macro
61 case CLOCK_REALTIME: in clockstring()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c55 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 Dtime.h49 #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 Damd_fam14h_idle.c231 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 Dcpuidle_sysfs.c47 clock_gettime(CLOCK_REALTIME, &start_time); in cpuidle_start()
64 clock_gettime(CLOCK_REALTIME, &end_time); in cpuidle_stop()
H A Dmperf_monitor.c230 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 Dtime.h74 #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 Dtime.h74 #define CLOCK_REALTIME 0 macro
92 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dfutex.c26 if (clockid == CLOCK_REALTIME) in run_test()
95 ret |= run_test(CLOCK_REALTIME); in main()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dclockid.c42 CLOCKID_MAP("realtime", CLOCK_REALTIME),
49 CLOCKID_MAP("real", CLOCK_REALTIME),
/OK3568_Linux_fs/buildroot/package/libasplib/
H A D0001-asplib_CPUTimer.h-Fix-time.h-include.patch14 …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 D0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch24 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 Dphc2sys.service6 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 Dtime.h46 # 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 Dtime.h46 # define CLOCK_REALTIME 0 macro
/OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/
H A Dgettimeofday.c174 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 D0001-clock_gettime04-set-threshold-based-on-the-clock-res.patch19 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 D0006-fix-glibc-2.31.patch18 + if (clock_settime(CLOCK_REALTIME, &s)) {

12345