Searched refs:lio_nent (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c112 ASSERT(head->lio_nent == 0);
227 head->lio_nent = head->lio_refcnt = nent;
287 if (head != NULL && head->lio_nent > 0) {
297 if (err && head->lio_nent > 0) {
304 ASSERT(head->lio_nent == 0 && head->lio_refcnt == 0);
323 head->lio_nent--;
735 ASSERT(head->lio_refcnt == head->lio_nent);
736 refcnt = --head->lio_nent;
761 head->lio_nent -= workerscnt - i;
834 head->lio_nent
[all...]
H A Daio_alloc.c272 ASSERT(head->lio_nent == 0 && head->lio_refcnt == 0);
287 ASSERT(head->lio_nent == 0 && head->lio_refcnt == 0);
H A Daio.c1448 ASSERT(head->lio_refcnt == head->lio_nent);
1466 head->lio_nent = head->lio_refcnt = 0;
1471 head->lio_nent--;
1525 head->lio_nent--;
1536 ASSERT(head->lio_nent == 1 && head->lio_refcnt == 1);
1547 head->lio_nent--;
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h60 int lio_nent; /* number of requests in list */ member in struct:aio_lio
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1283 head->lio_nent = nent;
1328 head->lio_nent--;
1341 head->lio_nent--;
1353 head->lio_nent--;
1369 head->lio_nent--;
1392 head->lio_nent--;
1410 head->lio_nent--;
1491 head->lio_nent--;
2991 head->lio_nent = nent;
3037 head->lio_nent
[all...]
H A Daio_subr.c552 if (--liop->lio_nent == 0)
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h92 int lio_nent; /* Number of list I/O's */ member in struct:aio_lio

Completed in 77 milliseconds