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.c809 if (__rw_workerscnt == 0) { in aio_fsync()
834 head->lio_nent = head->lio_refcnt = __rw_workerscnt; in aio_fsync()
840 fret = __aio_fsync_bar(aiocbp, head, __workers_rw, __rw_workerscnt); in aio_fsync()
841 if (fret != __rw_workerscnt) { in aio_fsync()
1666 if (__rw_workerscnt == 0) { in aio_fsync64()
1691 head->lio_nent = head->lio_refcnt = __rw_workerscnt; in aio_fsync64()
1697 fret = __aio_fsync_bar64(aiocbp, head, __workers_rw, __rw_workerscnt); in aio_fsync64()
1698 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.c75 int __rw_workerscnt; /* number of read/write workers */ variable
217 if (__rw_workerscnt == 0) { in __uaio_init()
893 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 */