Searched refs:new_groups (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/netlink/ |
D | genetlink.c | 160 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()
|
D | af_netlink.c | 1474 unsigned long *new_groups; in netlink_realloc_groups() local 1488 new_groups = krealloc(nlk->groups, NLGRPSZ(groups), GFP_ATOMIC); in netlink_realloc_groups() 1489 if (new_groups == NULL) { in netlink_realloc_groups() 1493 memset((char *)new_groups + NLGRPSZ(nlk->ngroups), 0, in netlink_realloc_groups() 1496 nlk->groups = new_groups; in netlink_realloc_groups()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1967 struct flex_groups *new_groups; in ext4_alloc_flex_bg_array() local 1978 new_groups = ext4_kvzalloc(size, GFP_KERNEL); in ext4_alloc_flex_bg_array() 1979 if (!new_groups) { in ext4_alloc_flex_bg_array() 1986 memcpy(new_groups, sbi->s_flex_groups, in ext4_alloc_flex_bg_array() 1991 sbi->s_flex_groups = new_groups; in ext4_alloc_flex_bg_array()
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 6169 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local 6192 &new_groups); in raid5_store_group_thread_cnt() 6197 conf->worker_groups = new_groups; in raid5_store_group_thread_cnt()
|