Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dmain.c149 #define MAX_IRQLOOPS_PER_JIFFY (20000 / HZ) /* Based on a guestimate of macro
1909 if (++loops_this_jiffy > MAX_IRQLOOPS_PER_JIFFY) { in orinoco_interrupt()