Lines Matching refs:repoll
7310 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument
7373 *repoll = true; in __napi_poll()
7378 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
7391 list_add_tail(&n->poll_list, repoll); in napi_poll()
7429 bool repoll = false; in napi_threaded_poll_loop() local
7439 __napi_poll(napi, &repoll); in napi_threaded_poll_loop()
7453 if (!repoll) in napi_threaded_poll_loop()
7479 LIST_HEAD(repoll); in net_rx_action()
7494 if (list_empty(&repoll)) { in net_rx_action()
7510 budget -= napi_poll(n, &repoll); in net_rx_action()
7526 list_splice_tail(&repoll, &list); in net_rx_action()