Home
last modified time | relevance | path

Searched refs:BUSY_POLL_BUDGET (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/net/
Dbusy_poll.h27 #define BUSY_POLL_BUDGET 8 macro
117 READ_ONCE(sk->sk_busy_poll_budget) ?: BUSY_POLL_BUDGET); in sk_busy_loop()
/linux-6.12.1/io_uring/
Dnapi.c151 ctx->napi_prefer_busy_poll, BUSY_POLL_BUDGET); in __io_napi_do_busy_loop()
/linux-6.12.1/fs/
Deventpoll.c446 budget = BUSY_POLL_BUDGET; in ep_busy_loop()