Searched refs:itimerspec (Results 1 – 19 of 19) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | time.h | 139 * int timer_gettime(timer_t timerid, struct itimerspec *curr_value); in nanosleep() 140 * int timer_settime(timer_t timerid, int flags, const struct itimerspec *new_value, struct itimerspec *old_value); in nanosleep() 168 int sys_timer_gettime(timer_t timerid, struct itimerspec *curr_value) in sys_timer_create() 180 int timer_gettime(timer_t timerid, struct itimerspec *curr_value) in sys_timer_delete() 187 const struct itimerspec *new_value, struct itimerspec *old_value) in timer_delete() 200 const struct itimerspec *new_value, struct itimerspec *old_value) in sys_timer_gettime()
|
| /linux/arch/um/os-Linux/ |
| H A D | time.c | 63 struct itimerspec its; in os_timer_set_interval() 79 struct itimerspec its = { in os_timer_one_shot() 97 struct itimerspec its; in os_timer_disable() 99 memset(&its, 0, sizeof(struct itimerspec)); in os_timer_disable()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 138 struct itimerspec val = { in check_timer_create() 178 struct itimerspec val = { in ctd_thread_func() 261 struct itimerspec its; in check_sig_ign() 347 struct itimerspec its; in check_rearm() 403 struct itimerspec its; in check_delete() 460 struct itimerspec its; in check_sigev_none() 497 struct itimerspec its, prev; in check_gettime() 552 struct itimerspec its; in check_overrun()
|
| H A D | alarmtimer-suspend.c | 108 struct itimerspec its1, its2; in main()
|
| H A D | nanosleep.c | 127 struct itimerspec itimer = {}; in nanosleep_test_remaining()
|
| H A D | set-timer-lat.c | 114 struct itimerspec its1, its2; in setup_timer()
|
| H A D | leap-a-day.c | 178 struct itimerspec its1; in main()
|
| /linux/tools/build/feature/ |
| H A D | test-timerfd.c | 9 struct itimerspec new_value; in main()
|
| /linux/include/uapi/linux/ |
| H A D | time.h | 22 struct itimerspec { struct
|
| /linux/arch/um/drivers/ |
| H A D | rtc_user.c | 58 struct itimerspec it = { in uml_rtc_enable_alarm()
|
| /linux/tools/testing/selftests/timens/ |
| H A D | timer.c | 20 struct itimerspec new_value; in run_test()
|
| H A D | timerfd.c | 27 struct itimerspec new_value; in run_test()
|
| /linux/tools/testing/selftests/breakpoints/ |
| H A D | step_after_suspend_test.c | 161 struct itimerspec spec = {}; in suspend()
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 996 struct itimerspec timerspec; in test_timerfd() 1007 timerspec = (struct itimerspec) { in test_timerfd() 1014 timerspec = (struct itimerspec) { in test_timerfd() 1046 struct itimerspec timerspec; in test_uname() 1053 timerspec = (struct itimerspec) { in test_uname() 1060 timerspec = (struct itimerspec) { in test_uname()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.c | 194 struct itimerspec timeout = {}; in watchdog_timer_func() 226 struct itimerspec timeout = {}; in watchdog_start() 245 struct itimerspec timeout = {}; in watchdog_stop()
|
| /linux/samples/bpf/ |
| H A D | xdp_sample_user.c | 1534 struct itimerspec its = { ts, ts }; in sample_run()
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 1316 struct itimerspec new_value; in perf_kvm__timerfd_create()
|
| /linux/tools/perf/util/ |
| H A D | evlist.c | 2433 struct itimerspec its = { in event_enable_timer__set_timer()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 6767 struct itimerspec its; in msr_sum_record()
|