Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dflush.c494 zone_count_t bio_threads = flusher->vdo->thread_config.bio_thread_count; in select_bio_queue() local
497 if (bio_threads == 1) in select_bio_queue()
498 return vdo->thread_config.bio_threads[0]; in select_bio_queue()
503 flusher->bio_queue_rotor = ((flusher->bio_queue_rotor + 1) % bio_threads); in select_bio_queue()
508 return vdo->thread_config.bio_threads[flusher->bio_queue_rotor]; in select_bio_queue()
H A Dtypes.h200 unsigned int bio_threads; member
H A Dvio.h56 return vio->completion.vdo->thread_config.bio_threads[vio->bio_zone]; in get_vio_bio_zone_thread_id()
H A Dvdo.h142 thread_id_t *bio_threads; member
H A Ddm-vdo-target.c456 config->bio_threads = count; in process_one_thread_config_spec()
751 .bio_threads = DEFAULT_VDO_BIO_SUBMIT_QUEUE_COUNT, in parse_device_config()