/kernel/linux/linux-5.10/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),
|
/kernel/linux/linux-5.10/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 | inconsistency-check.c | 40 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | nsleep-lat.c | 38 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
D | time.h | 40 #ifndef CLOCK_MONOTONIC_RAW 41 #define CLOCK_MONOTONIC_RAW 12 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
D | gettime_perf.c | 68 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false); in main() 90 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true); in main()
|
D | timens.c | 44 ct(CLOCK_MONOTONIC_RAW, 1), 101 case CLOCK_MONOTONIC_RAW: in test_gettime()
|
D | timens.h | 69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
D | It_time_container_004.cpp | 42 ret = clock_gettime(CLOCK_MONOTONIC_RAW, &tp1); in childFunc() 100 ret = clock_gettime(CLOCK_MONOTONIC_RAW, &tp); in TimeContainerUnshare()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | time.h | 53 #define CLOCK_MONOTONIC_RAW 4 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | time.h | 53 #define CLOCK_MONOTONIC_RAW 4 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | time.h | 55 #define CLOCK_MONOTONIC_RAW 4 macro
|
/kernel/linux/linux-5.10/include/vdso/ |
D | datapage.h | 35 #define VDSO_RAW (BIT(CLOCK_MONOTONIC_RAW))
|
/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/ |
D | clock_test_009.cpp | 45 clockid_t clk = CLOCK_MONOTONIC_RAW; in ClockTest()
|
/kernel/liteos_m/kal/posix/src/ |
D | time.c | 326 case CLOCK_MONOTONIC_RAW: in clock_settime() 359 case CLOCK_MONOTONIC_RAW: in clock_gettime() 399 case CLOCK_MONOTONIC_RAW: in clock_getres() 441 case CLOCK_MONOTONIC_RAW: in clock_nanosleep()
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
D | api_shell.c | 388 (void)clock_gettime(CLOCK_MONOTONIC_RAW, &start); in OsPingFunc() 433 (void)clock_gettime(CLOCK_MONOTONIC_RAW, &end); in OsPingFunc() 451 (void)clock_gettime(CLOCK_MONOTONIC_RAW, &end); in OsPingFunc()
|
/kernel/liteos_a/compat/posix/src/ |
D | time.c | 433 case CLOCK_MONOTONIC_RAW: in clock_settime() 601 case CLOCK_MONOTONIC_RAW: in clock_gettime() 662 case CLOCK_MONOTONIC_RAW: in clock_getres() 708 case CLOCK_MONOTONIC_RAW: in clock_nanosleep()
|
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 154 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
|
/kernel/linux/linux-5.10/kernel/time/ |
D | vsyscall.c | 62 vdso_ts = &vdata[CS_RAW].basetime[CLOCK_MONOTONIC_RAW]; in update_vdso_data()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
D | gettimeofday.c | 215 case CLOCK_MONOTONIC_RAW: in __vdso_clock_getres()
|