Home
last modified time | relevance | path

Searched refs:itimerval (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/kernel/time/
Ditimer.c46 struct itimerval *const value) in get_cpu_itimer()
79 int do_getitimer(int which, struct itimerval *value) in do_getitimer()
103 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) in SYSCALL_DEFINE2()
106 struct itimerval get_buffer; in SYSCALL_DEFINE2()
144 const struct itimerval *const value, in set_cpu_itimer()
145 struct itimerval *const ovalue) in set_cpu_itimer()
190 int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) in do_setitimer()
255 struct itimerval it_new, it_old; in alarm_setitimer()
278 SYSCALL_DEFINE3(setitimer, int, which, struct itimerval __user *, value, in SYSCALL_DEFINE3()
279 struct itimerval __user *, ovalue) in SYSCALL_DEFINE3()
[all …]
/linux-4.4.14/include/linux/
Dtime.h144 struct itimerval;
145 extern int do_setitimer(int which, struct itimerval *value,
146 struct itimerval *ovalue);
147 extern int do_getitimer(int which, struct itimerval *value);
Dsyscalls.h21 struct itimerval;
261 asmlinkage long sys_getitimer(int which, struct itimerval __user *value);
263 struct itimerval __user *value,
264 struct itimerval __user *ovalue);
/linux-4.4.14/include/uapi/linux/
Dtime.h39 struct itimerval { struct
/linux-4.4.14/tools/testing/selftests/timers/
Dposix_timers.c82 struct itimerval val = { in check_itimer()
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c971 get_it32(struct itimerval *o, struct itimerval32 __user *i) in get_it32()
981 put_it32(struct itimerval32 __user *o, struct itimerval *i) in put_it32()
1034 struct itimerval kit; in SYSCALL_DEFINE2()
1047 struct itimerval kin, kout; in SYSCALL_DEFINE3()
/linux-4.4.14/kernel/
Dcompat.c290 static inline long get_compat_itimerval(struct itimerval *o, in get_compat_itimerval()
301 struct itimerval *i) in put_compat_itimerval()
313 struct itimerval kit; in COMPAT_SYSCALL_DEFINE2()
326 struct itimerval kin, kout; in COMPAT_SYSCALL_DEFINE3()
/linux-4.4.14/Documentation/
Dcpu-load.txt77 struct itimerval it = { .it_interval = { .tv_sec = 0, .tv_usec = 1 },
/linux-4.4.14/include/trace/events/
Dtimer.h273 TP_PROTO(int which, const struct itimerval *const value,
/linux-4.4.14/security/selinux/
Dhooks.c2444 struct itimerval itimer; in selinux_bprm_committed_creds()