Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_intr.c102 static int intr_hwpmc_waiting_report_threshold = 1; variable
103 SYSCTL_INT(_hw, OID_AUTO, intr_hwpmc_waiting_report_threshold, CTLFLAG_RWTUN,
104 &intr_hwpmc_waiting_report_threshold, 1,
1014 (it->it_waiting >= intr_hwpmc_waiting_report_threshold)) in intr_event_schedule_thread()