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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dnosun4c.c16 struct sun4c_mmu_ring { struct
21 struct sun4c_mmu_ring sun4c_kernel_ring;
22 struct sun4c_mmu_ring sun4c_kfree_ring;
H A Dsun4c.c578 struct sun4c_mmu_ring { struct
583 static struct sun4c_mmu_ring sun4c_context_ring[SUN4C_MAX_CONTEXTS]; /* used user entries */
584 static struct sun4c_mmu_ring sun4c_ufree_ring; /* free user entries */
585 static struct sun4c_mmu_ring sun4c_ulru_ring; /* LRU user entries */
586 struct sun4c_mmu_ring sun4c_kernel_ring; /* used kernel entries */
587 struct sun4c_mmu_ring sun4c_kfree_ring; /* free kernel entries */
613 static void add_ring(struct sun4c_mmu_ring *ring,
626 struct sun4c_mmu_ring *ring = &sun4c_ulru_ring;
634 static void add_ring_ordered(struct sun4c_mmu_ring *ring,
651 static inline void remove_ring(struct sun4c_mmu_ring *rin
[all...]

Completed in 82 milliseconds