Lines Matching defs:repoll
7580 static int __napi_poll(struct napi_struct *n, bool *repoll)
7642 *repoll = true;
7647 static int napi_poll(struct napi_struct *n, struct list_head *repoll)
7662 pr_crit("repoll requested for device %s %ps but napi is not scheduled.\n",
7665 list_add_tail(&n->poll_list, repoll);
7703 bool repoll = false;
7713 __napi_poll(napi, &repoll);
7727 if (!repoll)
7753 LIST_HEAD(repoll);
7768 if (list_empty(&repoll)) {
7784 budget -= napi_poll(n, &repoll);
7801 list_splice_tail(&repoll, &list);