Searched refs:prefer_busy_poll (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | busy_poll.h | 49 void *loop_end_arg, bool prefer_busy_poll, u16 budget);
|
/openbmc/linux/net/core/ |
H A D | dev.c | 6211 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock, bool prefer_busy_poll, in busy_poll_stop() argument 6232 if (prefer_busy_poll) { in busy_poll_stop() 6258 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop() argument 6288 if (prefer_busy_poll) in napi_busy_loop() 6295 if (prefer_busy_poll) in napi_busy_loop() 6316 busy_poll_stop(napi, have_poll_lock, prefer_busy_poll, budget); in napi_busy_loop() 6328 busy_poll_stop(napi, have_poll_lock, prefer_busy_poll, budget); in napi_busy_loop()
|