Searched refs:disc_threads (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/ibmvscsi/
H A Dibmvfc.c52 static unsigned int disc_threads = IBMVFC_MAX_DISC_THREADS; variable
80 module_param_named(disc_threads, disc_threads, uint, S_IRUGO);
81 MODULE_PARM_DESC(disc_threads, "Number of device discovery threads to use. "
3327 if (vhost->discovery_threads >= disc_threads)
3423 if (vhost->discovery_threads >= disc_threads)
3498 if (vhost->discovery_threads >= disc_threads)
3655 if (vhost->abort_threads >= disc_threads ||
3706 if (vhost->discovery_threads >= disc_threads)
3810 if (vhost->discovery_threads >= disc_threads)
[all...]
H A Dibmvfc.h66 #define IBMVFC_NUM_INTERNAL_REQ (1 + 1 + 1 + 2 + (disc_threads * 2))

Completed in 101 milliseconds