Home
last modified time | relevance | path

Searched refs:new_groups (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/netlink/
Dgenetlink.c124 unsigned long *new_groups; in genl_allocate_reserve_groups() local
158 new_groups = kzalloc(nlen, GFP_KERNEL); in genl_allocate_reserve_groups()
159 if (!new_groups) in genl_allocate_reserve_groups()
161 mc_groups = new_groups; in genl_allocate_reserve_groups()
164 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
166 if (!new_groups) in genl_allocate_reserve_groups()
168 mc_groups = new_groups; in genl_allocate_reserve_groups()
Daf_netlink.c931 unsigned long *new_groups; in netlink_realloc_groups() local
945 new_groups = krealloc(nlk->groups, NLGRPSZ(groups), GFP_ATOMIC); in netlink_realloc_groups()
946 if (new_groups == NULL) { in netlink_realloc_groups()
950 memset((char *)new_groups + NLGRPSZ(nlk->ngroups), 0, in netlink_realloc_groups()
953 nlk->groups = new_groups; in netlink_realloc_groups()
/Linux-v5.4/fs/ext4/
Dsuper.c2328 struct flex_groups *new_groups; in ext4_alloc_flex_bg_array() local
2339 new_groups = kvzalloc(size, GFP_KERNEL); in ext4_alloc_flex_bg_array()
2340 if (!new_groups) { in ext4_alloc_flex_bg_array()
2347 memcpy(new_groups, sbi->s_flex_groups, in ext4_alloc_flex_bg_array()
2352 sbi->s_flex_groups = new_groups; in ext4_alloc_flex_bg_array()
/Linux-v5.4/drivers/md/
Draid5.c6609 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local
6635 &new_groups); in raid5_store_group_thread_cnt()
6640 conf->worker_groups = new_groups; in raid5_store_group_thread_cnt()