Lines Matching refs:repoll
6979 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument
7045 *repoll = true; in __napi_poll()
7050 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
7063 list_add_tail(&n->poll_list, repoll); in napi_poll()
7105 bool repoll = false; in napi_threaded_poll() local
7110 __napi_poll(napi, &repoll); in napi_threaded_poll()
7115 if (!repoll) in napi_threaded_poll()
7131 LIST_HEAD(repoll); in net_rx_action()
7141 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action()
7147 budget -= napi_poll(n, &repoll); in net_rx_action()
7163 list_splice_tail(&repoll, &list); in net_rx_action()