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 | 6242 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock, bool prefer_busy_poll, in busy_poll_stop() argument 6263 if (prefer_busy_poll) { in busy_poll_stop() 6289 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop() argument 6319 if (prefer_busy_poll) in napi_busy_loop() 6326 if (prefer_busy_poll) in napi_busy_loop() 6347 busy_poll_stop(napi, have_poll_lock, prefer_busy_poll, budget); in napi_busy_loop() 6359 busy_poll_stop(napi, have_poll_lock, prefer_busy_poll, budget); in napi_busy_loop()
|