Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A De500_mmu_host.c371 unsigned long slot_start, slot_end; in kvmppc_e500_shadow_map() local
381 slot_start = pfn - (gfn - slot->base_gfn); in kvmppc_e500_shadow_map()
382 slot_end = slot_start + slot->npages; in kvmppc_e500_shadow_map()
384 if (start < slot_start) in kvmppc_e500_shadow_map()
385 start = slot_start; in kvmppc_e500_shadow_map()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A De500_mmu_host.c371 unsigned long slot_start, slot_end; in kvmppc_e500_shadow_map() local
381 slot_start = pfn - (gfn - slot->base_gfn); in kvmppc_e500_shadow_map()
382 slot_end = slot_start + slot->npages; in kvmppc_e500_shadow_map()
384 if (start < slot_start) in kvmppc_e500_shadow_map()
385 start = slot_start; in kvmppc_e500_shadow_map()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A 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()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.c2478 unsigned long slot, slot_start, slot_wrap, to; in mtip_service_thread() local
2545 slot_start = num_cmd_slots; in mtip_service_thread()
2551 if ((slot_start >= slot) || in mtip_service_thread()
2555 if (unlikely(slot_start == num_cmd_slots)) in mtip_service_thread()
2556 slot_start = slot; in mtip_service_thread()

Completed in 12 milliseconds