Lines Matching refs:sun4c_kfree_ring
679 struct sun4c_mmu_ring sun4c_kfree_ring; /* free kernel entries */ variable
700 sun4c_kfree_ring.ringhd.next = sun4c_kfree_ring.ringhd.prev = in sun4c_init_rings()
701 &sun4c_kfree_ring.ringhd; in sun4c_init_rings()
702 sun4c_kfree_ring.num_entries = 0; in sun4c_init_rings()
770 add_ring(&sun4c_kfree_ring, entry); in free_kernel_entry()
783 add_ring(&sun4c_kfree_ring, &mmu_entry_pool[i]); in sun4c_init_fill_kernel_ring()
861 if (sun4c_kfree_ring.num_entries) { in sun4c_kernel_strategy()
862 this_entry = sun4c_kfree_ring.ringhd.next; in sun4c_kernel_strategy()
871 this_entry = sun4c_kfree_ring.ringhd.next; in sun4c_kernel_strategy()
919 remove_ring(&sun4c_kfree_ring, entry); in sun4c_user_strategy()
935 add_ring(&sun4c_kfree_ring, entry); in sun4c_grow_kernel_ring()
1685 sun4c_kfree_ring.num_entries, in sun4c_mmu_info()