Lines Matching refs:thread_counts
482 result = initialize_thread_config(config->thread_counts, &vdo->thread_config); in initialize_vdo()
489 config->thread_counts.logical_zones, in initialize_vdo()
490 config->thread_counts.physical_zones, in initialize_vdo()
491 config->thread_counts.hash_zones, vdo->thread_config.thread_count); in initialize_vdo()
494 result = vdo_allocate(config->thread_counts.cpu_threads, char *, "LZ4 context", in initialize_vdo()
501 for (i = 0; i < config->thread_counts.cpu_threads; i++) { in initialize_vdo()
591 result = vdo_make_io_submitter(config->thread_counts.bio_threads, in vdo_make()
592 config->thread_counts.bio_rotation_interval, in vdo_make()
603 config->thread_counts.bio_ack_threads, NULL); in vdo_make()
611 config->thread_counts.cpu_threads, in vdo_make()
713 for (i = 0; i < vdo->device_config->thread_counts.cpu_threads; i++) in vdo_destroy()