/linux-6.6.21/tools/testing/selftests/mm/ |
D | ksm_tests.c | 230 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() 630 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_merge_time() 636 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_time() 670 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_unmerge_time() [all …]
|
/linux-6.6.21/tools/perf/util/ |
D | clockid.c | 26 #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.6.21/tools/testing/selftests/timers/ |
D | adjtick.c | 28 #define CLOCK_MONOTONIC_RAW 4 macro 76 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 83 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 177 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | raw_skew.c | 30 #define CLOCK_MONOTONIC_RAW 4 macro 79 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 100 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | set-timer-lat.c | 37 #define CLOCK_MONOTONIC_RAW 4 macro 69 case CLOCK_MONOTONIC_RAW: in clockstring() 269 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
|
D | nanosleep.c | 38 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | alarmtimer-suspend.c | 37 #define CLOCK_MONOTONIC_RAW 4 macro 68 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | freq-step.c | 55 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()
|
D | nsleep-lat.c | 38 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | inconsistency-check.c | 40 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
/linux-6.6.21/tools/testing/selftests/vDSO/ |
D | vdso_test_clock_getres.c | 111 #ifdef CLOCK_MONOTONIC_RAW in main() 112 ret += vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
|
D | vdso_test_abi.c | 219 #ifdef CLOCK_MONOTONIC_RAW in main() 220 vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
|
/linux-6.6.21/tools/testing/selftests/timens/ |
D | gettime_perf.c | 76 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false); in main() 98 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true); in main()
|
D | timens.c | 42 ct(CLOCK_MONOTONIC_RAW, 1), 99 case CLOCK_MONOTONIC_RAW: in test_gettime()
|
D | timens.h | 69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
|
/linux-6.6.21/include/uapi/linux/ |
D | time.h | 53 #define CLOCK_MONOTONIC_RAW 4 macro
|
/linux-6.6.21/include/vdso/ |
D | datapage.h | 35 #define VDSO_RAW (BIT(CLOCK_MONOTONIC_RAW))
|
/linux-6.6.21/lib/vdso/ |
D | gettimeofday.c | 59 vd = vdns - (clk == CLOCK_MONOTONIC_RAW ? CS_RAW : CS_HRES_COARSE); in do_hres_timens() 61 if (clk != CLOCK_MONOTONIC_RAW) in do_hres_timens()
|
/linux-6.6.21/kernel/time/ |
D | vsyscall.c | 62 vdso_ts = &vdata[CS_RAW].basetime[CLOCK_MONOTONIC_RAW]; in update_vdso_data()
|
D | namespace.c | 189 offset[CLOCK_MONOTONIC_RAW] = monotonic; in timens_setup_vdso_data()
|
D | posix-timers.c | 1519 [CLOCK_MONOTONIC_RAW] = &clock_monotonic_raw,
|
/linux-6.6.21/drivers/iio/ |
D | industrialio-core.c | 314 case CLOCK_MONOTONIC_RAW: in iio_get_time_ns() 1419 [CLOCK_MONOTONIC_RAW] = "monotonic_raw", 1439 case CLOCK_MONOTONIC_RAW: in current_timestamp_clock_show() 1467 case CLOCK_MONOTONIC_RAW: in current_timestamp_clock_store()
|
/linux-6.6.21/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 450 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
|
/linux-6.6.21/Documentation/core-api/ |
D | timekeeping.rst | 53 CLOCK_MONOTONIC_RAW
|
/linux-6.6.21/tools/testing/selftests/alsa/ |
D | pcm-test.c | 60 if (clock_gettime(CLOCK_MONOTONIC_RAW, tstamp)) in timestamp_now()
|