netdev_budget_usecs

file: /proc/sys/net/core/netdev_budget_usecs
variable: net.core.netdev_budget_usecs
Official reference

Maximum number of microseconds in one NAPI polling cycle. Polling will exit when either netdev_budget_usecs have elapsed during the poll cycle or the number of packets processed reaches netdev_budget.

source