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.c7887 bool want_busy_poll; in napi_threaded_poll()
7894 want_busy_poll = val & NAPIF_STATE_THREADED_BUSY_POLL; in napi_threaded_poll()
7898 want_busy_poll = false; in napi_threaded_poll()
7900 if (want_busy_poll != in_busy_poll) in napi_threaded_poll()
7902 want_busy_poll); in napi_threaded_poll()
7904 napi_threaded_poll_loop(napi, want_busy_poll ? &last_qs : NULL); in napi_threaded_poll()
7891 bool want_busy_poll; napi_threaded_poll() local