Home
last modified time | relevance | path

Searched refs:have_poll_lock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Ddev.c6584 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock) in busy_poll_stop() argument
6611 netpoll_poll_unlock(have_poll_lock); in busy_poll_stop()
6628 void *have_poll_lock = NULL; in napi_busy_loop() local
6658 have_poll_lock = netpoll_poll_lock(napi); in napi_busy_loop()
6675 busy_poll_stop(napi, have_poll_lock); in napi_busy_loop()
6686 busy_poll_stop(napi, have_poll_lock); in napi_busy_loop()
/kernel/linux/linux-6.6/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
6240 netpoll_poll_unlock(have_poll_lock); in busy_poll_stop()
6252 void *have_poll_lock = NULL; in napi_busy_loop() local
6289 have_poll_lock = netpoll_poll_lock(napi); 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()

Completed in 28 milliseconds