Searched refs:old_groups (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/netfilter/ |
A D | nft_set_pipapo.c | 743 static void pipapo_lt_4b_to_8b(int old_groups, int bsize, in pipapo_lt_4b_to_8b() argument 748 for (g = 0; g < old_groups / 2; g++) { in pipapo_lt_4b_to_8b() 789 static void pipapo_lt_8b_to_4b(int old_groups, int bsize, in pipapo_lt_8b_to_4b() argument 794 memset(new_lt, 0, old_groups * 2 * NFT_PIPAPO_BUCKETS(4) * bsize * in pipapo_lt_8b_to_4b() 797 for (g = 0; g < old_groups * 2; g += 2) { in pipapo_lt_8b_to_4b()
|
/linux-6.3-rc2/fs/ext4/ |
A D | super.c | 3073 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local 3104 old_groups = rcu_dereference(sbi->s_flex_groups); in ext4_alloc_flex_bg_array() 3105 if (old_groups) in ext4_alloc_flex_bg_array() 3106 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array() 3112 if (old_groups) in ext4_alloc_flex_bg_array() 3113 ext4_kvfree_array_rcu(old_groups); in ext4_alloc_flex_bg_array()
|
/linux-6.3-rc2/drivers/md/ |
A D | raid5.c | 7164 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local 7184 old_groups = conf->worker_groups; in raid5_store_group_thread_cnt() 7185 if (old_groups) in raid5_store_group_thread_cnt() 7196 if (old_groups) in raid5_store_group_thread_cnt() 7197 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt() 7198 kfree(old_groups); in raid5_store_group_thread_cnt()
|
Completed in 42 milliseconds