Lines Matching refs:end_slot
678 uint32_t dis_to_travel, end_slot, pacer_to_now, avail_on_wheel; in max_slots_available() local
682 end_slot = hpts->p_runningslot; in max_slots_available()
684 if (end_slot == 0) in max_slots_available()
685 end_slot = NUM_OF_HPTSI_SLOTS - 1; in max_slots_available()
687 end_slot--; in max_slots_available()
689 *target_slot = end_slot; in max_slots_available()
699 end_slot = hpts->p_prev_slot; in max_slots_available()
700 if (end_slot == 0) in max_slots_available()
701 end_slot = NUM_OF_HPTSI_SLOTS - 1; in max_slots_available()
703 end_slot--; in max_slots_available()
705 *target_slot = end_slot; in max_slots_available()