Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Ddocumentation-file-ref-check14 my %false_positives = (
144 if (defined($false_positives{$f})) {
145 next if ($false_positives{$f} eq $fulref);
/Linux-v5.4/arch/powerpc/kernel/
Deeh.c136 u64 false_positives; /* Unnecessary EEH checks */ member
539 eeh_stats.false_positives++; in eeh_dev_check_failure()
540 pe->false_positives++; in eeh_dev_check_failure()
1789 eeh_stats.false_positives, in proc_eeh_show()
/Linux-v5.4/arch/powerpc/include/asm/
Deeh.h84 int false_positives; /* Times of reported #ff's */ member