Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c7956 bool want_busy_poll; in napi_threaded_poll() local
7963 want_busy_poll = val & NAPIF_STATE_THREADED_BUSY_POLL; in napi_threaded_poll()
7967 want_busy_poll = false; in napi_threaded_poll()
7969 if (want_busy_poll != in_busy_poll) in napi_threaded_poll()
7971 want_busy_poll); in napi_threaded_poll()
7973 napi_threaded_poll_loop(napi, want_busy_poll ? &last_qs : NULL); in napi_threaded_poll()