Searched refs:repoll (Results 1 – 1 of 1) sorted by relevance
4897 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument4951 list_add_tail(&n->poll_list, repoll); in napi_poll()4965 LIST_HEAD(repoll); in net_rx_action()4975 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action()4981 budget -= napi_poll(n, &repoll); in net_rx_action()4997 list_splice_tail(&repoll, &list); in net_rx_action()