Searched refs:napi_prefer_busy_poll (Results 1 – 6 of 6) sorted by relevance
151 ctx->napi_prefer_busy_poll, BUSY_POLL_BUDGET); in __io_napi_do_busy_loop()194 ctx->napi_prefer_busy_poll = false; in io_napi_init()228 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_register_napi()243 WRITE_ONCE(ctx->napi_prefer_busy_poll, !!napi.prefer_busy_poll); in io_register_napi()260 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_unregister_napi()267 WRITE_ONCE(ctx->napi_prefer_busy_poll, false); in io_unregister_napi()291 iowq->napi_prefer_busy_poll = READ_ONCE(ctx->napi_prefer_busy_poll); in __io_napi_busy_loop()
229 if (ctx->napi_prefer_busy_poll) in io_uring_show_fdinfo()
51 bool napi_prefer_busy_poll; member
411 bool napi_prefer_busy_poll; member
475 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
6805 if (napi_prefer_busy_poll(n)) { in __napi_poll()
Completed in 59 milliseconds