Searched refs:MAX_CSG_SLOT_PRIORITY (Results 1 – 1 of 1) sorted by relevance
50 #define MAX_CSG_SLOT_PRIORITY ((u8)15) macro3230 slot_prio = (u8)(MAX_CSG_SLOT_PRIORITY - used_slots); in get_slot_priority()3234 slot_prio = (u8)(MAX_CSG_SLOT_PRIORITY - in get_slot_priority()3236 else if (MAX_CSG_SLOT_PRIORITY > (slots_for_tick + used_slots)) in get_slot_priority()3237 slot_prio = (u8)(MAX_CSG_SLOT_PRIORITY - (slots_for_tick + used_slots)); in get_slot_priority()