Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dsp8870.c477 int check_count = 0; in sp8870_set_frontend() local
487 for (check_count = 0; check_count < MAXCHECKS; check_count++) { in sp8870_set_frontend()
492 __func__, check_count * 10); in sp8870_set_frontend()
/linux-4.4.14/drivers/gpu/host1x/
Dsyncpt.c194 int err = 0, check_count = 0; in host1x_syncpt_wait() local
256 if (timeout && check_count <= MAX_STUCK_CHECK_COUNT) { in host1x_syncpt_wait()
263 if (check_count == MAX_STUCK_CHECK_COUNT) in host1x_syncpt_wait()
265 check_count++; in host1x_syncpt_wait()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_vport.c599 int check_count = 0; in lpfc_vport_delete() local
600 while (check_count < ((phba->fc_ratov * 3) + 3) && in lpfc_vport_delete()
603 check_count++; in lpfc_vport_delete()
/linux-4.4.14/arch/powerpc/kernel/
Deeh.c493 pe->check_count++; in eeh_dev_check_failure()
494 if (pe->check_count % EEH_MAX_FAILS == 0) { in eeh_dev_check_failure()
500 pe->check_count, in eeh_dev_check_failure()
Deeh_pe.c630 pe->check_count = 0; in __eeh_pe_state_clear()
/linux-4.4.14/arch/powerpc/include/asm/
Deeh.h93 int check_count; /* Times of ignored error */ member