Symbol: CLOCK_BOOTTIME
arch/arm64/kvm/hyp_trace.c
116
ktime_get_snapshot_id(CLOCK_BOOTTIME, &snap);
arch/arm64/kvm/hyp_trace.c
52
ktime_get_snapshot_id(CLOCK_BOOTTIME, &snap);
drivers/gpu/drm/xe/xe_query.c
83
case CLOCK_BOOTTIME:
drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
201
if (iio_device_get_clock(indio_dev) != CLOCK_BOOTTIME)
drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
338
ret = iio_device_set_clock(indio_dev, CLOCK_BOOTTIME);
drivers/iio/industrialio-core.c
1465
[CLOCK_BOOTTIME] = "boottime",
drivers/iio/industrialio-core.c
1485
case CLOCK_BOOTTIME:
drivers/iio/industrialio-core.c
1513
case CLOCK_BOOTTIME:
drivers/iio/industrialio-core.c
338
case CLOCK_BOOTTIME:
drivers/iio/proximity/cros_ec_mkbp_proximity.c
103
if (iio_device_get_clock(indio_dev) != CLOCK_BOOTTIME)
drivers/input/evdev.c
187
case CLOCK_BOOTTIME:
drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c
456
iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, &curr_os, NULL);
drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c
1076
iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2,
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
1217
if (clock_type == CLOCK_BOOTTIME && boottime)
drivers/net/wireless/virtual/mac80211_hwsim_main.c
5792
CLOCK_BOOTTIME, HRTIMER_MODE_ABS_SOFT);
drivers/net/wireless/virtual/mac80211_hwsim_main.c
5795
CLOCK_BOOTTIME, HRTIMER_MODE_ABS_SOFT);
drivers/net/wireless/virtual/mac80211_hwsim_main.c
5798
CLOCK_BOOTTIME, HRTIMER_MODE_ABS_SOFT);
fs/proc/base.c
1662
strcmp(clock, __stringify(CLOCK_BOOTTIME)) == 0)
fs/proc/base.c
1663
off->clockid = CLOCK_BOOTTIME;
fs/timerfd.c
437
clockid != CLOCK_BOOTTIME &&
include/net/cfg80211.h
7051
CLOCK_BOOTTIME, HRTIMER_MODE_REL);
include/trace/events/timer.h
169
{ CLOCK_BOOTTIME, "CLOCK_BOOTTIME" }, \
include/vdso/datapage.h
37
BIT(CLOCK_BOOTTIME) | \
io_uring/register.c
457
case CLOCK_BOOTTIME:
io_uring/timeout.c
43
return CLOCK_BOOTTIME;
kernel/bpf/helpers.c
1406
clockid != CLOCK_BOOTTIME))
kernel/events/core.c
13825
case CLOCK_BOOTTIME:
kernel/time/alarmtimer.c
864
alarm_bases[ALARM_BOOTTIME].base_clockid = CLOCK_BOOTTIME;
kernel/time/hrtimer.c
112
BASE_INIT(HRTIMER_BASE_BOOTTIME, CLOCK_BOOTTIME),
kernel/time/hrtimer.c
116
BASE_INIT(HRTIMER_BASE_BOOTTIME_SOFT, CLOCK_BOOTTIME),
kernel/time/hrtimer.c
1833
case CLOCK_BOOTTIME:
kernel/time/hrtimer.c
1850
case CLOCK_BOOTTIME:
kernel/time/namespace.c
239
case CLOCK_BOOTTIME:
kernel/time/namespace.c
263
show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime);
kernel/time/namespace.c
289
case CLOCK_BOOTTIME:
kernel/time/namespace.c
322
case CLOCK_BOOTTIME:
kernel/time/namespace.c
34
case CLOCK_BOOTTIME:
kernel/time/namespace_vdso.c
67
offset[CLOCK_BOOTTIME] = boottime;
kernel/time/posix-stubs.c
104
case CLOCK_BOOTTIME:
kernel/time/posix-stubs.c
168
case CLOCK_BOOTTIME:
kernel/time/posix-stubs.c
187
case CLOCK_BOOTTIME:
kernel/time/posix-stubs.c
49
case CLOCK_BOOTTIME:
kernel/time/posix-stubs.c
85
case CLOCK_BOOTTIME:
kernel/time/posix-timers.c
1532
[CLOCK_BOOTTIME] = &clock_boottime,
kernel/time/timekeeping.c
1235
case CLOCK_BOOTTIME:
kernel/time/vsyscall.c
57
vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_BOOTTIME];
net/sched/act_gate.c
327
case CLOCK_BOOTTIME:
net/sched/sch_etf.c
401
case CLOCK_BOOTTIME:
net/sched/sch_taprio.c
1673
case CLOCK_BOOTTIME:
net/xfrm/xfrm_state.c
747
hrtimer_setup(&x->mtimer, xfrm_timer_handler, CLOCK_BOOTTIME,
tools/bpf/bpftool/prog.c
169
clock_gettime(CLOCK_BOOTTIME, &boot_time_ts)) {
tools/perf/util/clockid.c
29
#ifndef CLOCK_BOOTTIME
tools/perf/util/clockid.c
43
CLOCKID_MAP("boottime", CLOCK_BOOTTIME),
tools/perf/util/clockid.c
50
CLOCKID_MAP("boot", CLOCK_BOOTTIME),
tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c
111
err = clock_gettime(CLOCK_BOOTTIME, &boot_time_ts);
tools/testing/selftests/bpf/progs/timer.c
266
if (bpf_timer_init(&val->timer, &hmap, CLOCK_BOOTTIME) != 0)
tools/testing/selftests/bpf/progs/timer.c
273
if (bpf_timer_init(&val->timer, &hmap_malloc, CLOCK_BOOTTIME) != 0)
tools/testing/selftests/bpf/progs/timer.c
291
bpf_timer_init(&val->timer, &hmap, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer.c
298
bpf_timer_init(&val->timer, &hmap_malloc, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer.c
309
bpf_timer_init(&val->timer, &hmap, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer.c
314
bpf_timer_init(&val->timer, &hmap, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer.c
321
bpf_timer_init(&val->timer, &hmap_malloc, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer.c
326
bpf_timer_init(&val->timer, &hmap_malloc, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer.c
358
if (bpf_timer_init(timer, &abs_timer, CLOCK_BOOTTIME) != 0)
tools/testing/selftests/bpf/progs/timer.c
399
if (bpf_timer_init(timer, map, CLOCK_BOOTTIME) != 0)
tools/testing/selftests/bpf/progs/timer_failure.c
62
bpf_timer_init(timer, &timer_map, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer_lockup.c
65
bpf_timer_init(timer, &timer1_map, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer_lockup.c
81
bpf_timer_init(timer, &timer2_map, CLOCK_BOOTTIME);
tools/testing/selftests/proc/proc-uptime.h
31
err = clock_gettime(CLOCK_BOOTTIME, &ts);
tools/testing/selftests/timens/clock_nanosleep.c
131
if (_settime(CLOCK_BOOTTIME, 9 * 24 * 3600))
tools/testing/selftests/timens/gettime_perf.c
101
test(CLOCK_BOOTTIME, "boottime", true);
tools/testing/selftests/timens/gettime_perf.c
79
test(CLOCK_BOOTTIME, "boottime", false);
tools/testing/selftests/timens/gettime_perf.c
92
if (_settime(CLOCK_BOOTTIME, offset))
tools/testing/selftests/timens/procfs.c
62
if (_settime(CLOCK_BOOTTIME, TEN_DAYS_IN_SEC))
tools/testing/selftests/timens/timens.c
38
ct(CLOCK_BOOTTIME, -1),
tools/testing/selftests/timens/timens.h
42
case CLOCK_BOOTTIME:
tools/testing/selftests/timens/timer.c
111
ret |= run_test(CLOCK_BOOTTIME, btime_now);
tools/testing/selftests/timens/timer.c
87
clock_gettime(CLOCK_BOOTTIME, &btime_now);
tools/testing/selftests/timens/timer.c
94
CLOCK_BOOTTIME, 9 * 24 * 3600);
tools/testing/selftests/timens/timerfd.c
101
CLOCK_BOOTTIME, 9 * 24 * 3600);
tools/testing/selftests/timens/timerfd.c
118
ret |= run_test(CLOCK_BOOTTIME, btime_now);
tools/testing/selftests/timens/timerfd.c
21
clockid = CLOCK_BOOTTIME;
tools/testing/selftests/timens/timerfd.c
94
clock_gettime(CLOCK_BOOTTIME, &btime_now);
tools/testing/selftests/timers/alarmtimer-suspend.c
60
case CLOCK_BOOTTIME:
tools/testing/selftests/timers/inconsistency-check.c
56
case CLOCK_BOOTTIME:
tools/testing/selftests/timers/nanosleep.c
55
case CLOCK_BOOTTIME:
tools/testing/selftests/timers/nsleep-lat.c
54
case CLOCK_BOOTTIME:
tools/testing/selftests/timers/set-timer-lat.c
63
case CLOCK_BOOTTIME:
tools/testing/selftests/vDSO/vdso_test_abi.c
287
vdso_test_clock(CLOCK_BOOTTIME);
tools/testing/selftests/vDSO/vdso_test_abi.c
50
[CLOCK_BOOTTIME] = "CLOCK_BOOTTIME",