Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dnmi.c116 int remainder_ns, decimal_msecs; in nmi_check_duration() local
124 remainder_ns = do_div(duration, NSEC_PER_MSEC); in nmi_check_duration()
125 decimal_msecs = remainder_ns / NSEC_PER_USEC; in nmi_check_duration()