Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dsqpoll.c96 unsigned sq_thread_idle = 0; in io_sqd_update_thread_idle() local
99 sq_thread_idle = max(sq_thread_idle, ctx->sq_thread_idle); in io_sqd_update_thread_idle()
100 sqd->sq_thread_idle = sq_thread_idle; in io_sqd_update_thread_idle()
331 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
359 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
406 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
473 ctx->sq_thread_idle = msecs_to_jiffies(p->sq_thread_idle); in io_sq_offload_create()
474 if (!ctx->sq_thread_idle) in io_sq_offload_create()
475 ctx->sq_thread_idle = HZ; in io_sq_offload_create()
H A Dsqpoll.h14 unsigned sq_thread_idle; member
/linux/tools/include/uapi/linux/
H A Dio_uring.h490 __u32 sq_thread_idle; member
/linux/include/uapi/linux/
H A Dio_uring.h619 __u32 sq_thread_idle; member