Home
last modified time | relevance | path

Searched refs:__rw_workerscnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c808 if (__rw_workerscnt == 0) { in aio_fsync()
833 head->lio_nent = head->lio_refcnt = __rw_workerscnt; in aio_fsync()
839 fret = __aio_fsync_bar(aiocbp, head, __workers_rw, __rw_workerscnt); in aio_fsync()
840 if (fret != __rw_workerscnt) { in aio_fsync()
1665 if (__rw_workerscnt == 0) { in aio_fsync64()
1690 head->lio_nent = head->lio_refcnt = __rw_workerscnt; in aio_fsync64()
1696 fret = __aio_fsync_bar64(aiocbp, head, __workers_rw, __rw_workerscnt); in aio_fsync64()
1697 if (fret != __rw_workerscnt) { in aio_fsync64()
H A Daio_alloc.c361 __rw_workerscnt = 0; in postfork1_child_aio()
400 DISPLAY(__rw_workerscnt); in _aio_exit_info()
H A Daio.c76 int __rw_workerscnt; /* number of read/write workers */ variable
218 if (__rw_workerscnt == 0) { in __uaio_init()
894 aio_workerscnt = &__rw_workerscnt; in _aio_create_worker()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h302 extern int __rw_workerscnt; /* number of rw workers */