Searched refs:bio_threads (Results 1 – 5 of 5) sorted by relevance
494 zone_count_t bio_threads = flusher->vdo->thread_config.bio_thread_count; in select_bio_queue() local497 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()
200 unsigned int bio_threads; member
56 return vio->completion.vdo->thread_config.bio_threads[vio->bio_zone]; in get_vio_bio_zone_thread_id()
142 thread_id_t *bio_threads; member
456 config->bio_threads = count; in process_one_thread_config_spec()751 .bio_threads = DEFAULT_VDO_BIO_SUBMIT_QUEUE_COUNT, in parse_device_config()