Lines Matching refs:timeval
356 struct timeval stime; /* System time usage as of last process wait */
357 struct timeval dtime; /* Delta for system time usage */
358 struct timeval etime; /* Syscall entry time */
529 extern int count_syscall(struct tcb *, struct timeval *);
595 extern int tv_nz(struct timeval *);
596 extern int tv_cmp(struct timeval *, struct timeval *);
597 extern double tv_float(struct timeval *);
598 extern void tv_add(struct timeval *, struct timeval *, struct timeval *);
599 extern void tv_sub(struct timeval *, struct timeval *, struct timeval *);
600 extern void tv_mul(struct timeval *, struct timeval *, int);
601 extern void tv_div(struct timeval *, struct timeval *, int);