Lines Matching refs:sqd
263 struct io_sq_data *sqd = NULL; in io_register_iowq_max_workers() local
274 sqd = ctx->sq_data; in io_register_iowq_max_workers()
275 if (sqd) { in io_register_iowq_max_workers()
281 refcount_inc(&sqd->refs); in io_register_iowq_max_workers()
283 mutex_lock(&sqd->lock); in io_register_iowq_max_workers()
285 if (sqd->thread) in io_register_iowq_max_workers()
286 tctx = sqd->thread->io_uring; in io_register_iowq_max_workers()
307 if (sqd) { in io_register_iowq_max_workers()
309 mutex_unlock(&sqd->lock); in io_register_iowq_max_workers()
310 io_put_sq_data(sqd); in io_register_iowq_max_workers()
318 if (sqd) in io_register_iowq_max_workers()
334 if (sqd) { in io_register_iowq_max_workers()
336 mutex_unlock(&sqd->lock); in io_register_iowq_max_workers()
337 io_put_sq_data(sqd); in io_register_iowq_max_workers()