CLOCK_MONOTONIC_RAW  218 arch/nds32/kernel/vdso/gettimeofday.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW 1206 drivers/firewire/core-cdev.c 	case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts);	break;
CLOCK_MONOTONIC_RAW  223 drivers/iio/industrialio-core.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW  250 drivers/iio/industrialio-core.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW 1259 drivers/iio/industrialio-core.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW 1299 drivers/iio/industrialio-core.c 		clk = CLOCK_MONOTONIC_RAW;
CLOCK_MONOTONIC_RAW   18 include/vdso/datapage.h #define VDSO_RAW	(BIT(CLOCK_MONOTONIC_RAW))
CLOCK_MONOTONIC_RAW 10833 kernel/events/core.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW 1348 kernel/time/posix-timers.c 	[CLOCK_MONOTONIC_RAW]		= &clock_monotonic_raw,
CLOCK_MONOTONIC_RAW   60 kernel/time/vsyscall.c 	vdso_ts		= &vdata[CS_RAW].basetime[CLOCK_MONOTONIC_RAW];
CLOCK_MONOTONIC_RAW  148 tools/perf/arch/arm64/util/arm-spe.c 	clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
CLOCK_MONOTONIC_RAW 1840 tools/perf/builtin-record.c #ifndef CLOCK_MONOTONIC_RAW
CLOCK_MONOTONIC_RAW 1853 tools/perf/builtin-record.c 	CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW),
CLOCK_MONOTONIC_RAW 1862 tools/perf/builtin-record.c 	CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW),
CLOCK_MONOTONIC_RAW   76 tools/testing/selftests/timers/adjtick.c 	clock_gettime(CLOCK_MONOTONIC_RAW, raw);
CLOCK_MONOTONIC_RAW   83 tools/testing/selftests/timers/adjtick.c 		clock_gettime(CLOCK_MONOTONIC_RAW, &mid);
CLOCK_MONOTONIC_RAW  177 tools/testing/selftests/timers/adjtick.c 	if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) {
CLOCK_MONOTONIC_RAW   68 tools/testing/selftests/timers/alarmtimer-suspend.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW   55 tools/testing/selftests/timers/freq-step.c 		clock_gettime(CLOCK_MONOTONIC_RAW, &ts1);
CLOCK_MONOTONIC_RAW   57 tools/testing/selftests/timers/freq-step.c 		clock_gettime(CLOCK_MONOTONIC_RAW, &ts3);
CLOCK_MONOTONIC_RAW  208 tools/testing/selftests/timers/freq-step.c 	if (clock_gettime(CLOCK_MONOTONIC_RAW, &ts)) {
CLOCK_MONOTONIC_RAW   61 tools/testing/selftests/timers/inconsistency-check.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW   61 tools/testing/selftests/timers/nanosleep.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW   61 tools/testing/selftests/timers/nsleep-lat.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW   79 tools/testing/selftests/timers/raw_skew.c 		clock_gettime(CLOCK_MONOTONIC_RAW, &mid);
CLOCK_MONOTONIC_RAW  100 tools/testing/selftests/timers/raw_skew.c 	if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) {
CLOCK_MONOTONIC_RAW   69 tools/testing/selftests/timers/set-timer-lat.c 	case CLOCK_MONOTONIC_RAW:
CLOCK_MONOTONIC_RAW  269 tools/testing/selftests/timers/set-timer-lat.c 				(clock_id == CLOCK_MONOTONIC_RAW) ||