Searched refs:napi_prefer_busy_poll (Results 1 – 4 of 4) sorted by relevance
177 ctx->napi_prefer_busy_poll, BUSY_POLL_BUDGET); in static_tracking_do_busy_loop()191 ctx->napi_prefer_busy_poll, BUSY_POLL_BUDGET); in dynamic_tracking_do_busy_loop()254 ctx->napi_prefer_busy_poll = false; in io_napi_init()292 WRITE_ONCE(ctx->napi_prefer_busy_poll, !!napi->prefer_busy_poll); in io_napi_register_napi()308 .prefer_busy_poll = ctx->napi_prefer_busy_poll, in io_register_napi()352 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_unregister_napi()360 WRITE_ONCE(ctx->napi_prefer_busy_poll, false); in io_unregister_napi()384 iowq->napi_prefer_busy_poll = READ_ONCE(ctx->napi_prefer_busy_poll); in __io_napi_busy_loop()
142 bool napi_prefer_busy_poll; member
520 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
7813 if (napi_prefer_busy_poll(n)) { in __napi_poll()