Home
last modified time | relevance | path

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

/titanic_50/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()
944 timespec_t twait; /* copy of utimo for internal calculations */ in __aio_waitn() local
988 twait = *utimo; in __aio_waitn()
989 wait = &twait; in __aio_waitn()
1052 twait = *utimo; in __aio_waitn()
[all …]
H A Daio.c519 struct timeval twait; in aiowait() local
539 twait = *uwait; in aiowait()
540 wait = &twait; in aiowait()
/titanic_50/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c274 struct timespec twait; in poller_recv_data() local
278 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() local
1033 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() local
1253 twait.tv_sec = time(NULL) + 10; in channel_init()
[all …]
/titanic_50/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c195 adjprintf(" %*u", 1, VAL(twait)); in dostats()
/titanic_50/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()