Home
last modified time | relevance | path

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

/linux/io_uring/
A Dnapi.c151 ctx->napi_prefer_busy_poll, BUSY_POLL_BUDGET); in __io_napi_do_busy_loop()
194 ctx->napi_prefer_busy_poll = false; in io_napi_init()
228 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_register_napi()
243 WRITE_ONCE(ctx->napi_prefer_busy_poll, !!napi.prefer_busy_poll); in io_register_napi()
260 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_unregister_napi()
267 WRITE_ONCE(ctx->napi_prefer_busy_poll, false); in io_unregister_napi()
291 iowq->napi_prefer_busy_poll = READ_ONCE(ctx->napi_prefer_busy_poll); in __io_napi_busy_loop()
A Dfdinfo.c229 if (ctx->napi_prefer_busy_poll) in io_uring_show_fdinfo()
A Dio_uring.h51 bool napi_prefer_busy_poll; member
/linux/include/linux/
A Dio_uring_types.h411 bool napi_prefer_busy_poll; member
A Dnetdevice.h475 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
/linux/net/core/
A Ddev.c6805 if (napi_prefer_busy_poll(n)) { in __napi_poll()

Completed in 59 milliseconds