Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/mm/
Dnosun4c.c16 struct sun4c_mmu_ring { struct
21 struct sun4c_mmu_ring sun4c_kernel_ring; argument
22 struct sun4c_mmu_ring sun4c_kfree_ring;
Dsun4c.c670 struct sun4c_mmu_ring { struct
675 static struct sun4c_mmu_ring sun4c_context_ring[SUN4C_MAX_CONTEXTS]; /* used user entries */ argument
676 static struct sun4c_mmu_ring sun4c_ufree_ring; /* free user entries */
677 static struct sun4c_mmu_ring sun4c_ulru_ring; /* LRU user entries */
678 struct sun4c_mmu_ring sun4c_kernel_ring; /* used kernel entries */
679 struct sun4c_mmu_ring sun4c_kfree_ring; /* free kernel entries */
705 static void add_ring(struct sun4c_mmu_ring *ring, in add_ring()
718 struct sun4c_mmu_ring *ring = &sun4c_ulru_ring; in add_lru()
726 static void add_ring_ordered(struct sun4c_mmu_ring *ring, in add_ring_ordered()
743 static __inline__ void remove_ring(struct sun4c_mmu_ring *ring, in remove_ring()
[all …]