Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Ditimer.c48 struct itimerval *const value) in get_cpu_itimer()
76 int do_getitimer(int which, struct itimerval *value) in do_getitimer()
100 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) in SYSCALL_DEFINE2()
103 struct itimerval get_buffer; in SYSCALL_DEFINE2()
118 struct itimerval kit; in COMPAT_SYSCALL_DEFINE2()
144 const struct itimerval *const value, in set_cpu_itimer()
145 struct itimerval *const ovalue) in set_cpu_itimer()
185 int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) in do_setitimer()
253 struct itimerval it_new, it_old; in alarm_setitimer()
287 SYSCALL_DEFINE3(setitimer, int, which, struct itimerval __user *, value, in SYSCALL_DEFINE3()
[all …]
/Linux-v5.4/include/linux/
Dtime.h38 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);
Dcompat.h124 struct itimerval;
125 int get_compat_itimerval(struct itimerval *, const struct compat_itimerval __user *);
126 int put_compat_itimerval(struct compat_itimerval __user *, const struct itimerval *);
Dsyscalls.h20 struct itimerval;
594 asmlinkage long sys_getitimer(int which, struct itimerval __user *value);
596 struct itimerval __user *value,
597 struct itimerval __user *ovalue);
/Linux-v5.4/include/uapi/linux/
Dtime.h39 struct itimerval { struct
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dsignal_pending.c12 struct itimerval timeo = { in test_signal_pending_by_type()
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c44 struct itimerval val; in cpu_soak_usecs()
/Linux-v5.4/tools/testing/selftests/timers/
Dposix_timers.c81 struct itimerval val = { in check_itimer()
/Linux-v5.4/kernel/
Dcompat.c93 int get_compat_itimerval(struct itimerval *o, const struct compat_itimerval __user *i) in get_compat_itimerval()
106 int put_compat_itimerval(struct compat_itimerval __user *o, const struct itimerval *i) in put_compat_itimerval()
/Linux-v5.4/arch/alpha/kernel/
Dosf_sys.c975 get_it32(struct itimerval *o, struct itimerval32 __user *i) in get_it32()
988 put_it32(struct itimerval32 __user *o, struct itimerval *i) in put_it32()
1044 struct itimerval kit; in SYSCALL_DEFINE2()
1060 struct itimerval kin, kout; in SYSCALL_DEFINE3()
/Linux-v5.4/Documentation/admin-guide/
Dcpu-load.rst78 struct itimerval it = { .it_interval = { .tv_sec = 0, .tv_usec = 1 },
/Linux-v5.4/include/trace/events/
Dtimer.h306 TP_PROTO(int which, const struct itimerval *const value,
/Linux-v5.4/security/selinux/
Dhooks.c2552 struct itimerval itimer; in selinux_bprm_committed_creds()