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

/drivers/rapidio/
H A DKconfig11 Amount of time a discovery node waits for a host to complete
/drivers/scsi/
H A Dst.c590 /* Handle the write-behind checking (waits for completion). Returns -ENOSPC if
907 int attentions, waits, max_wait, scode;
915 for (attentions=waits=0; ; ) {
943 if (waits < max_wait) {
948 waits++;
1322 DEBC(printk(ST_DEB_MSG "%s: Async write waits %d, finished %d.\n",
903 int attentions, waits, max_wait, scode; local
H A Dpmcraid.c2386 * Note: This command initiates reset and waits for its completion. Hence this
3145 int waits = jiffies_to_msecs(PMCRAID_RESET_HOST_TIMEOUT) / interval; local
3154 while (waits--) {
5363 * Issues an adapter shutdown to the card waits for its completion

Completed in 207 milliseconds