Searched refs:new_groups (Results 1 – 2 of 2) sorted by relevance
400 unsigned long *new_groups; in genl_allocate_reserve_groups() local434 new_groups = kzalloc(nlen, GFP_KERNEL); in genl_allocate_reserve_groups()435 if (!new_groups) in genl_allocate_reserve_groups()437 mc_groups = new_groups; in genl_allocate_reserve_groups()440 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()442 if (!new_groups) in genl_allocate_reserve_groups()444 mc_groups = new_groups; in genl_allocate_reserve_groups()
7176 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local7202 err = alloc_thread_groups(conf, new, &group_cnt, &new_groups); in raid5_store_group_thread_cnt()7207 conf->worker_groups = new_groups; in raid5_store_group_thread_cnt()