Lines Matching refs:timeval
282 struct timeval stime; /* System time usage as of last process wait */
283 struct timeval dtime; /* Delta for system time usage */
284 struct timeval etime; /* Syscall entry time */
452 extern void count_syscall(struct tcb *, const struct timeval *);
575 extern int tv_nz(const struct timeval *);
576 extern int tv_cmp(const struct timeval *, const struct timeval *);
577 extern double tv_float(const struct timeval *);
578 extern void tv_add(struct timeval *, const struct timeval *, const struct timeval *);
579 extern void tv_sub(struct timeval *, const struct timeval *, const struct timeval *);
580 extern void tv_mul(struct timeval *, const struct timeval *, int);
581 extern void tv_div(struct timeval *, const struct timeval *, int);