Lines Matching refs:spin_retry
19 int spin_retry = -1;
23 if (spin_retry < 0)
24 spin_retry = 1000;
30 * spin_retry= parameter
34 spin_retry = simple_strtoul(str, &str, 0);
37 __setup("spin_retry=", spin_retry_setup);
167 count = spin_retry;
171 count = spin_retry;
180 count = spin_retry;
194 count = spin_retry;
222 count = spin_retry;
237 count = spin_retry;
257 for (count = spin_retry; count > 0; count--) {