Lines Matching defs:repoll
6545 static int __napi_poll(struct napi_struct *n, bool *repoll)
6611 *repoll = true;
6616 static int napi_poll(struct napi_struct *n, struct list_head *repoll)
6629 list_add_tail(&n->poll_list, repoll);
6695 bool repoll = false;
6702 __napi_poll(napi, &repoll);
6715 if (!repoll)
6732 LIST_HEAD(repoll);
6746 if (list_empty(&repoll)) {
6762 budget -= napi_poll(n, &repoll);
6778 list_splice_tail(&repoll, &list);