Searched refs:group_cnt (Results 1 – 4 of 4) sorted by relevance
/drivers/pinctrl/sprd/ |
D | pinctrl-sprd.c | 918 unsigned int group_cnt, cnt; in sprd_pinctrl_get_groups() local 920 group_cnt = of_get_child_count(np); in sprd_pinctrl_get_groups() 925 group_cnt += cnt; in sprd_pinctrl_get_groups() 928 return group_cnt; in sprd_pinctrl_get_groups()
|
/drivers/md/ |
D | raid5.h | 680 int group_cnt; member
|
D | raid5.c | 1071 should_defer = conf->batch_bio_dispatch && conf->group_cnt; in ops_run_io() 5536 for (i = 0; i < conf->group_cnt; i++) { in __get_priority_stripe() 6895 int *group_cnt, 6904 int group_cnt; in raid5_store_group_thread_cnt() local 6927 err = alloc_thread_groups(conf, new, &group_cnt, &new_groups); in raid5_store_group_thread_cnt() 6930 conf->group_cnt = group_cnt; in raid5_store_group_thread_cnt() 6968 static int alloc_thread_groups(struct r5conf *conf, int cnt, int *group_cnt, in alloc_thread_groups() argument 6976 *group_cnt = 0; in alloc_thread_groups() 6980 *group_cnt = num_possible_nodes(); in alloc_thread_groups() 6982 workers = kcalloc(size, *group_cnt, GFP_NOIO); in alloc_thread_groups() [all …]
|
D | raid5-cache.c | 406 (conf->raid_disks - conf->max_degraded) * (conf->group_cnt + 1)); in r5c_log_required_to_flush_cache()
|