Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/kernel/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),
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dadjtick.c28 #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()
H A Draw_skew.c30 #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()
H A Dset-timer-lat.c37 #define CLOCK_MONOTONIC_RAW 4 macro
69 case CLOCK_MONOTONIC_RAW: in clockstring()
269 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
H A Dfreq-step.c55 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()
H A Dnanosleep.c38 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW: in clockstring()
H A Dalarmtimer-suspend.c37 #define CLOCK_MONOTONIC_RAW 4 macro
68 case CLOCK_MONOTONIC_RAW: in clockstring()
H A Dinconsistency-check.c40 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW: in clockstring()
H A Dnsleep-lat.c38 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW: in clockstring()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dgettime_perf.c68 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false); in main()
90 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true); in main()
H A Dtimens.c44 ct(CLOCK_MONOTONIC_RAW, 1),
101 case CLOCK_MONOTONIC_RAW: in test_gettime()
H A Dtimens.h69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dtime.h54 # define CLOCK_MONOTONIC_RAW 4 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dtime.h54 # define CLOCK_MONOTONIC_RAW 4 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtime.h53 #define CLOCK_MONOTONIC_RAW 4 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtime.h78 #define CLOCK_MONOTONIC_RAW 4 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtime.h78 #define CLOCK_MONOTONIC_RAW 4 macro
/OK3568_Linux_fs/kernel/include/vdso/
H A Ddatapage.h35 #define VDSO_RAW (BIT(CLOCK_MONOTONIC_RAW))
/OK3568_Linux_fs/kernel/tools/perf/arch/arm64/util/
H A Darm-spe.c154 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dvsyscall.c62 vdso_ts = &vdata[CS_RAW].basetime[CLOCK_MONOTONIC_RAW]; in update_vdso_data()
H A Dnamespace.c189 offset[CLOCK_MONOTONIC_RAW] = monotonic; in timens_setup_vdso_data()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/
H A Dgettimeofday.c215 case CLOCK_MONOTONIC_RAW: in __vdso_clock_getres()
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-core.c259 case CLOCK_MONOTONIC_RAW: in iio_get_time_ns()
286 case CLOCK_MONOTONIC_RAW: in iio_get_time_res()
1366 case CLOCK_MONOTONIC_RAW: in iio_show_timestamp_clock()
1406 clk = CLOCK_MONOTONIC_RAW; in iio_store_timestamp_clock()
/OK3568_Linux_fs/kernel/lib/vdso/
H A Dgettimeofday.c59 if (clk != CLOCK_MONOTONIC_RAW) in do_hres_timens()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dtimekeeping.rst53 CLOCK_MONOTONIC_RAW

12