Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c1874 struct list_head old_groups[PANTHOR_CSG_PRIORITY_COUNT]; member
1972 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]); in tick_ctx_insert_old_group()
1984 &ctx->old_groups[csg_slot->group->priority], in tick_ctx_insert_old_group()
1994 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]); in tick_ctx_insert_old_group()
2013 INIT_LIST_HEAD(&ctx->old_groups[i]); in tick_ctx_init()
2117 for (i = 0; i < ARRAY_SIZE(ctx->old_groups); i++) { in tick_ctx_cleanup()
2118 list_for_each_entry_safe(group, tmp, &ctx->old_groups[i], run_node) { in tick_ctx_cleanup()
2177 list_for_each_entry(group, &ctx->old_groups[prio], run_node) { in tick_ctx_apply()
2226 list_for_each_entry(group, &ctx->old_groups[prio], run_node) { in tick_ctx_apply()
2302 list_for_each_entry_safe(group, tmp, &ctx->old_groups[prio], run_node) { in tick_ctx_apply()
[all …]
/linux/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/fs/ext4/
H A Dsuper.c3122 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local
3153 old_groups = rcu_dereference(sbi->s_flex_groups); in ext4_alloc_flex_bg_array()
3154 if (old_groups) in ext4_alloc_flex_bg_array()
3155 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array()
3161 if (old_groups) in ext4_alloc_flex_bg_array()
3162 ext4_kvfree_array_rcu(old_groups); in ext4_alloc_flex_bg_array()