Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dio_uring.h270 __u32 sq_thread_idle; member
/linux/fs/
A Dio_uring.c296 unsigned sq_thread_idle; member
381 unsigned sq_thread_idle; member
7454 unsigned sq_thread_idle = 0; in io_sqd_update_thread_idle() local
7457 sq_thread_idle = max(sq_thread_idle, ctx->sq_thread_idle); in io_sqd_update_thread_idle()
7458 sqd->sq_thread_idle = sq_thread_idle; in io_sqd_update_thread_idle()
7503 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
7519 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
7551 timeout = jiffies + sqd->sq_thread_idle; in io_sq_thread()
8732 ctx->sq_thread_idle = msecs_to_jiffies(p->sq_thread_idle); in io_sq_offload_create()
8733 if (!ctx->sq_thread_idle) in io_sq_offload_create()
[all …]

Completed in 26 milliseconds