Lines Matching full:interference
417 seq_puts(s, " SINGLE Interference counters:\n"); in print_osnoise_headers()
441 seq_puts(s, " SINGLE Interference counters:\n"); in print_osnoise_headers()
693 * to discount the NMI interference.
709 * forward to discount the interference.
727 * is pushed forward to discount the interference.
742 * the interference from higher priority interrupts. Instead of keeping a
743 * variable to discount the interrupt interference from these variables, the
749 * - Discount the interference.
763 * to capture an interference safe duration.
797 * set_int_safe_time - Save the current time on *time, aware of interference
799 * Get the time, taking into consideration a possible interference from
825 * copy_int_safe_time - Copy *src into *desc aware of interference
853 * it is potentially causing on other interference variables.
916 * interference from other sources of noise could be currently being accounted.
1047 * interference from other sources of noise could be currently being accounted.
1121 * the interference counters.
1504 int interference = int_count - last_int_count; in run_osnoise() local
1509 if (!interference) in run_osnoise()
1514 trace_sample_threshold(last_sample, noise, interference); in run_osnoise()
1584 /* Save interference stats info */ in run_osnoise()