Searched refs:CLOCK_MONOTONIC_COARSE (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/timens/ |
| H A D | gettime_perf.c | 77 test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", false); in main() 99 test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", true); in main()
|
| H A D | timens.c | 41 ct(CLOCK_MONOTONIC_COARSE, 1), 98 case CLOCK_MONOTONIC_COARSE: in test_gettime()
|
| H A D | timens.h | 69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-maps-race.c | 578 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() 634 clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts); in TEST_F() 672 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() 714 clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts); in TEST_F() 752 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() 797 clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts); in TEST_F()
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_abi.c | 49 [CLOCK_MONOTONIC_COARSE] = "CLOCK_MONOTONIC_COARSE", 292 vdso_test_clock(CLOCK_MONOTONIC_COARSE);
|
| /linux/tools/testing/selftests/timers/ |
| H A D | set-timer-lat.c | 61 case CLOCK_MONOTONIC_COARSE: in clockstring() 260 (clock_id == CLOCK_MONOTONIC_COARSE) || in main()
|
| H A D | alarmtimer-suspend.c | 58 case CLOCK_MONOTONIC_COARSE: in clockstring()
|
| H A D | nsleep-lat.c | 52 case CLOCK_MONOTONIC_COARSE: in clockstring()
|
| H A D | inconsistency-check.c | 54 case CLOCK_MONOTONIC_COARSE: in clockstring()
|
| H A D | nanosleep.c | 53 case CLOCK_MONOTONIC_COARSE: in clockstring()
|
| /linux/include/uapi/linux/ |
| H A D | time.h | 55 #define CLOCK_MONOTONIC_COARSE 6 macro
|
| /linux/kernel/time/ |
| H A D | vsyscall.c | 103 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC_COARSE]; in update_vsyscall()
|
| /linux/drivers/iio/ |
| H A D | industrialio-core.c | 333 case CLOCK_MONOTONIC_COARSE: in iio_get_time_ns() 1462 [CLOCK_MONOTONIC_COARSE] = "monotonic_coarse", 1482 case CLOCK_MONOTONIC_COARSE: in current_timestamp_clock_show() 1510 case CLOCK_MONOTONIC_COARSE: in current_timestamp_clock_store()
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 118 corresponding to CLOCK_MONOTONIC_COARSE and CLOCK_REALTIME_COARSE
|