Searched refs:lio_refcnt (Results 1 – 7 of 7) sorted by relevance
111 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 …]
1448 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()
272 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()
1284 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 …]
358 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()
61 int lio_refcnt; /* number of requests active */ member
93 int lio_refcnt; /* outstanding I/O's */ member