Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dio_uring_types.h208 unsigned int syscall_iopoll: 1; member
/Linux-v6.6/io_uring/
Dio_uring.c660 if (!ctx->syscall_iopoll) in __io_cq_unlock_post()
3673 if (ctx->syscall_iopoll) in SYSCALL_DEFINE6()
3688 if (ctx->syscall_iopoll) { in SYSCALL_DEFINE6()
3927 ctx->syscall_iopoll = 1; in io_uring_create()