Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c7832 unsigned long *busy_poll_last_qs) in napi_thread_wait()
7834 unsigned long last_qs = busy_poll_last_qs ? *busy_poll_last_qs : jiffies;
7865 if (busy_poll_last_qs) in napi_threaded_poll_loop()
7870 if (repoll || busy_poll_last_qs) { in napi_threaded_poll_loop()
7879 if (busy_poll_last_qs) in napi_threaded_poll_loop()
7880 *busy_poll_last_qs = last_qs; in napi_threaded_poll_loop()
7836 napi_threaded_poll_loop(struct napi_struct * napi,unsigned long * busy_poll_last_qs) napi_threaded_poll_loop() argument