Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c2890 int backoff_time = 10, retry_count = 0; in hpsa_scsi_do_simple_cmd_with_retry() local
2901 msleep(backoff_time); in hpsa_scsi_do_simple_cmd_with_retry()
2902 if (backoff_time < 1000) in hpsa_scsi_do_simple_cmd_with_retry()
2903 backoff_time *= 2; in hpsa_scsi_do_simple_cmd_with_retry()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c2894 int backoff_time = 10, retry_count = 0; in hpsa_scsi_do_simple_cmd_with_retry() local
2905 msleep(backoff_time); in hpsa_scsi_do_simple_cmd_with_retry()
2906 if (backoff_time < 1000) in hpsa_scsi_do_simple_cmd_with_retry()
2907 backoff_time *= 2; in hpsa_scsi_do_simple_cmd_with_retry()

Completed in 23 milliseconds