Searched refs:napi_prefer_busy_poll (Results 1 – 5 of 5) sorted by relevance
171 ctx->napi_prefer_busy_poll, BUSY_POLL_BUDGET); in static_tracking_do_busy_loop() 185 ctx->napi_prefer_busy_poll, BUSY_POLL_BUDGET); in dynamic_tracking_do_busy_loop() 243 ctx->napi_prefer_busy_poll = false; in io_napi_init() 280 WRITE_ONCE(ctx->napi_prefer_busy_poll, !!napi->prefer_busy_poll); in io_napi_register_napi() 295 .prefer_busy_poll = ctx->napi_prefer_busy_poll, in io_register_napi() 338 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_unregister_napi() 345 WRITE_ONCE(ctx->napi_prefer_busy_poll, false); in io_unregister_napi() 369 iowq->napi_prefer_busy_poll = READ_ONCE(ctx->napi_prefer_busy_poll); in __io_napi_busy_loop()
55 bool napi_prefer_busy_poll; member
432 bool napi_prefer_busy_poll; member
513 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
7520 if (napi_prefer_busy_poll(n)) { in __napi_poll()