Home
last modified time | relevance | path

Searched refs:sqpoll (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Dio_uring.h34 bool sqpoll; member
/Linux-v5.10/fs/
Dio_uring.c7757 tctx->sqpoll = false; in io_uring_alloc_task_context()
8719 if (!tctx->sqpoll && (ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_add_task_file()
8720 tctx->sqpoll = true; in io_uring_add_task_file()
8783 if (!tctx->sqpoll) in tctx_inflight()