Lines Matching refs:timespec
32 struct timespec ts;
107 static struct timespec
108 timespec_sub(const struct timespec *lhs, const struct timespec *rhs)
110 struct timespec zero = {
114 struct timespec ret;
137 struct timespec ts_run = param->ts;
138 struct timespec ts_remaining = ts_run;
139 struct timespec ts_start;
155 struct timespec ts_total;
166 struct timespec ts_current;