io_wq_max_workers
int io_wq_max_workers(struct io_wq *wq, int *new_count);
ret = io_wq_max_workers(tctx->io_wq, new_count);
(void)io_wq_max_workers(tctx->io_wq, new_count);
ret = io_wq_max_workers(tctx->io_wq, limits);