Searched refs:itimerval (Results 1 – 5 of 5) sorted by relevance
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);
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 *);
20 struct itimerval;594 asmlinkage long sys_getitimer(int which, struct itimerval __user *value);596 struct itimerval __user *value,597 struct itimerval __user *ovalue);
39 struct itimerval { struct
306 TP_PROTO(int which, const struct itimerval *const value,