Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netlink/
A Dgenetlink.c385 unsigned long *new_groups; in genl_allocate_reserve_groups() local
419 new_groups = kzalloc(nlen, GFP_KERNEL); in genl_allocate_reserve_groups()
420 if (!new_groups) in genl_allocate_reserve_groups()
422 mc_groups = new_groups; in genl_allocate_reserve_groups()
425 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
427 if (!new_groups) in genl_allocate_reserve_groups()
429 mc_groups = new_groups; in genl_allocate_reserve_groups()
A Daf_netlink.c958 unsigned long *new_groups; in netlink_realloc_groups() local
972 new_groups = krealloc(nlk->groups, NLGRPSZ(groups), GFP_ATOMIC); in netlink_realloc_groups()
973 if (new_groups == NULL) { in netlink_realloc_groups()
977 memset((char *)new_groups + NLGRPSZ(nlk->ngroups), 0, in netlink_realloc_groups()
980 nlk->groups = new_groups; in netlink_realloc_groups()
/linux-6.3-rc2/fs/ext4/
A Dsuper.c3073 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local
3083 new_groups = kvzalloc(roundup_pow_of_two(size * in ext4_alloc_flex_bg_array()
3085 if (!new_groups) { in ext4_alloc_flex_bg_array()
3091 new_groups[i] = kvzalloc(roundup_pow_of_two( in ext4_alloc_flex_bg_array()
3094 if (!new_groups[i]) { in ext4_alloc_flex_bg_array()
3096 kvfree(new_groups[j]); in ext4_alloc_flex_bg_array()
3097 kvfree(new_groups); in ext4_alloc_flex_bg_array()
3106 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array()
3110 rcu_assign_pointer(sbi->s_flex_groups, new_groups); in ext4_alloc_flex_bg_array()
/linux-6.3-rc2/drivers/md/
A Draid5.c7164 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local
7188 err = alloc_thread_groups(conf, new, &group_cnt, &new_groups); in raid5_store_group_thread_cnt()
7193 conf->worker_groups = new_groups; in raid5_store_group_thread_cnt()

Completed in 30 milliseconds