Searched refs:itimerval (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | itimer.c | 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() [all …]
|
/Linux-v4.19/include/linux/ |
D | time.h | 38 struct itimerval; 39 extern int do_setitimer(int which, struct itimerval *value, 40 struct itimerval *ovalue); 41 extern int do_getitimer(int which, struct itimerval *value);
|
D | compat.h | 128 struct itimerval; 129 int get_compat_itimerval(struct itimerval *, const struct compat_itimerval __user *); 130 int put_compat_itimerval(struct compat_itimerval __user *, const struct itimerval *);
|
D | syscalls.h | 22 struct itimerval; 556 asmlinkage long sys_getitimer(int which, struct itimerval __user *value); 558 struct itimerval __user *value, 559 struct itimerval __user *ovalue);
|
/Linux-v4.19/include/uapi/linux/ |
D | time.h | 40 struct itimerval { struct
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | null_syscall.c | 48 struct itimerval val; in cpu_soak_usecs()
|
/Linux-v4.19/tools/testing/selftests/timers/ |
D | posix_timers.c | 82 struct itimerval val = { in check_itimer()
|
/Linux-v4.19/kernel/ |
D | compat.c | 160 int get_compat_itimerval(struct itimerval *o, const struct compat_itimerval __user *i) in get_compat_itimerval() 173 int put_compat_itimerval(struct compat_itimerval __user *o, const struct itimerval *i) in put_compat_itimerval()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | osf_sys.c | 976 get_it32(struct itimerval *o, struct itimerval32 __user *i) in get_it32() 989 put_it32(struct itimerval32 __user *o, struct itimerval *i) in put_it32() 1045 struct itimerval kit; in SYSCALL_DEFINE2() 1061 struct itimerval kin, kout; in SYSCALL_DEFINE3()
|
/Linux-v4.19/Documentation/ |
D | cpu-load.txt | 78 struct itimerval it = { .it_interval = { .tv_sec = 0, .tv_usec = 1 },
|
/Linux-v4.19/include/trace/events/ |
D | timer.h | 301 TP_PROTO(int which, const struct itimerval *const value,
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 2690 struct itimerval itimer; in selinux_bprm_committed_creds()
|