Home
last modified time | relevance | path

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

/linux-6.6.21/io_uring/
Dsqpoll.c80 unsigned sq_thread_idle = 0; in io_sqd_update_thread_idle() local
83 sq_thread_idle = max(sq_thread_idle, ctx->sq_thread_idle); in io_sqd_update_thread_idle()
84 sqd->sq_thread_idle = sq_thread_idle; in io_sqd_update_thread_idle()
250 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
265 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
312 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
379 ctx->sq_thread_idle = msecs_to_jiffies(p->sq_thread_idle); in io_sq_offload_create()
380 if (!ctx->sq_thread_idle) in io_sq_offload_create()
381 ctx->sq_thread_idle = HZ; in io_sq_offload_create()
Dsqpoll.h14 unsigned sq_thread_idle; member
/linux-6.6.21/include/linux/
Dio_uring_types.h373 unsigned sq_thread_idle; member
/linux-6.6.21/include/uapi/linux/
Dio_uring.h478 __u32 sq_thread_idle; member