Home
last modified time | relevance | path

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

/linux/scripts/
H A Ddocumentation-file-ref-check14 my %false_positives = (
155 if (defined($false_positives{$f})) {
156 next if ($false_positives{$f} eq $fulref);
/linux/arch/powerpc/kernel/
H A Deeh.c136 u64 false_positives; /* Unnecessary EEH checks */ member
521 eeh_stats.false_positives++; in eeh_dev_check_failure()
522 pe->false_positives++; in eeh_dev_check_failure()
1569 eeh_stats.false_positives, in proc_eeh_show()
/linux/arch/powerpc/include/asm/
H A Deeh.h82 int false_positives; /* Times of reported #ff's */ member