Home
last modified time | relevance | path

Searched refs:prefer_busy_poll (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dbusy_poll.h49 void *loop_end_arg, bool prefer_busy_poll, u16 budget);
/openbmc/linux/net/core/
H A Ddev.c6201 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock, bool prefer_busy_poll, in busy_poll_stop() argument
6222 if (prefer_busy_poll) { in busy_poll_stop()
6248 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop() argument
6278 if (prefer_busy_poll) in napi_busy_loop()
6285 if (prefer_busy_poll) in napi_busy_loop()
6306 busy_poll_stop(napi, have_poll_lock, prefer_busy_poll, budget); in napi_busy_loop()
6318 busy_poll_stop(napi, have_poll_lock, prefer_busy_poll, budget); in napi_busy_loop()