Lines Matching full:threads
106 the number of threads in each group can be configured separately.
113 The number of threads used to complete bios. Since
115 outside the vdo volume, threads of this type allow the vdo
120 The number of threads used to issue bios to the underlying
121 storage. Threads of this type allow the vdo volume to
131 The number of threads used to do CPU-intensive work, such
135 The number of threads used to manage data comparisons for
140 The number of threads used to manage caching and locking
145 The number of threads used to manage administration of the
269 threads: A synonym of 'queues'
390 threads increase parallelism and can increase throughput. Physical threads
392 threads can also increase throughput. However, excess threads can waste
395 Bio submission threads control the parallelism involved in sending I/O to
396 the underlying storage; fewer threads mean there is more opportunity to
400 Bio acknowledgment threads are used for finishing I/O requests. This is
401 done on dedicated threads since the amount of work required to execute a
403 is sufficient but additional threads may be beneficial, particularly when
406 CPU threads are used for hashing and for compression; in workloads with
407 compression enabled, more threads may result in higher throughput.
409 Hash threads are used to sort active requests by hash and determine whether
411 threads are comparison of 4096-byte data blocks. In most cases, a single