Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/tools/testing/selftests/timers/ |
D | adjtick.c | 39 #define CLOCK_MONOTONIC_RAW 4 macro 87 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 94 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 187 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | raw_skew.c | 42 #define CLOCK_MONOTONIC_RAW 4 macro 91 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 112 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | set-timer-lat.c | 47 #define CLOCK_MONOTONIC_RAW 4 macro 78 case CLOCK_MONOTONIC_RAW: in clockstring() 204 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
|
D | nanosleep.c | 49 #define CLOCK_MONOTONIC_RAW 4 macro 72 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | alarmtimer-suspend.c | 48 #define CLOCK_MONOTONIC_RAW 4 macro 79 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | nsleep-lat.c | 49 #define CLOCK_MONOTONIC_RAW 4 macro 72 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | inconsistency-check.c | 51 #define CLOCK_MONOTONIC_RAW 4 macro 72 case CLOCK_MONOTONIC_RAW: in clockstring()
|
/linux-4.4.14/include/uapi/linux/ |
D | time.h | 51 #define CLOCK_MONOTONIC_RAW 4 macro
|
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 860 #ifndef CLOCK_MONOTONIC_RAW 861 #define CLOCK_MONOTONIC_RAW 4 macro 873 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW), 882 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW),
|
/linux-4.4.14/kernel/time/ |
D | posix-timers.c | 344 posix_timers_register_clock(CLOCK_MONOTONIC_RAW, &clock_monotonic_raw); in init_posix_timers()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-record.txt | 298 CLOCK_MONOTONIC_RAW are supported, some events might also allow
|
/linux-4.4.14/drivers/firewire/ |
D | core-cdev.c | 1219 case CLOCK_MONOTONIC_RAW: getrawmonotonic(&ts); break; in ioctl_get_cycle_timer2()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mac80211_hwsim.c | 2540 CLOCK_MONOTONIC_RAW, HRTIMER_MODE_ABS); in mac80211_hwsim_new_radio()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 8205 case CLOCK_MONOTONIC_RAW: in perf_event_set_clock()
|