Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dhpsa.c2888 int backoff_time = 10, retry_count = 0; in hpsa_scsi_do_simple_cmd_with_retry() local
2899 msleep(backoff_time); in hpsa_scsi_do_simple_cmd_with_retry()
2900 if (backoff_time < 1000) in hpsa_scsi_do_simple_cmd_with_retry()
2901 backoff_time *= 2; in hpsa_scsi_do_simple_cmd_with_retry()