Symbol: CLOCK_TAI
drivers/gpu/drm/xe/xe_query.c
85
case CLOCK_TAI:
drivers/iio/industrialio-core.c
1467
[CLOCK_TAI] = "tai",
drivers/iio/industrialio-core.c
1484
case CLOCK_TAI:
drivers/iio/industrialio-core.c
1512
case CLOCK_TAI:
drivers/iio/industrialio-core.c
338
case CLOCK_TAI:
include/linux/skbuff.h
4454
case CLOCK_TAI:
include/trace/events/timer.h
170
{ CLOCK_TAI, "CLOCK_TAI" })
include/vdso/datapage.h
41
#define VDSO_BASES (CLOCK_TAI + 1)
include/vdso/datapage.h
46
BIT(CLOCK_TAI))
kernel/events/core.c
13751
case CLOCK_TAI:
kernel/time/hrtimer.c
115
.clockid = CLOCK_TAI,
kernel/time/hrtimer.c
1584
case CLOCK_TAI:
kernel/time/hrtimer.c
1601
case CLOCK_TAI:
kernel/time/hrtimer.c
99
.clockid = CLOCK_TAI,
kernel/time/posix-timers.c
1520
[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
138
ltl_atom_set(mon, LTL_NANOSLEEP_CLOCK_TAI, args[0] == CLOCK_TAI);
net/core/sock.c
1182
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
1675
case CLOCK_TAI:
net/sched/sch_taprio.c
2071
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/futex/functional/futex_waitv.c
218
res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_TAI);
tools/testing/selftests/net/so_txtime.c
331
cfg_clockid == CLOCK_TAI ? "tai" : "monotonic");
tools/testing/selftests/net/so_txtime.c
36
static int cfg_clockid = CLOCK_TAI;
tools/testing/selftests/net/so_txtime.c
464
cfg_clockid = 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",