Searched refs:max_wait (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c2624 u8 max_wait; local
2645 max_wait = MEGASAS_RESET_WAIT_TIME;
2672 max_wait = MEGASAS_RESET_WAIT_TIME;
2691 max_wait = MEGASAS_RESET_WAIT_TIME;
2728 max_wait = MEGASAS_RESET_WAIT_TIME;
2736 max_wait = MEGASAS_RESET_WAIT_TIME;
2741 max_wait = MEGASAS_RESET_WAIT_TIME;
2746 max_wait = MEGASAS_RESET_WAIT_TIME;
2751 max_wait = MEGASAS_RESET_WAIT_TIME;
2756 max_wait
[all...]
/drivers/media/video/omap3isp/
H A Dispccdc.c1343 * @max_wait: Max retry count in us for wait for idle/busy transition.
1346 unsigned int max_wait)
1350 if (max_wait == 0)
1351 max_wait = 10000; /* 10 ms */
1353 for (wait = 0; wait <= max_wait; wait++) {
1345 ccdc_sbl_wait_idle(struct isp_ccdc_device *ccdc, unsigned int max_wait) argument
/drivers/scsi/
H A Dst.c907 int attentions, waits, max_wait, scode;
913 max_wait = do_wait ? ST_BLOCK_SECONDS : 0;
943 if (waits < max_wait) {
903 int attentions, waits, max_wait, scode; local

Completed in 106 milliseconds