Searched defs:thread_config (Results 1 – 4 of 4) sorted by relevance
127 struct thread_config { struct128 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 …]
343 static void get_thread_name(const struct thread_config *thread_config, in get_thread_name()
207 const struct thread_config *thread_config = &completion->vdo->thread_config; in prepare_repair_completion() local
4061 const struct thread_config *thread_config = &depot->vdo->thread_config; in allocate_components() local