Searched refs:zvol_threads (Results 1 – 1 of 1) sorted by relevance
48 unsigned int zvol_threads = 32; variable1049 int threads = MIN(MAX(zvol_threads, 1), 1024); in zvol_init()1084 module_param(zvol_threads, uint, 0444);1085 MODULE_PARM_DESC(zvol_threads, "Max number of threads to handle I/O requests");