Lines Matching refs:repoll
7695 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument
7757 *repoll = true; in __napi_poll()
7762 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
7780 list_add_tail(&n->poll_list, repoll); in napi_poll()
7819 bool repoll = false; in napi_threaded_poll_loop() local
7829 __napi_poll(napi, &repoll); in napi_threaded_poll_loop()
7850 if (repoll || busy_poll_last_qs) { in napi_threaded_poll_loop()
7855 if (!repoll) in napi_threaded_poll_loop()
7898 LIST_HEAD(repoll); in net_rx_action()
7913 if (list_empty(&repoll)) { in net_rx_action()
7929 budget -= napi_poll(n, &repoll); in net_rx_action()
7946 list_splice_tail(&repoll, &list); in net_rx_action()