Home
last modified time | relevance | path

Searched refs:lio_refcnt (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c111 if (head->lio_refcnt == 0) { in _lio_listio_cleanup()
227 head->lio_nent = head->lio_refcnt = nent; in lio_listio()
289 while (head->lio_refcnt > 0) { in lio_listio()
324 head->lio_refcnt--; in _lio_list_decr()
735 ASSERT(head->lio_refcnt == head->lio_nent); in _lio_remove()
737 head->lio_refcnt--; in _lio_remove()
762 head->lio_refcnt -= workerscnt - i; in __aio_fsync_bar()
834 head->lio_nent = head->lio_refcnt = __rw_workerscnt; in aio_fsync()
1423 head->lio_nent = head->lio_refcnt = nent; in lio_listio64()
1485 while (head->lio_refcnt > 0) { in lio_listio64()
[all …]
H A Daio.c1445 ASSERT(head->lio_refcnt == head->lio_nent); in _aiodone()
1446 if (head->lio_refcnt == 1) { in _aiodone()
1463 head->lio_nent = head->lio_refcnt = 0; in _aiodone()
1469 head->lio_refcnt--; in _aiodone()
1520 if (head->lio_refcnt > 1) { in _aio_fsync_del()
1521 head->lio_refcnt--; in _aio_fsync_del()
1533 ASSERT(head->lio_nent == 1 && head->lio_refcnt == 1); in _aio_fsync_del()
1543 head->lio_refcnt--; in _aio_fsync_del()
H A Daio_alloc.c270 ASSERT(head->lio_nent == 0 && head->lio_refcnt == 0); in _aio_lio_alloc()
285 ASSERT(head->lio_nent == 0 && head->lio_refcnt == 0); in _aio_lio_free()
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1325 head->lio_refcnt--; in alio()
1338 head->lio_refcnt--; in alio()
1350 head->lio_refcnt--; in alio()
1366 head->lio_refcnt--; in alio()
1407 head->lio_refcnt--; in alio()
1488 head->lio_refcnt--; in alio()
3025 head->lio_refcnt--; in alioLF()
3038 head->lio_refcnt--; in alioLF()
3050 head->lio_refcnt--; in alioLF()
3066 head->lio_refcnt--; in alioLF()
[all …]
H A Daio_subr.c343 ASSERT(head->lio_refcnt > 0); in aio_done()
344 if (--head->lio_refcnt == 0) { in aio_done()
866 ASSERT(liop->lio_refcnt > 0); in aio_cleanup_portq()
867 if (--liop->lio_refcnt == 0) { in aio_cleanup_portq()
950 ASSERT(liohead->lio_refcnt > 0); in aio_cleanup_notifyq()
951 if (--liohead->lio_refcnt == 0) { in aio_cleanup_notifyq()
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h61 int lio_refcnt; /* number of requests active */ member
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h91 int lio_refcnt; /* outstanding I/O's */ member