Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c2874 WARN_ON(list_empty(&group->link_to_schedule)); in remove_scheduled_group()
2876 list_del_init(&group->link_to_schedule); in remove_scheduled_group()
3266 link_to_schedule); in update_resident_groups_priority()
3304 link_to_schedule); in program_group_on_vacant_csg_slot()
4146 link_to_schedule); in scheduler_apply()
4203 if (WARN_ON(!list_empty(&group->link_to_schedule))) in scheduler_ctx_scan_groups()
4205 list_del_init(&group->link_to_schedule); in scheduler_ctx_scan_groups()
4223 list_add_tail(&group->link_to_schedule, in scheduler_ctx_scan_groups()
4234 list_add_tail(&group->link_to_schedule, in scheduler_ctx_scan_groups()
4571 link_to_schedule) { in scheduler_scan_idle_groups()
[all …]
H A Dmali_kbase_csf_defs.h554 struct list_head link_to_schedule; member
H A Dmali_kbase_csf.c1260 INIT_LIST_HEAD(&group->link_to_schedule); in create_queue_group()