Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnapi.c171 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()
H A Dio_uring.h55 bool napi_prefer_busy_poll; member
/linux/include/linux/
H A Dio_uring_types.h432 bool napi_prefer_busy_poll; member
H A Dnetdevice.h513 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
/linux/net/core/
H A Ddev.c7520 if (napi_prefer_busy_poll(n)) { in __napi_poll()