Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/tools/testing/selftests/mm/
H A Dksm_tests.c230 if (clock_gettime(CLOCK_MONOTONIC_RAW, &cur_time)) { in ksm_do_scan()
353 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_merge()
387 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_unmerge()
427 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_zero_page_merge()
494 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_numa_merge()
589 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_merge_hugepages_time()
595 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_hugepages_time()
636 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_time()
683 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_unmerge_time()
725 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_cow_time()
[all …]
/linux-6.15/tools/perf/util/
H A Dclockid.c26 #ifndef CLOCK_MONOTONIC_RAW
27 #define CLOCK_MONOTONIC_RAW 4 macro
39 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW),
48 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW),
/linux-6.15/tools/testing/selftests/vDSO/
H A Dvdso_test_clock_getres.c111 #ifdef CLOCK_MONOTONIC_RAW in main()
112 ret += vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
H A Dvdso_test_abi.c223 #ifdef CLOCK_MONOTONIC_RAW in main()
224 vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
/linux-6.15/tools/testing/selftests/timers/
H A Dadjtick.c72 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw()
79 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw()
173 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
H A Dfreq-step.c55 clock_gettime(CLOCK_MONOTONIC_RAW, &ts1); in get_sample()
57 clock_gettime(CLOCK_MONOTONIC_RAW, &ts3); in get_sample()
208 if (clock_gettime(CLOCK_MONOTONIC_RAW, &ts)) { in init_test()
H A Draw_skew.c77 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw()
98 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
H A Dset-timer-lat.c57 case CLOCK_MONOTONIC_RAW: in clockstring()
258 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
H A Dalarmtimer-suspend.c54 case CLOCK_MONOTONIC_RAW: in clockstring()
H A Dnanosleep.c49 case CLOCK_MONOTONIC_RAW: in clockstring()
H A Dnsleep-lat.c48 case CLOCK_MONOTONIC_RAW: in clockstring()
H A Dinconsistency-check.c50 case CLOCK_MONOTONIC_RAW: in clockstring()
/linux-6.15/tools/testing/selftests/timens/
H A Dgettime_perf.c76 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false); in main()
98 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true); in main()
H A Dtimens.c42 ct(CLOCK_MONOTONIC_RAW, 1),
99 case CLOCK_MONOTONIC_RAW: in test_gettime()
H A Dtimens.h69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
/linux-6.15/include/linux/
H A Dptp_clock_kernel.h470 case CLOCK_MONOTONIC_RAW: in ptp_read_system_prets()
489 case CLOCK_MONOTONIC_RAW: in ptp_read_system_postts()
/linux-6.15/include/uapi/linux/
H A Dtime.h53 #define CLOCK_MONOTONIC_RAW 4 macro
/linux-6.15/tools/testing/selftests/ptp/
H A Dtestptp.c294 ext_clockid = CLOCK_MONOTONIC_RAW; in main()
615 case CLOCK_MONOTONIC_RAW: in main()
636 case CLOCK_MONOTONIC_RAW: in main()
/linux-6.15/include/vdso/
H A Ddatapage.h47 #define VDSO_RAW (BIT(CLOCK_MONOTONIC_RAW))
/linux-6.15/kernel/time/
H A Dvsyscall.c68 vdso_ts = &vc[CS_RAW].basetime[CLOCK_MONOTONIC_RAW]; in update_vdso_time_data()
H A Dnamespace.c189 offset[CLOCK_MONOTONIC_RAW] = monotonic; in timens_setup_vdso_clock_data()
/linux-6.15/drivers/iio/
H A Dindustrialio-core.c321 case CLOCK_MONOTONIC_RAW: in iio_get_time_ns()
1436 [CLOCK_MONOTONIC_RAW] = "monotonic_raw",
1456 case CLOCK_MONOTONIC_RAW: in current_timestamp_clock_show()
1484 case CLOCK_MONOTONIC_RAW: in current_timestamp_clock_store()
/linux-6.15/lib/vdso/
H A Dgettimeofday.c96 if (clk != CLOCK_MONOTONIC_RAW) in do_hres_timens()
/linux-6.15/tools/perf/arch/arm64/util/
H A Darm-spe.c635 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
/linux-6.15/Documentation/core-api/
H A Dtimekeeping.rst53 CLOCK_MONOTONIC_RAW

12