Home
last modified time | relevance | path

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

12

/tools/testing/selftests/timers/
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()
Dnanosleep.c34 #define CLOCK_REALTIME 0 macro
53 case CLOCK_REALTIME: in clockstring()
136 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) { in main()
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()
Dinconsistency-check.c36 #define CLOCK_REALTIME 0 macro
53 case CLOCK_REALTIME: in clockstring()
156 int userclock = CLOCK_REALTIME; in main()
Dalarmtimer-suspend.c33 #define CLOCK_REALTIME 0 macro
60 case CLOCK_REALTIME: in clockstring()
Dleapcrash.c75 clock_gettime(CLOCK_REALTIME, &ts); in main()
Dvalid-adjtimex.c222 ret = clock_adjtime(CLOCK_REALTIME, &tmx); in set_offset()
242 ret = clock_adjtime(CLOCK_REALTIME, &tmx); in set_bad_offset()
Dset-timer-lat.c33 #define CLOCK_REALTIME 0 macro
61 case CLOCK_REALTIME: in clockstring()
Dmqueue-lat.c80 clock_gettime(CLOCK_REALTIME, &now); in mqueue_lat_test()
/tools/testing/selftests/vDSO/
Dvdso_test_clock_getres.c91 #ifdef CLOCK_REALTIME in main()
92 ret += vdso_test_clock(CLOCK_REALTIME); in main()
Dvdso_test_abi.c199 #ifdef CLOCK_REALTIME in main()
200 vdso_test_clock(CLOCK_REALTIME); in main()
/tools/testing/selftests/futex/functional/
Dfutex_wait_timeout.c140 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main()
152 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main()
176 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main()
/tools/testing/selftests/timens/
Dfutex.c26 if (clockid == CLOCK_REALTIME) in run_test()
95 ret |= run_test(CLOCK_REALTIME); in main()
Dtimens.h44 case CLOCK_REALTIME: in check_skip()
/tools/perf/util/
Dclockid.c42 CLOCKID_MAP("realtime", CLOCK_REALTIME),
49 CLOCKID_MAP("real", CLOCK_REALTIME),
/tools/power/cpupower/utils/idle_monitor/
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()
Dcpuidle_sysfs.c47 clock_gettime(CLOCK_REALTIME, &start_time); in cpuidle_start()
64 clock_gettime(CLOCK_REALTIME, &end_time); in cpuidle_stop()
Dmperf_monitor.c229 clock_gettime(CLOCK_REALTIME, &time_start); in mperf_start()
248 clock_gettime(CLOCK_REALTIME, &time_end); in mperf_stop()
Dcpupower-monitor.c290 clock_gettime(CLOCK_REALTIME, &start); in fork_it()
312 clock_gettime(CLOCK_REALTIME, &end); in fork_it()
/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c126 clock_gettime(CLOCK_REALTIME, &min_ts); in main()
250 clock_gettime(CLOCK_REALTIME, &max_ts); in main()
/tools/testing/selftests/ptp/
Dtestptp.c330 clock_gettime(CLOCK_REALTIME, &ts); in main()
340 if (clock_settime(CLOCK_REALTIME, &ts)) { in main()
/tools/testing/selftests/kvm/
Dset_memory_region_test.c105 TEST_ASSERT(!clock_gettime(CLOCK_REALTIME, &ts), in wait_for_vcpu()
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c785 if (clock_gettime(CLOCK_REALTIME, &time) == -1) { in acpi_os_wait_semaphore()
/tools/testing/selftests/bpf/prog_tests/
Dbpf_obj_id.c115 err = clock_gettime(CLOCK_REALTIME, &real_time_ts); in test_bpf_obj_id()
/tools/testing/selftests/net/
Dso_txtime.c254 now = gettime_ns(CLOCK_REALTIME); in start_time_wait()

12