Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.c2896 int backoff_time = 10, retry_count = 0; in hpsa_scsi_do_simple_cmd_with_retry() local
2907 msleep(backoff_time); in hpsa_scsi_do_simple_cmd_with_retry()
2908 if (backoff_time < 1000) in hpsa_scsi_do_simple_cmd_with_retry()
2909 backoff_time *= 2; in hpsa_scsi_do_simple_cmd_with_retry()