Searched refs:new_groups (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/netlink/ |
D | genetlink.c | 124 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()
|
D | af_netlink.c | 945 unsigned long *new_groups; in netlink_realloc_groups() local 959 new_groups = krealloc(nlk->groups, NLGRPSZ(groups), GFP_ATOMIC); in netlink_realloc_groups() 960 if (new_groups == NULL) { in netlink_realloc_groups() 964 memset((char *)new_groups + NLGRPSZ(nlk->ngroups), 0, in netlink_realloc_groups() 967 nlk->groups = new_groups; in netlink_realloc_groups()
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 2231 struct flex_groups *new_groups; in ext4_alloc_flex_bg_array() local 2242 new_groups = kvzalloc(size, GFP_KERNEL); in ext4_alloc_flex_bg_array() 2243 if (!new_groups) { in ext4_alloc_flex_bg_array() 2250 memcpy(new_groups, sbi->s_flex_groups, in ext4_alloc_flex_bg_array() 2255 sbi->s_flex_groups = new_groups; in ext4_alloc_flex_bg_array()
|
/Linux-v4.19/drivers/md/ |
D | raid5.c | 6589 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local 6615 &new_groups); in raid5_store_group_thread_cnt() 6620 conf->worker_groups = new_groups; in raid5_store_group_thread_cnt()
|