Searched refs:napi_prefer_busy_poll (Results 1 – 6 of 6) 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()
28 if (ctx->napi_prefer_busy_poll) in common_tracking_show_fdinfo()
141 bool napi_prefer_busy_poll; member
488 bool napi_prefer_busy_poll; member
518 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
7756 if (napi_prefer_busy_poll(n)) { in __napi_poll()