Home
last modified time | relevance | path

Searched refs:repoll (Results 1 – 1 of 1) sorted by relevance

/net/core/
Ddev.c4897 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
4951 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()