Searched refs:groups_to_schedule (Results 1 – 2 of 2) sorted by relevance
3262 while (!list_empty(&scheduler->groups_to_schedule)) { in update_resident_groups_priority()3264 list_first_entry(&scheduler->groups_to_schedule, in update_resident_groups_priority()3301 list_empty(&scheduler->groups_to_schedule) ? NULL : in program_group_on_vacant_csg_slot()3302 list_first_entry(&scheduler->groups_to_schedule, in program_group_on_vacant_csg_slot()4143 while (!list_empty(&scheduler->groups_to_schedule)) { in scheduler_apply()4144 group = list_first_entry(&scheduler->groups_to_schedule, in scheduler_apply()4235 &scheduler->groups_to_schedule); in scheduler_ctx_scan_groups()4582 &scheduler->groups_to_schedule); in scheduler_scan_idle_groups()4903 while (!list_empty(&scheduler->groups_to_schedule)) { in scheduler_prepare()4905 list_first_entry(&scheduler->groups_to_schedule, in scheduler_prepare()[all …]
1088 struct list_head groups_to_schedule; member