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.c346 timespec_t twait; /* copy of timo for internal calculations */ in __aio_suspend() local
484 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()
943 timespec_t twait; /* copy of utimo for internal calculations */ in __aio_waitn() local
987 twait = *utimo; in __aio_waitn()
988 wait = &twait; in __aio_waitn()
1051 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.c195 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()