Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/gpu/host1x/
Dsyncpt.c222 int err = 0, check_count = 0; in host1x_syncpt_wait() local
293 if (timeout && check_count <= MAX_STUCK_CHECK_COUNT) { in host1x_syncpt_wait()
301 if (check_count == MAX_STUCK_CHECK_COUNT) in host1x_syncpt_wait()
304 check_count++; in host1x_syncpt_wait()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_vport.c645 int check_count = 0; in lpfc_vport_delete() local
646 while (check_count < ((phba->fc_ratov * 3) + 3) && in lpfc_vport_delete()
649 check_count++; in lpfc_vport_delete()
/Linux-v4.19/arch/powerpc/kernel/
Deeh.c490 pe->check_count++; in eeh_dev_check_failure()
491 if (pe->check_count % EEH_MAX_FAILS == 0) { in eeh_dev_check_failure()
498 pe->check_count, in eeh_dev_check_failure()
Deeh_pe.c644 pe->check_count = 0; in __eeh_pe_state_clear()
/Linux-v4.19/arch/powerpc/include/asm/
Deeh.h95 int check_count; /* Times of ignored error */ member