Searched refs:check_count (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/samples/ftrace/ |
H A D | ftrace-ops.c | 58 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 D | check-interrupt | 68 check_count=0 71 while [ $check_count -lt $SLOT_RANGE ] 180 check_count=$((check_count + 1))
|
/openbmc/u-boot/tools/patman/ |
H A D | checkpatch.py | 144 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 D | sp8870.c | 466 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 D | fg_max17042.c | 69 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 D | lpfc_vport.c | 663 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 D | eeh.c | 478 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 D | eeh_pe.c | 606 pe->check_count = 0; in eeh_pe_state_clear()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | eeh.h | 79 int check_count; /* Times of ignored error */ member
|