Home
last modified time | relevance | path

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

/linux/net/core/
H A Dhotdata.c13 .netdev_budget = 300,
H A Dsysctl_net_core.c553 .data = &net_hotdata.netdev_budget,
H A Ddev.c6937 int budget = READ_ONCE(net_hotdata.netdev_budget); in net_rx_action()
/linux/include/net/
H A Dhotdata.h35 int netdev_budget; member
/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst145 of the driver for the per softirq cycle netdev_budget. This parameter influences
146 the proportion of the configured netdev_budget that is spent on RPS based packet
272 netdev_budget chapter
278 netdev_budget_usecs microseconds, even if netdev_budget has not been
286 poll cycle or the number of packets processed reaches netdev_budget.