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
1316
struct itimerspec new_value;
tools/perf/util/evlist.c
2433
struct itimerspec its = {
tools/power/x86/turbostat/turbostat.c
6767
struct itimerspec its;
tools/testing/selftests/bpf/test_progs.c
194
struct itimerspec timeout = {};
tools/testing/selftests/bpf/test_progs.c
226
struct itimerspec timeout = {};
tools/testing/selftests/bpf/test_progs.c
245
struct itimerspec timeout = {};
tools/testing/selftests/breakpoints/step_after_suspend_test.c
161
struct itimerspec spec = {};
tools/testing/selftests/nolibc/nolibc-test.c
1007
timerspec = (struct itimerspec) {
tools/testing/selftests/nolibc/nolibc-test.c
1014
timerspec = (struct itimerspec) {
tools/testing/selftests/nolibc/nolibc-test.c
1046
struct itimerspec timerspec;
tools/testing/selftests/nolibc/nolibc-test.c
1053
timerspec = (struct itimerspec) {
tools/testing/selftests/nolibc/nolibc-test.c
1060
timerspec = (struct itimerspec) {
tools/testing/selftests/nolibc/nolibc-test.c
996
struct itimerspec timerspec;
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
138
struct itimerspec val = {
tools/testing/selftests/timers/posix_timers.c
178
struct itimerspec val = {
tools/testing/selftests/timers/posix_timers.c
261
struct itimerspec its;
tools/testing/selftests/timers/posix_timers.c
347
struct itimerspec its;
tools/testing/selftests/timers/posix_timers.c
403
struct itimerspec its;
tools/testing/selftests/timers/posix_timers.c
460
struct itimerspec its;
tools/testing/selftests/timers/posix_timers.c
497
struct itimerspec its, prev;
tools/testing/selftests/timers/posix_timers.c
552
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 };