Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
De500_mmu_host.c373 unsigned long slot_start, slot_end; in kvmppc_e500_shadow_map() local
383 slot_start = pfn - (gfn - slot->base_gfn); in kvmppc_e500_shadow_map()
384 slot_end = slot_start + slot->npages; in kvmppc_e500_shadow_map()
386 if (start < slot_start) in kvmppc_e500_shadow_map()
387 start = slot_start; in kvmppc_e500_shadow_map()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c2934 unsigned long slot, slot_start, slot_wrap; in mtip_service_thread() local
2978 slot_start = num_cmd_slots; in mtip_service_thread()
2984 if ((slot_start >= slot) || in mtip_service_thread()
2988 if (unlikely(slot_start == num_cmd_slots)) in mtip_service_thread()
2989 slot_start = slot; in mtip_service_thread()