Searched refs:itimerval (Results 1 – 6 of 6) sorted by relevance
106 struct itimerval { struct249 int getitimer(int, struct itimerval *);254 int setitimer(int, const struct itimerval * __restrict,255 struct itimerval * __restrict);
336 struct itimerval p_realtimer; /* Alarm timer. (PSL) */338 struct itimerval p_vtimer_user; /* Virtual timers.(PSL) */339 struct itimerval p_vtimer_prof; /* (PSL) */840 int itimerdecr(struct proc * p, struct itimerval *itp, int usec);
133 struct itimerval p_realtimer; /* Alarm timer. */
65 struct itimerval timerval = {
315 struct itimerval aitv; in getitimer()388 struct itimerval aitv; in setitimer()652 struct itimerval *itp, int usec) in itimerdecr()
127 struct itimerval timer = { in start_timer()