Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c1873 struct list_head old_groups[PANTHOR_CSG_PRIORITY_COUNT]; member
1971 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]); in tick_ctx_insert_old_group()
1983 &ctx->old_groups[csg_slot->group->priority], in tick_ctx_insert_old_group()
1993 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]); in tick_ctx_insert_old_group()
2012 INIT_LIST_HEAD(&ctx->old_groups[i]); in tick_ctx_init()
2116 for (i = 0; i < ARRAY_SIZE(ctx->old_groups); i++) { in tick_ctx_cleanup()
2117 list_for_each_entry_safe(group, tmp, &ctx->old_groups[i], run_node) { in tick_ctx_cleanup()
2176 list_for_each_entry(group, &ctx->old_groups[prio], run_node) { in tick_ctx_apply()
2225 list_for_each_entry(group, &ctx->old_groups[prio], run_node) { in tick_ctx_apply()
2301 list_for_each_entry_safe(group, tmp, &ctx->old_groups[prio], run_node) { in tick_ctx_apply()
[all …]
/linux-6.15/net/netfilter/
H A Dnft_set_pipapo.c815 static void pipapo_lt_4b_to_8b(int old_groups, int bsize, in pipapo_lt_4b_to_8b() argument
820 for (g = 0; g < old_groups / 2; g++) { in pipapo_lt_4b_to_8b()
861 static void pipapo_lt_8b_to_4b(int old_groups, int bsize, in pipapo_lt_8b_to_4b() argument
866 memset(new_lt, 0, old_groups * 2 * NFT_PIPAPO_BUCKETS(4) * bsize * in pipapo_lt_8b_to_4b()
869 for (g = 0; g < old_groups * 2; g += 2) { in pipapo_lt_8b_to_4b()
/linux-6.15/fs/ext4/
H A Dsuper.c3121 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local
3152 old_groups = rcu_dereference(sbi->s_flex_groups); in ext4_alloc_flex_bg_array()
3153 if (old_groups) in ext4_alloc_flex_bg_array()
3154 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array()
3160 if (old_groups) in ext4_alloc_flex_bg_array()
3161 ext4_kvfree_array_rcu(old_groups); in ext4_alloc_flex_bg_array()
/linux-6.15/drivers/md/
H A Draid5.c7164 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()