Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dio_uring.h238 __u32 sq_thread_idle; member
/Linux-v5.10/fs/
Dio_uring.c279 unsigned sq_thread_idle; member
6662 unsigned long timeout = start_jiffies + ctx->sq_thread_idle; in __io_sq_thread()
7802 ctx->sq_thread_idle = msecs_to_jiffies(p->sq_thread_idle); in io_sq_offload_create()
7803 if (!ctx->sq_thread_idle) in io_sq_offload_create()
7804 ctx->sq_thread_idle = HZ; in io_sq_offload_create()