Searched refs:twait (Results 1 – 4 of 4) sorted by relevance
345 timespec_t twait; /* copy of timo for internal calculations */ in __aio_suspend() local483 twait.tv_sec = hrtres / (hrtime_t)NANOSEC; in __aio_suspend()484 twait.tv_nsec = hrtres % (hrtime_t)NANOSEC; in __aio_suspend()485 wait = &twait; in __aio_suspend()487 twait = *timo; /* content of timo = 0 : polling */ in __aio_suspend()488 wait = &twait; in __aio_suspend()942 timespec_t twait; /* copy of utimo for internal calculations */ in __aio_waitn() local986 twait = *utimo; in __aio_waitn()987 wait = &twait; in __aio_waitn()1050 twait = *utimo; in __aio_waitn()[all …]
516 struct timeval twait; in aiowait() local536 twait = *uwait; in aiowait()537 wait = &twait; in aiowait()
194 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()