Home
last modified time | relevance | path

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

/linux/net/netlink/
H A Dgenetlink.c400 unsigned long *new_groups; in genl_allocate_reserve_groups() local
434 new_groups = kzalloc(nlen, GFP_KERNEL); in genl_allocate_reserve_groups()
435 if (!new_groups) in genl_allocate_reserve_groups()
437 mc_groups = new_groups; in genl_allocate_reserve_groups()
440 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
442 if (!new_groups) in genl_allocate_reserve_groups()
444 mc_groups = new_groups; in genl_allocate_reserve_groups()
/linux/drivers/md/
H A Draid5.c7176 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local
7202 err = alloc_thread_groups(conf, new, &group_cnt, &new_groups); in raid5_store_group_thread_cnt()
7207 conf->worker_groups = new_groups; in raid5_store_group_thread_cnt()