Searched refs:new_groups (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/net/netlink/ |
H A D | genetlink.c | 160 unsigned long *new_groups; genl_allocate_reserve_groups() local 194 new_groups = kzalloc(nlen, GFP_KERNEL); genl_allocate_reserve_groups() 195 if (!new_groups) genl_allocate_reserve_groups() 197 mc_groups = new_groups; genl_allocate_reserve_groups() 200 new_groups = krealloc(mc_groups, nlen, genl_allocate_reserve_groups() 202 if (!new_groups) genl_allocate_reserve_groups() 204 mc_groups = new_groups; genl_allocate_reserve_groups()
|
H A D | af_netlink.c | 1455 unsigned long *new_groups; netlink_realloc_groups() local 1469 new_groups = krealloc(nlk->groups, NLGRPSZ(groups), GFP_ATOMIC); netlink_realloc_groups() 1470 if (new_groups == NULL) { netlink_realloc_groups() 1474 memset((char *)new_groups + NLGRPSZ(nlk->ngroups), 0, netlink_realloc_groups() 1477 nlk->groups = new_groups; netlink_realloc_groups()
|
/linux-4.1.27/fs/ext4/ |
H A D | super.c | 1954 struct flex_groups *new_groups; ext4_alloc_flex_bg_array() local 1965 new_groups = ext4_kvzalloc(size, GFP_KERNEL); ext4_alloc_flex_bg_array() 1966 if (!new_groups) { ext4_alloc_flex_bg_array() 1973 memcpy(new_groups, sbi->s_flex_groups, ext4_alloc_flex_bg_array() 1978 sbi->s_flex_groups = new_groups; ext4_alloc_flex_bg_array()
|
/linux-4.1.27/drivers/md/ |
H A D | raid5.c | 6133 struct r5worker_group *new_groups, *old_groups; raid5_store_group_thread_cnt() local 6156 &new_groups); raid5_store_group_thread_cnt() 6161 conf->worker_groups = new_groups; raid5_store_group_thread_cnt()
|
Completed in 226 milliseconds