Searched refs:read_threads (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/dm-vdo/indexer/
H A Dconfig.c302 unsigned int read_threads = requested; local
304 if (read_threads < 1)
305 read_threads = DEFAULT_VOLUME_READ_THREADS;
307 if (read_threads > MAX_VOLUME_READ_THREADS)
308 read_threads = MAX_VOLUME_READ_THREADS;
310 return read_threads;
341 config->read_threads = normalize_read_threads(params->read_threads);
H A Dconfig.h49 unsigned int read_threads; member in struct:uds_configuration
H A Dindexer.h146 unsigned int read_threads; member in struct:uds_parameters
H A Dvolume.c1627 result = vdo_allocate(config->read_threads, struct thread *, "reader threads",
1634 for (i = 0; i < config->read_threads; i++) {

Completed in 253 milliseconds