Searched refs:itimerval (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/kernel/time/ |
| D | itimer.c | 48 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/ |
| 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 | 124 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 *);
|
| D | syscalls.h | 20 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/ |
| D | time.h | 39 struct itimerval { struct
|
| /Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
| D | signal_pending.c | 12 struct itimerval timeo = { in test_signal_pending_by_type()
|
| /Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/ |
| D | null_syscall.c | 44 struct itimerval val; in cpu_soak_usecs()
|
| /Linux-v5.4/tools/testing/selftests/timers/ |
| D | posix_timers.c | 81 struct itimerval val = { in check_itimer()
|
| /Linux-v5.4/kernel/ |
| D | compat.c | 93 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/ |
| D | osf_sys.c | 975 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/ |
| D | cpu-load.rst | 78 struct itimerval it = { .it_interval = { .tv_sec = 0, .tv_usec = 1 },
|
| /Linux-v5.4/include/trace/events/ |
| D | timer.h | 306 TP_PROTO(int which, const struct itimerval *const value,
|
| /Linux-v5.4/security/selinux/ |
| D | hooks.c | 2552 struct itimerval itimer; in selinux_bprm_committed_creds()
|