Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dnmi.c109 static u64 nmi_longest_ns = 1 * NSEC_PER_MSEC; variable
114 arch_debugfs_dir, &nmi_longest_ns); in nmi_warning_debugfs()
123 if (duration < nmi_longest_ns || duration < action->max_duration) in nmi_check_duration()