Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.c2883 int backoff_time = 10, retry_count = 0; in hpsa_scsi_do_simple_cmd_with_retry() local
2894 msleep(backoff_time); in hpsa_scsi_do_simple_cmd_with_retry()
2895 if (backoff_time < 1000) in hpsa_scsi_do_simple_cmd_with_retry()
2896 backoff_time *= 2; in hpsa_scsi_do_simple_cmd_with_retry()