Lines Matching refs:timestruc_t
47 static void prtime(char *, timestruc_t *);
50 static void tsadd(timestruc_t *result, timestruc_t *a, timestruc_t *b);
51 static void tssub(timestruc_t *result, timestruc_t *a, timestruc_t *b);
52 static void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
197 timestruc_t real, user, sys;
264 prtime(char *name, timestruc_t *ts)
286 tsadd(timestruc_t *result, timestruc_t *a, timestruc_t *b)
296 tssub(timestruc_t *result, timestruc_t *a, timestruc_t *b)
306 hrt2ts(hrtime_t hrt, timestruc_t *tsp)