Searched refs:old_groups (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 2008 struct list_head old_groups[PANTHOR_CSG_PRIORITY_COUNT]; member 2088 &ctx->old_groups[csg_slot->group->priority], in tick_ctx_insert_old_group() 2101 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]); in tick_ctx_insert_old_group() 2119 INIT_LIST_HEAD(&ctx->old_groups[i]); in tick_ctx_init() 2223 for (i = 0; i < ARRAY_SIZE(ctx->old_groups); i++) { in tick_ctx_cleanup() 2224 list_for_each_entry_safe(group, tmp, &ctx->old_groups[i], run_node) { in tick_ctx_cleanup() 2283 list_for_each_entry(group, &ctx->old_groups[prio], run_node) { in tick_ctx_apply() 2332 list_for_each_entry(group, &ctx->old_groups[prio], run_node) { in tick_ctx_apply() 2408 list_for_each_entry_safe(group, tmp, &ctx->old_groups[prio], run_node) { in tick_ctx_apply() 2490 tick_ctx_pick_groups_from_list(sched, &ctx, &ctx.old_groups[prio], in tick_work() [all …]
|
| /linux/net/netfilter/ |
| H A D | nft_set_pipapo.c | 830 static void pipapo_lt_4b_to_8b(int old_groups, int bsize, in pipapo_lt_4b_to_8b() argument 835 for (g = 0; g < old_groups / 2; g++) { in pipapo_lt_4b_to_8b() 876 static void pipapo_lt_8b_to_4b(int old_groups, int bsize, in pipapo_lt_8b_to_4b() argument 881 memset(new_lt, 0, old_groups * 2 * NFT_PIPAPO_BUCKETS(4) * bsize * in pipapo_lt_8b_to_4b() 884 for (g = 0; g < old_groups * 2; g += 2) { in pipapo_lt_8b_to_4b()
|
| /linux/fs/ext4/ |
| H A D | super.c | 3140 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local 3171 old_groups = rcu_dereference(sbi->s_flex_groups); in ext4_alloc_flex_bg_array() 3172 if (old_groups) in ext4_alloc_flex_bg_array() 3173 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array() 3179 if (old_groups) in ext4_alloc_flex_bg_array() 3180 ext4_kvfree_array_rcu(old_groups); in ext4_alloc_flex_bg_array()
|
| /linux/drivers/md/ |
| H A D | raid5.c | 7187 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local 7209 old_groups = conf->worker_groups; in raid5_store_group_thread_cnt() 7210 if (old_groups) in raid5_store_group_thread_cnt() 7221 if (old_groups) in raid5_store_group_thread_cnt() 7222 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt() 7223 kfree(old_groups); in raid5_store_group_thread_cnt()
|