Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h266 __u32 sq_thread_idle; member
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c289 unsigned sq_thread_idle; member
383 unsigned sq_thread_idle; member
7295 unsigned sq_thread_idle = 0; in io_sqd_update_thread_idle() local
7298 sq_thread_idle = max(sq_thread_idle, ctx->sq_thread_idle); in io_sqd_update_thread_idle()
7299 sqd->sq_thread_idle = sq_thread_idle; in io_sqd_update_thread_idle()
7342 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
7358 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
7390 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
8588 ctx->sq_thread_idle = msecs_to_jiffies(p->sq_thread_idle); in io_sq_offload_create()
8589 if (!ctx->sq_thread_idle) in io_sq_offload_create()
[all …]