Searched refs:threshold (Results 1 – 1 of 1) sorted by relevance
| /devicemodel/core/ |
| A D | monitor.c | 37 uint32_t threshold; /* intr count in probe_period when intr storm happens */ member 141 if (delta > intr_monitor_setting.threshold) { in intr_storm_monitor_thread() 207 uint32_t threshold, period, delay, duration; in acrn_parse_intr_monitor() local 210 if((!dm_strtoui(opt, &cp, 10, &threshold) && *cp == ',') && in acrn_parse_intr_monitor() 214 pr_dbg("interrupt storm monitor params: %d, %d, %d, %d\n", threshold, period, delay, duration); in acrn_parse_intr_monitor() 221 intr_monitor_setting.threshold = threshold * period; in acrn_parse_intr_monitor()
|
Completed in 6 milliseconds