Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dcheck-interrupt68 check_count=0
71 while [ $check_count -lt $SLOT_RANGE ]
180 check_count=$((check_count + 1))
/openbmc/u-boot/tools/patman/
H A Dcheckpatch.py144 error_count, warning_count, check_count = 0, 0, 0
152 check_count += result.checks
165 if error_count or warning_count or check_count:
172 print(col.Color(color, str % (error_count, warning_count, check_count)))
/openbmc/linux/drivers/staging/media/av7110/
H A Dsp8870.c466 int check_count = 0; in sp8870_set_frontend() local
476 for (check_count = 0; check_count < MAXCHECKS; check_count++) { in sp8870_set_frontend()
481 __func__, check_count * 10); in sp8870_set_frontend()
/openbmc/u-boot/drivers/power/fuel_gauge/
H A Dfg_max17042.c69 u32 check_count; in por_fuelgauge_init() local
82 check_count = 5; in por_fuelgauge_init()
111 if (!check_count--) { in por_fuelgauge_init()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c663 int check_count = 0; in lpfc_vport_delete() local
664 while (check_count < ((phba->fc_ratov * 3) + 3) && in lpfc_vport_delete()
667 check_count++; in lpfc_vport_delete()
/openbmc/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()
/openbmc/linux/arch/powerpc/include/asm/
H A Deeh.h79 int check_count; /* Times of ignored error */ member