Lines Matching defs:tctx
24 #include "tctx.h"
357 struct io_uring_task *tctx = NULL;
384 tctx = tsk->io_uring;
387 tctx = current->io_uring;
397 if (tctx && tctx->io_wq) {
398 ret = io_wq_max_workers(tctx->io_wq, new_count);
422 tctx = node->task->io_uring;
423 if (WARN_ON_ONCE(!tctx->io_wq))
429 (void)io_wq_max_workers(tctx->io_wq, new_count);
963 struct io_uring_task *tctx = current->io_uring;
965 if (unlikely(!tctx || fd >= IO_RINGFD_REG_MAX))
968 file = tctx->registered_rings[fd];