Searched refs:check_count (Results 1 - 6 of 6) sorted by relevance

/linux-master/samples/ftrace/
H A Dftrace-ops.c58 static bool check_count; variable
59 module_param(check_count, bool, 0);
60 MODULE_PARM_DESC(check_count, "Check that tracers are called the expected number of times\n");
155 if (!ops || !check_count)
188 if (check_count) {
/linux-master/drivers/staging/media/av7110/
H A Dsp8870.c466 int check_count = 0; local
476 for (check_count = 0; check_count < MAXCHECKS; check_count++) {
481 __func__, check_count * 10);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_vport.c653 int check_count = 0; local
654 while (check_count < ((phba->fc_ratov * 3) + 3) &&
657 check_count++;
/linux-master/arch/powerpc/include/asm/
H A Deeh.h79 int check_count; /* Times of ignored error */ member in struct:eeh_pe
/linux-master/arch/powerpc/kernel/
H A Deeh.c478 pe->check_count++;
479 if (pe->check_count == EEH_MAX_FAILS) {
485 pe->check_count,
H A Deeh_pe.c606 pe->check_count = 0;

Completed in 137 milliseconds