/Linux-v4.19/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() 176 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 | 63 clock_gettime(CLOCK_MONOTONIC_RAW, &ts1); in get_sample() 65 clock_gettime(CLOCK_MONOTONIC_RAW, &ts3); in get_sample() 216 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-v4.19/include/uapi/linux/ |
D | time.h | 78 #define CLOCK_MONOTONIC_RAW 4 macro
|
/Linux-v4.19/arch/arm64/kernel/ |
D | asm-offsets.c | 101 DEFINE(CLOCK_MONOTONIC_RAW, CLOCK_MONOTONIC_RAW); in main()
|
/Linux-v4.19/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 198 jump_slot jumptable, CLOCK_MONOTONIC_RAW, monotonic_raw 301 ccmp w0, #CLOCK_MONOTONIC_RAW, #0x4, ne
|
/Linux-v4.19/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 145 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
|
/Linux-v4.19/arch/nds32/kernel/vdso/ |
D | gettimeofday.c | 216 case CLOCK_MONOTONIC_RAW: in __vdso_clock_getres()
|
/Linux-v4.19/tools/perf/ |
D | builtin-record.c | 1308 #ifndef CLOCK_MONOTONIC_RAW 1309 #define CLOCK_MONOTONIC_RAW 4 macro 1321 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW), 1330 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW),
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-core.c | 220 case CLOCK_MONOTONIC_RAW: in iio_get_time_ns() 247 case CLOCK_MONOTONIC_RAW: in iio_get_time_res() 1279 case CLOCK_MONOTONIC_RAW: in iio_show_timestamp_clock() 1319 clk = CLOCK_MONOTONIC_RAW; in iio_store_timestamp_clock()
|
/Linux-v4.19/Documentation/core-api/ |
D | timekeeping.rst | 53 CLOCK_MONOTONIC_RAW
|
/Linux-v4.19/kernel/time/ |
D | posix-timers.c | 1348 [CLOCK_MONOTONIC_RAW] = &clock_monotonic_raw,
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-record.txt | 404 CLOCK_MONOTONIC_RAW are supported, some events might also allow
|
/Linux-v4.19/drivers/firewire/ |
D | core-cdev.c | 1219 case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts); break; in ioctl_get_cycle_timer2()
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 464 This is the raw monotonic clock (CLOCK_MONOTONIC_RAW)
|
/Linux-v4.19/kernel/events/ |
D | core.c | 10325 case CLOCK_MONOTONIC_RAW: in perf_event_set_clock()
|