Home
last modified time | relevance | path

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

/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);
/include/uapi/linux/
Dtime.h39 struct itimerval { struct
/include/trace/events/
Dtimer.h306 TP_PROTO(int which, const struct itimerval *const value,