Lines Matching refs:itimerval
50 struct itimerval *const value) in get_cpu_itimer()
83 int do_getitimer(int which, struct itimerval *value) in do_getitimer()
107 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) in SYSCALL_DEFINE2()
110 struct itimerval get_buffer; in SYSCALL_DEFINE2()
125 struct itimerval kit; in COMPAT_SYSCALL_DEFINE2()
151 const struct itimerval *const value, in set_cpu_itimer()
152 struct itimerval *const ovalue) in set_cpu_itimer()
192 int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) in do_setitimer()
259 struct itimerval it_new, it_old; in alarm_setitimer()
293 SYSCALL_DEFINE3(setitimer, int, which, struct itimerval __user *, value, in SYSCALL_DEFINE3()
294 struct itimerval __user *, ovalue) in SYSCALL_DEFINE3()
296 struct itimerval set_buffer, get_buffer; in SYSCALL_DEFINE3()
323 struct itimerval kin, kout; in COMPAT_SYSCALL_DEFINE3()