Home
last modified time | relevance | path

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

/linux-4.1.27/net/netlink/
Dgenetlink.c160 unsigned long *new_groups; in genl_allocate_reserve_groups() local
194 new_groups = kzalloc(nlen, GFP_KERNEL); in genl_allocate_reserve_groups()
195 if (!new_groups) in genl_allocate_reserve_groups()
197 mc_groups = new_groups; in genl_allocate_reserve_groups()
200 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
202 if (!new_groups) in genl_allocate_reserve_groups()
204 mc_groups = new_groups; in genl_allocate_reserve_groups()
Daf_netlink.c1455 unsigned long *new_groups; in netlink_realloc_groups() local
1469 new_groups = krealloc(nlk->groups, NLGRPSZ(groups), GFP_ATOMIC); in netlink_realloc_groups()
1470 if (new_groups == NULL) { in netlink_realloc_groups()
1474 memset((char *)new_groups + NLGRPSZ(nlk->ngroups), 0, in netlink_realloc_groups()
1477 nlk->groups = new_groups; in netlink_realloc_groups()
/linux-4.1.27/fs/ext4/
Dsuper.c1954 struct flex_groups *new_groups; in ext4_alloc_flex_bg_array() local
1965 new_groups = ext4_kvzalloc(size, GFP_KERNEL); in ext4_alloc_flex_bg_array()
1966 if (!new_groups) { in ext4_alloc_flex_bg_array()
1973 memcpy(new_groups, sbi->s_flex_groups, in ext4_alloc_flex_bg_array()
1978 sbi->s_flex_groups = new_groups; in ext4_alloc_flex_bg_array()
/linux-4.1.27/drivers/md/
Draid5.c6133 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local
6156 &new_groups); in raid5_store_group_thread_cnt()
6161 conf->worker_groups = new_groups; in raid5_store_group_thread_cnt()