Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2504 struct panthor_group *old_highest_prio_group = in tick_work() local
2509 if (old_highest_prio_group) in tick_work()
2510 list_del(&old_highest_prio_group->run_node); in tick_work()
2522 if (old_highest_prio_group) { in tick_work()
2523 list_add_tail(&old_highest_prio_group->run_node, &ctx.old_groups[prio]); in tick_work()