Home
last modified time | relevance | path

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

/Linux-v6.6/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()
244 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
259 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
304 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
371 ctx->sq_thread_idle = msecs_to_jiffies(p->sq_thread_idle); in io_sq_offload_create()
372 if (!ctx->sq_thread_idle) in io_sq_offload_create()
373 ctx->sq_thread_idle = HZ; in io_sq_offload_create()
Dsqpoll.h14 unsigned sq_thread_idle; member
/Linux-v6.6/include/uapi/linux/
Dio_uring.h478 __u32 sq_thread_idle; member
/Linux-v6.6/include/linux/
Dio_uring_types.h370 unsigned sq_thread_idle; member