Symbol: CLOCK_MONOTONIC_COARSE
drivers/iio/industrialio-core.c
1464
[CLOCK_MONOTONIC_COARSE] = "monotonic_coarse",
drivers/iio/industrialio-core.c
1484
case CLOCK_MONOTONIC_COARSE:
drivers/iio/industrialio-core.c
1512
case CLOCK_MONOTONIC_COARSE:
drivers/iio/industrialio-core.c
335
case CLOCK_MONOTONIC_COARSE:
include/vdso/datapage.h
40
BIT(CLOCK_MONOTONIC_COARSE))
kernel/time/namespace_vdso.c
66
offset[CLOCK_MONOTONIC_COARSE] = monotonic;
kernel/time/posix-timers.c
1531
[CLOCK_MONOTONIC_COARSE] = &clock_monotonic_coarse,
kernel/time/vsyscall.c
103
vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC_COARSE];
tools/testing/selftests/proc/proc-maps-race.c
746
clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts);
tools/testing/selftests/proc/proc-maps-race.c
802
clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts);
tools/testing/selftests/proc/proc-maps-race.c
840
clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts);
tools/testing/selftests/proc/proc-maps-race.c
883
clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts);
tools/testing/selftests/proc/proc-maps-race.c
921
clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts);
tools/testing/selftests/proc/proc-maps-race.c
966
clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts);
tools/testing/selftests/timens/gettime_perf.c
77
test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", false);
tools/testing/selftests/timens/gettime_perf.c
99
test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", true);
tools/testing/selftests/timens/timens.c
41
ct(CLOCK_MONOTONIC_COARSE, 1),
tools/testing/selftests/timens/timens.c
98
case CLOCK_MONOTONIC_COARSE:
tools/testing/selftests/timens/timens.h
69
if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW)
tools/testing/selftests/timers/alarmtimer-suspend.c
58
case CLOCK_MONOTONIC_COARSE:
tools/testing/selftests/timers/inconsistency-check.c
54
case CLOCK_MONOTONIC_COARSE:
tools/testing/selftests/timers/nanosleep.c
53
case CLOCK_MONOTONIC_COARSE:
tools/testing/selftests/timers/nsleep-lat.c
52
case CLOCK_MONOTONIC_COARSE:
tools/testing/selftests/timers/set-timer-lat.c
260
(clock_id == CLOCK_MONOTONIC_COARSE) ||
tools/testing/selftests/timers/set-timer-lat.c
61
case CLOCK_MONOTONIC_COARSE:
tools/testing/selftests/vDSO/vdso_test_abi.c
292
vdso_test_clock(CLOCK_MONOTONIC_COARSE);
tools/testing/selftests/vDSO/vdso_test_abi.c
49
[CLOCK_MONOTONIC_COARSE] = "CLOCK_MONOTONIC_COARSE",