Home
last modified time | relevance | path

Searched refs:slot_start (Results 1 – 1 of 1) sorted by relevance

/drivers/block/mtip32xx/
Dmtip32xx.c2634 unsigned long slot, slot_start, slot_wrap, to; in mtip_service_thread() local
2701 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()