Home
last modified time | relevance | path

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

/linux/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) in ops_check()
188 if (check_count) { in ftrace_ops_sample_init()
/linux/drivers/staging/media/av7110/
H A Dsp8870.c483 int check_count = 0; in sp8870_set_frontend() local
492 for (check_count = 0; check_count < MAXCHECKS; check_count++) { in sp8870_set_frontend()
496 dprintk("delay = %i usec\n", check_count * 10); in sp8870_set_frontend()
/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c654 int check_count = 0; in lpfc_vport_delete() local
655 while (check_count < ((phba->fc_ratov * 3) + 3) && in lpfc_vport_delete()
658 check_count++; in lpfc_vport_delete()
/linux/arch/powerpc/kernel/
H A Deeh.c478 pe->check_count++; in eeh_dev_check_failure()
479 if (pe->check_count == EEH_MAX_FAILS) { in eeh_dev_check_failure()
485 pe->check_count, in eeh_dev_check_failure()
H A Deeh_pe.c606 pe->check_count = 0; in eeh_pe_state_clear()
/linux/arch/powerpc/include/asm/
H A Deeh.h79 int check_count; /* Times of ignored error */ member