Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Deeh.c470 pe->check_count++; in eeh_dev_check_failure()
471 if (pe->check_count == EEH_MAX_FAILS) { in eeh_dev_check_failure()
477 pe->check_count, in eeh_dev_check_failure()
Deeh_pe.c605 pe->check_count = 0; in eeh_pe_state_clear()
/arch/powerpc/include/asm/
Deeh.h79 int check_count; /* Times of ignored error */ member