Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Dsp8870.c476 int check_count = 0; in sp8870_set_frontend() local
486 for (check_count = 0; check_count < MAXCHECKS; check_count++) { in sp8870_set_frontend()
491 __func__, check_count * 10); in sp8870_set_frontend()
/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()
/drivers/scsi/lpfc/
Dlpfc_vport.c607 int check_count = 0; in lpfc_vport_delete() local
608 while (check_count < ((phba->fc_ratov * 3) + 3) && in lpfc_vport_delete()
611 check_count++; in lpfc_vport_delete()