Searched defs:workers (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c72 * workers for read/write requests
73 * (__aio_mutex lock protects circular linked list of workers)
75 aio_worker_t *__workers_rw; /* circular list of AIO workers */
76 aio_worker_t *__nextworker_rw; /* next worker in list of workers */
77 int __rw_workerscnt; /* number of read/write workers */
82 aio_worker_t *__workers_no; /* circular list of AIO workers */
83 aio_worker_t *__nextworker_no; /* next worker in list of workers */
84 int __no_workerscnt; /* number of write workers */
112 int _max_workers = 256; /* max number of workers permitted */
113 int _min_workers = 4; /* min number of workers */
876 aio_worker_t *aiowp, **workers, **nextworker; local
[all...]

Completed in 59 milliseconds