Lines Matching refs:sq_thread_idle
289 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()
8590 ctx->sq_thread_idle = HZ; in io_sq_offload_create()