| /Linux-v5.10/tools/perf/util/ |
| D | clockid.c | 29 #ifndef CLOCK_BOOTTIME 30 #define CLOCK_BOOTTIME 7 macro 43 CLOCKID_MAP("boottime", CLOCK_BOOTTIME), 50 CLOCKID_MAP("boot", CLOCK_BOOTTIME),
|
| /Linux-v5.10/tools/testing/selftests/timens/ |
| D | timerfd.c | 21 clockid = CLOCK_BOOTTIME; in tclock_gettime() 92 clock_gettime(CLOCK_BOOTTIME, &btime_now); in main() 99 CLOCK_BOOTTIME, 9 * 24 * 3600); in main() 116 ret |= run_test(CLOCK_BOOTTIME, btime_now); in main()
|
| D | gettime_perf.c | 69 test(CLOCK_BOOTTIME, "boottime", false); in main() 82 if (_settime(CLOCK_BOOTTIME, offset)) in main() 91 test(CLOCK_BOOTTIME, "boottime", true); in main()
|
| D | timer.c | 85 clock_gettime(CLOCK_BOOTTIME, &btime_now); in main() 92 CLOCK_BOOTTIME, 9 * 24 * 3600); in main() 109 ret |= run_test(CLOCK_BOOTTIME, btime_now); in main()
|
| D | timens.h | 42 case CLOCK_BOOTTIME: in check_skip()
|
| D | procfs.c | 64 if (_settime(CLOCK_BOOTTIME, TEN_DAYS_IN_SEC)) in init_namespaces()
|
| D | clock_nanosleep.c | 129 if (_settime(CLOCK_BOOTTIME, 9 * 24 * 3600)) in main()
|
| D | timens.c | 40 ct(CLOCK_BOOTTIME, -1),
|
| /Linux-v5.10/kernel/time/ |
| D | posix-stubs.c | 83 case CLOCK_BOOTTIME: in do_clock_gettime() 118 case CLOCK_BOOTTIME: in SYSCALL_DEFINE2() 137 case CLOCK_BOOTTIME: in SYSCALL_DEFINE4() 211 case CLOCK_BOOTTIME: in SYSCALL_DEFINE2() 230 case CLOCK_BOOTTIME: in SYSCALL_DEFINE4()
|
| D | namespace.c | 32 case CLOCK_BOOTTIME: in do_timens_ktime_to_host() 191 offset[CLOCK_BOOTTIME] = boottime; in timens_setup_vdso_data() 339 case CLOCK_BOOTTIME: in show_offset() 363 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets() 392 case CLOCK_BOOTTIME: in proc_timens_set_offset() 431 case CLOCK_BOOTTIME: in proc_timens_set_offset()
|
| D | vsyscall.c | 52 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_BOOTTIME]; in update_vdso_data()
|
| D | hrtimer.c | 85 .clockid = CLOCK_BOOTTIME, 105 .clockid = CLOCK_BOOTTIME, 122 [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME,
|
| /Linux-v5.10/tools/testing/selftests/timers/ |
| D | nanosleep.c | 41 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
| D | alarmtimer-suspend.c | 40 #define CLOCK_BOOTTIME 7 macro 74 case CLOCK_BOOTTIME: in clockstring()
|
| D | inconsistency-check.c | 43 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
| D | nsleep-lat.c | 41 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
| D | set-timer-lat.c | 40 #define CLOCK_BOOTTIME 7 macro 75 case CLOCK_BOOTTIME: in clockstring()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | time.h | 56 #define CLOCK_BOOTTIME 7 macro
|
| /Linux-v5.10/include/vdso/ |
| D | datapage.h | 31 BIT(CLOCK_BOOTTIME) | \
|
| /Linux-v5.10/drivers/iio/common/cros_ec_sensors/ |
| D | cros_ec_sensors_core.c | 210 if (iio_device_get_clock(indio_dev) != CLOCK_BOOTTIME) in cros_ec_sensors_push_data() 358 ret = iio_device_set_clock(indio_dev, CLOCK_BOOTTIME); in cros_ec_sensors_core_init()
|
| /Linux-v5.10/drivers/iio/ |
| D | industrialio-core.c | 256 case CLOCK_BOOTTIME: in iio_get_time_ns() 277 case CLOCK_BOOTTIME: in iio_get_time_res() 1368 case CLOCK_BOOTTIME: in iio_show_timestamp_clock() 1402 clk = CLOCK_BOOTTIME; in iio_store_timestamp_clock()
|
| /Linux-v5.10/include/trace/events/ |
| D | timer.h | 147 { CLOCK_BOOTTIME, "CLOCK_BOOTTIME" }, \
|
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | bpf_obj_id.c | 118 err = clock_gettime(CLOCK_BOOTTIME, &boot_time_ts); in test_bpf_obj_id()
|
| /Linux-v5.10/net/sched/ |
| D | sch_etf.c | 404 case CLOCK_BOOTTIME: in etf_init()
|
| /Linux-v5.10/Documentation/core-api/ |
| D | timekeeping.rst | 25 CLOCK_BOOTTIME
|