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.c7901 unsigned long *busy_poll_last_qs) in napi_threaded_poll_loop()
7903 unsigned long last_qs = busy_poll_last_qs ? *busy_poll_last_qs : jiffies; in napi_threaded_poll_loop()
7934 if (busy_poll_last_qs) in napi_threaded_poll_loop()
7939 if (repoll || busy_poll_last_qs) { in napi_threaded_poll_loop()
7948 if (busy_poll_last_qs) in napi_threaded_poll()
7949 *busy_poll_last_qs = last_qs; in napi_threaded_poll()
7890 napi_threaded_poll_loop(struct napi_struct * napi,unsigned long * busy_poll_last_qs) napi_threaded_poll_loop() argument