Searched refs:hybrid_poll_time (Results 1 – 3 of 3) sorted by relevance
1261 if (ctx->hybrid_poll_time == LLONG_MAX) in io_hybrid_iopoll_delay()1265 sleep_time = ctx->hybrid_poll_time / 2; in io_hybrid_iopoll_delay()1300 if (ctx->hybrid_poll_time > runtime) in io_uring_hybrid_poll()1301 ctx->hybrid_poll_time = runtime; in io_uring_hybrid_poll()
324 ctx->hybrid_poll_time = LLONG_MAX; in io_ring_ctx_alloc()
332 u64 hybrid_poll_time; member