Searched refs:remainder_ns (Results 1 – 1 of 1) sorted by relevance
116 int remainder_ns, decimal_msecs; in nmi_check_duration() local124 remainder_ns = do_div(duration, NSEC_PER_MSEC); in nmi_check_duration()125 decimal_msecs = remainder_ns / NSEC_PER_USEC; in nmi_check_duration()