Searched refs:sleepts (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_time.c189 inittimeleft(struct timespec *ts, struct timespec *sleepts) argument
195 getnanouptime(sleepts);
200 gettimeleft(struct timespec *ts, struct timespec *sleepts) argument
208 timespecadd(ts, sleepts, ts);
210 *sleepts = sleptts;
H A Dsys_select.c226 struct timespec sleepts; local
230 if (ts && inittimeleft(ts, &sleepts) == -1) {
270 if (ts && (timo = gettimeleft(ts, &sleepts)) <= 0)
882 struct timespec sleepts, ts; local
890 if (inittimeleft(&ts, &sleepts) == -1)
913 if (tsp && (timo = gettimeleft(&ts, &sleepts)) <= 0)
H A Dkern_event.c1137 struct timespec ats, sleepts; local
1154 if (inittimeleft(&ats, &sleepts) == -1) {
1177 gettimeleft(&ats, &sleepts)) > 0)
1199 &sleepts)) <= 0))

Completed in 109 milliseconds