Symbol: CLOCK_TAI
drivers/gpu/drm/xe/xe_query.c
85
case CLOCK_TAI:
drivers/iio/industrialio-core.c
1469
[CLOCK_TAI] = "tai",
drivers/iio/industrialio-core.c
1486
case CLOCK_TAI:
drivers/iio/industrialio-core.c
1514
case CLOCK_TAI:
drivers/iio/industrialio-core.c
340
case CLOCK_TAI:
include/linux/skbuff.h
4480
case CLOCK_TAI:
include/trace/events/timer.h
170
{ CLOCK_TAI, "CLOCK_TAI" })
include/vdso/datapage.h
33
#define VDSO_BASES (CLOCK_TAI + 1)
include/vdso/datapage.h
38
BIT(CLOCK_TAI))
kernel/events/core.c
13829
case CLOCK_TAI:
kernel/time/hrtimer.c
113
BASE_INIT(HRTIMER_BASE_TAI, CLOCK_TAI),
kernel/time/hrtimer.c
117
BASE_INIT(HRTIMER_BASE_TAI_SOFT, CLOCK_TAI),
kernel/time/hrtimer.c
1835
case CLOCK_TAI:
kernel/time/hrtimer.c
1852
case CLOCK_TAI:
kernel/time/posix-timers.c
1535
[CLOCK_TAI] = &clock_tai,
kernel/time/vsyscall.c
72
vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_TAI];
kernel/trace/rv/monitors/sleep/sleep.c
140
ltl_atom_set(mon, LTL_NANOSLEEP_CLOCK_TAI, args[0] == CLOCK_TAI);
net/core/sock.c
1184
case CLOCK_TAI:
net/core/sock.c
3080
case CLOCK_TAI:
net/sched/act_gate.c
330
case CLOCK_TAI:
net/sched/act_gate.c
361
s32 timer_clockid = CLOCK_TAI;
net/sched/act_gate.c
363
s32 old_clockid = CLOCK_TAI;
net/sched/act_gate.c
365
s32 clockid = CLOCK_TAI;
net/sched/sch_etf.c
404
case CLOCK_TAI:
net/sched/sch_etf.c
62
if (qopt->clockid != CLOCK_TAI) {
net/sched/sch_taprio.c
1676
case CLOCK_TAI:
net/sched/sch_taprio.c
2075
hrtimer_setup(&q->advance_timer, advance_sched, CLOCK_TAI, HRTIMER_MODE_ABS);
tools/perf/util/clockid.c
32
#ifndef CLOCK_TAI
tools/perf/util/clockid.c
44
CLOCKID_MAP("tai", CLOCK_TAI),
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
591
struct sock_txtime opt = { .clockid = CLOCK_TAI };
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
600
ret = clock_gettime(CLOCK_TAI, &now_ts);
tools/testing/selftests/bpf/prog_tests/time_tai.c
62
ret = clock_gettime(CLOCK_TAI, &now_tai);
tools/testing/selftests/bpf/xdp_hw_metadata.c
737
clockid_t clock_id = CLOCK_TAI;
tools/testing/selftests/drivers/net/so_txtime.c
345
cfg_clockid == CLOCK_TAI ? "tai" : "monotonic");
tools/testing/selftests/drivers/net/so_txtime.c
38
static int cfg_clockid = CLOCK_TAI;
tools/testing/selftests/drivers/net/so_txtime.c
478
cfg_clockid = CLOCK_TAI;
tools/testing/selftests/futex/functional/futex_waitv.c
218
res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_TAI);
tools/testing/selftests/timers/alarmtimer-suspend.c
66
case CLOCK_TAI:
tools/testing/selftests/timers/inconsistency-check.c
144
int maxclocks = CLOCK_TAI + 1;
tools/testing/selftests/timers/inconsistency-check.c
62
case CLOCK_TAI:
tools/testing/selftests/timers/leap-a-day.c
215
if (clock_gettime(CLOCK_TAI, &ts)) {
tools/testing/selftests/timers/leap-a-day.c
338
clock_gettime(CLOCK_TAI, &tai);
tools/testing/selftests/timers/nanosleep.c
173
int max_clocks = CLOCK_TAI + 1;
tools/testing/selftests/timers/nanosleep.c
61
case CLOCK_TAI:
tools/testing/selftests/timers/nsleep-lat.c
135
int max_clocks = CLOCK_TAI + 1;
tools/testing/selftests/timers/nsleep-lat.c
60
case CLOCK_TAI:
tools/testing/selftests/timers/set-timer-lat.c
245
int max_clocks = CLOCK_TAI + 1;
tools/testing/selftests/timers/set-timer-lat.c
69
case CLOCK_TAI:
tools/testing/selftests/vDSO/vdso_test_abi.c
288
vdso_test_clock(CLOCK_TAI);
tools/testing/selftests/vDSO/vdso_test_abi.c
54
[CLOCK_TAI] = "CLOCK_TAI",