Home
last modified time | relevance | path

Searched refs:twait (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c345 timespec_t twait; /* copy of timo for internal calculations */ in __aio_suspend() local
483 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() local
986 twait = *utimo; in __aio_waitn()
987 wait = &twait; in __aio_waitn()
1050 twait = *utimo; in __aio_waitn()
[all …]
H A Daio.c516 struct timeval twait; in aiowait() local
536 twait = *uwait; in aiowait()
537 wait = &twait; in aiowait()
/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c194 adjprintf(" %*u", 1, VAL(twait)); in dostats()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c413 NS_UPD(twait, trun); in ndmpd_tape_mtio_v2()
416 NS_UPD(trun, twait); in ndmpd_tape_mtio_v2()