Searched refs:port_scan_backoff (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c37 static unsigned int port_scan_backoff = 500; variable
38 module_param(port_scan_backoff, uint, 0600);
39 MODULE_PARM_DESC(port_scan_backoff,
49 if (!port_scan_backoff)
51 return get_random_u32_below(port_scan_backoff);
72 max = msecs_to_jiffies(port_scan_ratelimit + port_scan_backoff);

Completed in 362 milliseconds