Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dlofi.c182 static int lofi_taskq_nthreads = 4; /* # of taskq threads per device */ variable
347 for (i = 0; i < lofi_taskq_nthreads; i++) { in lofi_destroy()
353 sizeof (struct compbuf) * lofi_taskq_nthreads); in lofi_destroy()
1173 for (j = 0; j < lofi_taskq_nthreads; j++) { in lofi_strategy_task()
1181 ASSERT(j < lofi_taskq_nthreads); in lofi_strategy_task()
2114 lsp->ls_comp_bufs = kmem_zalloc(lofi_taskq_nthreads * in lofi_init_compress()
2229 lsp->ls_taskq = taskq_create_proc(namebuf, lofi_taskq_nthreads, in lofi_map_file()