Searched refs:_max_workers (Results 1 – 4 of 4) sorted by relevance
428 if ((_max_workers = atoi(str)) <= 0) in init_aio()429 _max_workers = 256; in init_aio()430 if (_max_workers < _min_workers + 1) in init_aio()431 _max_workers = _min_workers + 1; in init_aio()
112 int _max_workers = 256; /* max number of workers permitted */ variable1776 if (_aio_worker_cnt < _max_workers) { in _aio_req_add()1798 if (_aio_worker_cnt < _max_workers && in _aio_req_add()
314 extern int _max_workers; /* max number of workers permitted */
366 SCOPED_SYMBOL|SunOS_5.6|libaio.so.1|_max_workers