Symbol: itimerspec
arch/um/drivers/rtc_user.c
58
struct itimerspec it = {
arch/um/os-Linux/time.c
63
struct itimerspec its;
arch/um/os-Linux/time.c
79
struct itimerspec its = {
arch/um/os-Linux/time.c
97
struct itimerspec its;
arch/um/os-Linux/time.c
99
memset(&its, 0, sizeof(struct itimerspec));
samples/bpf/xdp_sample_user.c
1534
struct itimerspec its = { ts, ts };
tools/build/feature/test-timerfd.c
9
struct itimerspec new_value;
tools/include/nolibc/sys/timerfd.h
33
int _sys_timerfd_gettime(int fd, struct itimerspec *curr_value)
tools/include/nolibc/sys/timerfd.h
45
int timerfd_gettime(int fd, struct itimerspec *curr_value)
tools/include/nolibc/sys/timerfd.h
53
const struct itimerspec *new_value, struct itimerspec *old_value)
tools/include/nolibc/sys/timerfd.h
66
const struct itimerspec *new_value, struct itimerspec *old_value)
tools/include/nolibc/time.h
168
int _sys_timer_gettime(timer_t timerid, struct itimerspec *curr_value)
tools/include/nolibc/time.h
180
int timer_gettime(timer_t timerid, struct itimerspec *curr_value)
tools/include/nolibc/time.h
187
const struct itimerspec *new_value, struct itimerspec *old_value)
tools/include/nolibc/time.h
200
const struct itimerspec *new_value, struct itimerspec *old_value)
tools/perf/builtin-kvm.c
1315
struct itimerspec new_value;
tools/perf/util/evlist.c
2451
struct itimerspec its = {
tools/power/x86/turbostat/turbostat.c
6781
struct itimerspec its;
tools/testing/selftests/bpf/test_progs.c
196
struct itimerspec timeout = {};
tools/testing/selftests/bpf/test_progs.c
228
struct itimerspec timeout = {};
tools/testing/selftests/bpf/test_progs.c
247
struct itimerspec timeout = {};
tools/testing/selftests/breakpoints/step_after_suspend_test.c
161
struct itimerspec spec = {};
tools/testing/selftests/nolibc/nolibc-test.c
1095
struct itimerspec timerspec;
tools/testing/selftests/nolibc/nolibc-test.c
1106
timerspec = (struct itimerspec) {
tools/testing/selftests/nolibc/nolibc-test.c
1113
timerspec = (struct itimerspec) {
tools/testing/selftests/nolibc/nolibc-test.c
1145
struct itimerspec timerspec;
tools/testing/selftests/nolibc/nolibc-test.c
1152
timerspec = (struct itimerspec) {
tools/testing/selftests/nolibc/nolibc-test.c
1159
timerspec = (struct itimerspec) {
tools/testing/selftests/timens/timer.c
20
struct itimerspec new_value;
tools/testing/selftests/timens/timerfd.c
27
struct itimerspec new_value;
tools/testing/selftests/timers/alarmtimer-suspend.c
108
struct itimerspec its1, its2;
tools/testing/selftests/timers/leap-a-day.c
178
struct itimerspec its1;
tools/testing/selftests/timers/nanosleep.c
127
struct itimerspec itimer = {};
tools/testing/selftests/timers/posix_timers.c
147
struct itimerspec val = {
tools/testing/selftests/timers/posix_timers.c
188
struct itimerspec val = {
tools/testing/selftests/timers/posix_timers.c
271
struct itimerspec its;
tools/testing/selftests/timers/posix_timers.c
357
struct itimerspec its;
tools/testing/selftests/timers/posix_timers.c
413
struct itimerspec its;
tools/testing/selftests/timers/posix_timers.c
461
struct itimerspec its;
tools/testing/selftests/timers/posix_timers.c
498
struct itimerspec its, prev;
tools/testing/selftests/timers/posix_timers.c
553
struct itimerspec its;
tools/testing/selftests/timers/set-timer-lat.c
114
struct itimerspec its1, its2;
tools/thermal/thermometer/thermometer.c
359
struct itimerspec timer_it = { 0 };
tools/thermal/thermometer/thermometer.c
472
struct itimerspec timer_it = { 0 };