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

/linux-master/io_uring/
H A Dnapi.c145 ctx->napi_prefer_busy_poll, BUSY_POLL_BUDGET);
186 ctx->napi_prefer_busy_poll = false;
221 .prefer_busy_poll = ctx->napi_prefer_busy_poll
234 WRITE_ONCE(ctx->napi_prefer_busy_poll, !!napi.prefer_busy_poll);
251 .prefer_busy_poll = ctx->napi_prefer_busy_poll
258 WRITE_ONCE(ctx->napi_prefer_busy_poll, false);
302 iowq->napi_prefer_busy_poll = READ_ONCE(ctx->napi_prefer_busy_poll);
H A Dio_uring.h47 bool napi_prefer_busy_poll; member in struct:io_wait_queue
/linux-master/include/linux/
H A Dio_uring_types.h421 bool napi_prefer_busy_poll; member in struct:io_ring_ctx
H A Dnetdevice.h473 static inline bool napi_prefer_busy_poll(struct napi_struct *n) function
/linux-master/net/core/
H A Ddev.c6664 if (napi_prefer_busy_poll(n)) {

Completed in 185 milliseconds