Searched refs:total_csg_slots (Results 1 – 1 of 1) sorted by relevance
3144 unsigned int total_csg_slots = kbdev->csf.global_iface.group_num; in set_max_csg_slots() local3148 WARN_ON(scheduler->num_active_address_spaces > total_csg_slots); in set_max_csg_slots()3152 scheduler->num_csg_slots_for_tick = total_csg_slots; in set_max_csg_slots()3169 unsigned int total_csg_slots = kbdev->csf.global_iface.group_num; in count_active_address_space() local3173 if (scheduler->ngrp_to_schedule <= total_csg_slots) { in count_active_address_space()4113 const u32 total_csg_slots = kbdev->csf.global_iface.group_num; in scheduler_apply() local4125 for (i = 0; i < total_csg_slots; i++) { in scheduler_apply()4156 total_csg_slots); in scheduler_apply()4158 if (WARN_ON(slot >= (s8)total_csg_slots)) in scheduler_apply()5131 const u32 total_csg_slots = kbdev->csf.global_iface.group_num; in evict_lru_or_blocked_csg() local[all …]