Home
last modified time | relevance | path

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

/linux/net/core/
H A Dhotdata.c14 .netdev_budget = 300,
H A Dsysctl_net_core.c562 .data = &net_hotdata.netdev_budget,
H A Ddev.c7863 int budget = READ_ONCE(net_hotdata.netdev_budget); in net_rx_action()
/linux/include/net/
H A Dhotdata.h41 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
284 netdev_budget chapter
290 netdev_budget_usecs microseconds, even if netdev_budget has not been
298 poll cycle or the number of packets processed reaches netdev_budget.