Home
last modified time | relevance | path

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

/lib/
Dirq_poll.c81 int rearm = 0, budget = irq_poll_budget; in irq_poll_softirq() local
93 if (budget <= 0 || time_after(jiffies, start_time)) { in irq_poll_softirq()
112 budget -= work; in irq_poll_softirq()