Home
last modified time | relevance | path

Searched defs:thread_config (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dvdo.h127 struct thread_config { struct
128 zone_count_t logical_zone_count;
129 zone_count_t physical_zone_count;
130 zone_count_t hash_zone_count;
131 thread_count_t bio_thread_count;
132 thread_count_t thread_count;
133 thread_id_t admin_thread;
134 thread_id_t journal_thread;
135 thread_id_t packer_thread;
136 thread_id_t dedupe_thread;
[all …]
H A Drepair.c207 const struct thread_config *thread_config = &completion->vdo->thread_config; in prepare_repair_completion() local