Searched refs:hybrid_poll_time (Results 1 – 3 of 3) sorted by relevance
1279 if (ctx->hybrid_poll_time == LLONG_MAX) in io_hybrid_iopoll_delay()1283 sleep_time = ctx->hybrid_poll_time / 2; in io_hybrid_iopoll_delay()1319 if (ctx->hybrid_poll_time > runtime) in io_uring_hybrid_poll()1320 ctx->hybrid_poll_time = runtime; in io_uring_hybrid_poll()
249 ctx->hybrid_poll_time = LLONG_MAX; in io_ring_ctx_alloc()
367 u64 hybrid_poll_time; member