Searched refs:group_cnt (Results 1 – 1 of 1) sorted by relevance
1156 should_defer = conf->batch_bio_dispatch && conf->group_cnt; in ops_run_io()5546 for (i = 0; i < conf->group_cnt; i++) { in __get_priority_stripe()7190 int *group_cnt,7199 int group_cnt; in raid5_store_group_thread_cnt() local7224 err = alloc_thread_groups(conf, new, &group_cnt, &new_groups); in raid5_store_group_thread_cnt()7227 conf->group_cnt = group_cnt; in raid5_store_group_thread_cnt()7266 static int alloc_thread_groups(struct r5conf *conf, int cnt, int *group_cnt, in alloc_thread_groups() argument7274 *group_cnt = 0; in alloc_thread_groups()7278 *group_cnt = num_possible_nodes(); in alloc_thread_groups()7280 workers = kcalloc(size, *group_cnt, GFP_NOIO); in alloc_thread_groups()[all …]