Home
last modified time | relevance | path

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

/titanic_50/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()
304 ASSERT(head->lio_nent == 0 && 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()
1424 head->lio_nent = head->lio_refcnt = nent; in lio_listio64()
[all …]
H A Daio.c1448 ASSERT(head->lio_refcnt == head->lio_nent); in _aiodone()
1449 if (head->lio_refcnt == 1) { in _aiodone()
1466 head->lio_nent = head->lio_refcnt = 0; in _aiodone()
1472 head->lio_refcnt--; in _aiodone()
1523 if (head->lio_refcnt > 1) { in _aio_fsync_del()
1524 head->lio_refcnt--; in _aio_fsync_del()
1536 ASSERT(head->lio_nent == 1 && head->lio_refcnt == 1); in _aio_fsync_del()
1546 head->lio_refcnt--; in _aio_fsync_del()
H A Daio_alloc.c272 ASSERT(head->lio_nent == 0 && head->lio_refcnt == 0); in _aio_lio_alloc()
287 ASSERT(head->lio_nent == 0 && head->lio_refcnt == 0); in _aio_lio_free()
/titanic_50/usr/src/uts/common/os/
H A Daio.c1284 head->lio_refcnt = nent; in alio()
1329 head->lio_refcnt--; in alio()
1342 head->lio_refcnt--; in alio()
1354 head->lio_refcnt--; in alio()
1370 head->lio_refcnt--; in alio()
1393 head->lio_refcnt--; in alio()
1411 head->lio_refcnt--; in alio()
1492 head->lio_refcnt--; in alio()
1516 while (head->lio_refcnt > 0) { in alio()
1659 while (head->lio_refcnt > 0) { in aliowait()
[all …]
H A Daio_subr.c358 ASSERT(head->lio_refcnt > 0); in aio_done()
359 if (--head->lio_refcnt == 0) { in aio_done()
879 ASSERT(liop->lio_refcnt > 0); in aio_cleanup_portq()
880 if (--liop->lio_refcnt == 0) { in aio_cleanup_portq()
963 ASSERT(liohead->lio_refcnt > 0); in aio_cleanup_notifyq()
964 if (--liohead->lio_refcnt == 0) { in aio_cleanup_notifyq()
/titanic_50/usr/src/uts/common/sys/
H A Daio_impl.h61 int lio_refcnt; /* number of requests active */ member
/titanic_50/usr/src/lib/libc/inc/
H A Dasyncio.h93 int lio_refcnt; /* outstanding I/O's */ member