Searched refs:twait (Results 1 – 5 of 5) sorted by relevance
346 timespec_t twait; /* copy of timo for internal calculations */ in __aio_suspend() local484 twait.tv_sec = hrtres / (hrtime_t)NANOSEC; in __aio_suspend()485 twait.tv_nsec = hrtres % (hrtime_t)NANOSEC; in __aio_suspend()486 wait = &twait; in __aio_suspend()488 twait = *timo; /* content of timo = 0 : polling */ in __aio_suspend()489 wait = &twait; in __aio_suspend()944 timespec_t twait; /* copy of utimo for internal calculations */ in __aio_waitn() local988 twait = *utimo; in __aio_waitn()989 wait = &twait; in __aio_waitn()1052 twait = *utimo; in __aio_waitn()[all …]
519 struct timeval twait; in aiowait() local539 twait = *uwait; in aiowait()540 wait = &twait; in aiowait()
274 struct timespec twait; in poller_recv_data() local278 twait.tv_sec = time(NULL) + lhp->lsinfo->cv_twait; in poller_recv_data()279 twait.tv_nsec = 0; in poller_recv_data()288 &twait); in poller_recv_data()1011 struct timespec twait; in fds_svc_lookup() local1033 twait.tv_sec = time(NULL) + lsp->cv_twait; in fds_svc_lookup()1034 twait.tv_nsec = 0; in fds_svc_lookup()1039 &lsp->fmas_svcs.mt, &twait); in fds_svc_lookup()1214 struct timespec twait; in channel_init() local1253 twait.tv_sec = time(NULL) + 10; in channel_init()[all …]
195 adjprintf(" %*u", 1, VAL(twait)); in dostats()
413 NS_UPD(twait, trun); in ndmpd_tape_mtio_v2()416 NS_UPD(trun, twait); in ndmpd_tape_mtio_v2()