Lines Matching refs:group_cnt
4919 for (i = 0; i < conf->group_cnt; i++) { in __get_priority_stripe()
6124 int *group_cnt,
6134 int group_cnt, worker_cnt_per_group; in raid5_store_group_thread_cnt() local
6155 &group_cnt, &worker_cnt_per_group, in raid5_store_group_thread_cnt()
6159 conf->group_cnt = group_cnt; in raid5_store_group_thread_cnt()
6195 int *group_cnt, in alloc_thread_groups() argument
6205 *group_cnt = 0; in alloc_thread_groups()
6209 *group_cnt = num_possible_nodes(); in alloc_thread_groups()
6211 workers = kzalloc(size * *group_cnt, GFP_NOIO); in alloc_thread_groups()
6213 *group_cnt, GFP_NOIO); in alloc_thread_groups()
6220 for (i = 0; i < *group_cnt; i++) { in alloc_thread_groups()
6430 int group_cnt, worker_cnt_per_group; in setup_conf() local
6466 if (!alloc_thread_groups(conf, 0, &group_cnt, &worker_cnt_per_group, in setup_conf()
6468 conf->group_cnt = group_cnt; in setup_conf()