Home
last modified time | relevance | path

Searched refs:napi_prefer_busy_poll (Results 1 – 6 of 6) sorted by relevance

/linux/io_uring/
H A Dnapi.c177 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()
H A Dfdinfo.c28 if (ctx->napi_prefer_busy_poll) in common_tracking_show_fdinfo()
H A Dio_uring.h141 bool napi_prefer_busy_poll; member
/linux/include/linux/
H A Dio_uring_types.h488 bool napi_prefer_busy_poll; member
H A Dnetdevice.h518 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
/linux/net/core/
H A Ddev.c7756 if (napi_prefer_busy_poll(n)) { in __napi_poll()