Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/dm-vdo/
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 …]
Dvdo.c343 static void get_thread_name(const struct thread_config *thread_config, in get_thread_name()
Drepair.c207 const struct thread_config *thread_config = &completion->vdo->thread_config; in prepare_repair_completion() local
Dslab-depot.c4061 const struct thread_config *thread_config = &depot->vdo->thread_config; in allocate_components() local