Searched refs:CLOCK_MONOTONIC_RAW (Results 1 - 25 of 27) sorted by last modified time

12

/linux-master/include/vdso/
H A Ddatapage.h35 #define VDSO_RAW (BIT(CLOCK_MONOTONIC_RAW))
/linux-master/drivers/gpu/drm/xe/
H A Dxe_query.c70 case CLOCK_MONOTONIC_RAW:
/linux-master/drivers/iio/
H A Dindustrialio-core.c319 case CLOCK_MONOTONIC_RAW:
1424 [CLOCK_MONOTONIC_RAW] = "monotonic_raw",
1444 case CLOCK_MONOTONIC_RAW:
1472 case CLOCK_MONOTONIC_RAW:
/linux-master/kernel/events/
H A Dcore.c12349 case CLOCK_MONOTONIC_RAW:
/linux-master/tools/testing/selftests/mm/
H A Dksm_tests.c230 if (clock_gettime(CLOCK_MONOTONIC_RAW, &cur_time)) {
353 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) {
387 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) {
427 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) {
494 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) {
589 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) {
595 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) {
630 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) {
636 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) {
670 if (clock_gettime(CLOCK_MONOTONIC_RAW,
[all...]
/linux-master/tools/perf/arch/arm64/util/
H A Darm-spe.c469 clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c41 "CLOCK_MONOTONIC_RAW",
225 #ifdef CLOCK_MONOTONIC_RAW
226 vdso_test_clock(CLOCK_MONOTONIC_RAW);
H A Dvdso_test_clock_getres.c44 "CLOCK_MONOTONIC_RAW",
65 * clock_id: CLOCK_MONOTONIC_RAW [PASS]
111 #ifdef CLOCK_MONOTONIC_RAW
112 ret += vdso_test_clock(CLOCK_MONOTONIC_RAW);
/linux-master/tools/testing/selftests/timers/
H A Dnsleep-lat.c38 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW:
62 return "CLOCK_MONOTONIC_RAW";
H A Draw_skew.c1 /* CLOCK_MONOTONIC vs CLOCK_MONOTONIC_RAW skew test
30 #define CLOCK_MONOTONIC_RAW 4 macro
79 clock_gettime(CLOCK_MONOTONIC_RAW, &mid);
100 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) {
101 printf("ERR: NO CLOCK_MONOTONIC_RAW\n");
H A Dnanosleep.c38 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW:
62 return "CLOCK_MONOTONIC_RAW";
H A Dalarmtimer-suspend.c37 #define CLOCK_MONOTONIC_RAW 4 macro
68 case CLOCK_MONOTONIC_RAW:
69 return "CLOCK_MONOTONIC_RAW";
H A Dinconsistency-check.c40 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW:
62 return "CLOCK_MONOTONIC_RAW";
H A Dadjtick.c28 #define CLOCK_MONOTONIC_RAW 4 macro
76 clock_gettime(CLOCK_MONOTONIC_RAW, raw);
83 clock_gettime(CLOCK_MONOTONIC_RAW, &mid);
177 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) {
178 printf("ERR: NO CLOCK_MONOTONIC_RAW\n");
/linux-master/tools/testing/selftests/alsa/
H A Dpcm-test.c60 if (clock_gettime(CLOCK_MONOTONIC_RAW, tstamp))
/linux-master/drivers/firewire/
H A Dcore-cdev.c1279 case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts); break;
/linux-master/kernel/time/
H A Dposix-timers.c1204 * CLOCK_REALTIME_ALARM, CLOCK_BOOTTIME_ALAREM and CLOCK_MONOTONIC_RAW
1519 [CLOCK_MONOTONIC_RAW] = &clock_monotonic_raw,
H A Dnamespace.c189 offset[CLOCK_MONOTONIC_RAW] = monotonic;
H A Dvsyscall.c61 /* CLOCK_MONOTONIC_RAW */
62 vdso_ts = &vdata[CS_RAW].basetime[CLOCK_MONOTONIC_RAW];
/linux-master/tools/testing/selftests/timens/
H A Dtimens.c42 ct(CLOCK_MONOTONIC_RAW, 1),
99 case CLOCK_MONOTONIC_RAW:
H A Dgettime_perf.c76 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false);
98 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true);
H A Dtimens.h69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW)
/linux-master/lib/vdso/
H A Dgettimeofday.c59 vd = vdns - (clk == CLOCK_MONOTONIC_RAW ? CS_RAW : CS_HRES_COARSE);
61 if (clk != CLOCK_MONOTONIC_RAW)
/linux-master/tools/perf/util/
H A Dclockid.c26 #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-master/include/uapi/linux/
H A Dtime.h53 #define CLOCK_MONOTONIC_RAW 4 macro

Completed in 516 milliseconds

12