Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/os-Linux/
Dtime.c18 struct itimerval interval = ((struct itimerval) { { 0, usec }, in set_interval()
31 struct itimerval interval; in timer_one_shot()
34 interval = ((struct itimerval) { { 0, 0 }, { sec, usec } }); in timer_one_shot()
60 struct itimerval time = ((struct itimerval) { { 0, 0 }, { 0, 0 } }); in disable_timer()
140 struct itimerval interval; in after_sleep_interval()
158 interval = ((struct itimerval) { { 0, usec }, tv }); in after_sleep_interval()
/linux-4.1.27/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.1.27/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.1.27/arch/um/include/shared/skas/
Dstub-data.h14 struct itimerval timer;
/linux-4.1.27/include/uapi/linux/
Dtime.h39 struct itimerval { struct
/linux-4.1.27/tools/testing/selftests/timers/
Dposix_timers.c82 struct itimerval val = { in check_itimer()
/linux-4.1.27/arch/um/os-Linux/skas/
Dprocess.c318 struct itimerval timer; in userspace()
477 .timer = ((struct itimerval) in copy_context_skas0()
/linux-4.1.27/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.1.27/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.1.27/Documentation/
Dcpu-load.txt77 struct itimerval it = { .it_interval = { .tv_sec = 0, .tv_usec = 1 },
/linux-4.1.27/include/trace/events/
Dtimer.h269 TP_PROTO(int which, const struct itimerval *const value,
/linux-4.1.27/security/selinux/
Dhooks.c2432 struct itimerval itimer; in selinux_bprm_committed_creds()