Lines Matching refs:repoll
6542 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument
6608 *repoll = true; in __napi_poll()
6613 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
6626 list_add_tail(&n->poll_list, repoll); in napi_poll()
6690 bool repoll = false; in napi_threaded_poll() local
6697 __napi_poll(napi, &repoll); in napi_threaded_poll()
6710 if (!repoll) in napi_threaded_poll()
6726 LIST_HEAD(repoll); in net_rx_action()
6740 if (list_empty(&repoll)) { in net_rx_action()
6756 budget -= napi_poll(n, &repoll); in net_rx_action()
6772 list_splice_tail(&repoll, &list); in net_rx_action()