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.c2019 struct list_head old_groups[PANTHOR_CSG_PRIORITY_COUNT]; member
2095 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]); in tick_ctx_insert_old_group()
2107 &ctx->old_groups[csg_slot->group->priority], in tick_ctx_insert_old_group()
2117 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]); in tick_ctx_insert_old_group()
2136 INIT_LIST_HEAD(&ctx->old_groups[i]); in tick_ctx_init()
2240 for (i = 0; i < ARRAY_SIZE(ctx->old_groups); i++) { in tick_ctx_cleanup()
2241 list_for_each_entry_safe(group, tmp, &ctx->old_groups[i], run_node) { in tick_ctx_cleanup()
2300 list_for_each_entry(group, &ctx->old_groups[prio], run_node) { in tick_ctx_apply()
2349 list_for_each_entry(group, &ctx->old_groups[prio], run_node) { in tick_ctx_apply()
2425 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.c830 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/drivers/md/
H A Draid5.c7176 struct r5worker_group *new_groups, *old_groups; in raid5_store_group_thread_cnt() local
7198 old_groups = conf->worker_groups; in raid5_store_group_thread_cnt()
7199 if (old_groups) in raid5_store_group_thread_cnt()
7210 if (old_groups) in raid5_store_group_thread_cnt()
7211 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt()
7212 kfree(old_groups); in raid5_store_group_thread_cnt()