Searched refs:slot_start (Results 1 – 1 of 1) sorted by relevance
2634 unsigned long slot, slot_start, slot_wrap, to; in mtip_service_thread() local2701 slot_start = num_cmd_slots; in mtip_service_thread()2707 if ((slot_start >= slot) || in mtip_service_thread()2711 if (unlikely(slot_start == num_cmd_slots)) in mtip_service_thread()2712 slot_start = slot; in mtip_service_thread()