Home
last modified time | relevance | path

Searched refs:smp_retry_times (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsmp.c66 int smp_retry_times = SMP_DEFAULT_RETRY_TIMES; variable
467 for (retrycount = 0; retrycount <= smp_retry_times; retrycount++) { in smp_handle_func()
486 (retrycount < smp_retry_times) ? 1 : 0; in smp_handle_func()
510 if (retrycount < smp_retry_times) { in smp_handle_func()