Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dsqpoll.c81 unsigned sq_thread_idle = 0; in io_sqd_update_thread_idle() local
84 sq_thread_idle = max(sq_thread_idle, ctx->sq_thread_idle); in io_sqd_update_thread_idle()
85 sqd->sq_thread_idle = sq_thread_idle; in io_sqd_update_thread_idle()
259 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
274 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
321 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
389 ctx->sq_thread_idle = msecs_to_jiffies(p->sq_thread_idle); in io_sq_offload_create()
390 if (!ctx->sq_thread_idle) in io_sq_offload_create()
391 ctx->sq_thread_idle = HZ; in io_sq_offload_create()
H A Dsqpoll.h14 unsigned sq_thread_idle; member
/openbmc/linux/include/linux/
H A Dio_uring_types.h369 unsigned sq_thread_idle; member
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h478 __u32 sq_thread_idle; member