Searched refs:total_runnable_grps (Results 1 – 2 of 2) sorted by relevance
2187 scheduler->total_runnable_grps++; in insert_group_to_runnable()2190 (scheduler->total_runnable_grps == 1 || in insert_group_to_runnable()2295 WARN_ON(scheduler->total_runnable_grps == 0); in remove_group_from_runnable()2296 scheduler->total_runnable_grps--; in remove_group_from_runnable()2297 if (!scheduler->total_runnable_grps) { in remove_group_from_runnable()2306 (((u64)scheduler->total_runnable_grps) << 32)); in remove_group_from_runnable()2927 scheduler->total_runnable_grps); in sched_evict_group()2931 (((u64)scheduler->total_runnable_grps) << 32) | in sched_evict_group()2934 group->handle, scheduler->total_runnable_grps); in sched_evict_group()3067 WARN_ON(kbdev->csf.scheduler.total_runnable_grps == 0); in scheduler_group_schedule()[all …]
1095 u32 total_runnable_grps; member