Searched refs:intr_storm_threshold (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dkern_intr.c92 static int intr_storm_threshold = 1000; variable
93 SYSCTL_INT(_hw, OID_AUTO, intr_storm_threshold, CTLFLAG_RWTUN,
94 &intr_storm_threshold, 0,
1373 if (intr_storm_threshold != 0 && ie->ie_count >= intr_storm_threshold &&
1768 if (ie->ie_count < intr_storm_threshold)

Completed in 72 milliseconds