Searched refs:sun4c_kfree_ring (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dnosun4c.c22 struct sun4c_mmu_ring sun4c_kfree_ring; variable in typeref:struct:sun4c_mmu_ring
H A Dsun4c.c685 struct sun4c_mmu_ring sun4c_kfree_ring; /* free kernel entries */ variable in typeref:struct:sun4c_mmu_ring
706 sun4c_kfree_ring.ringhd.next = sun4c_kfree_ring.ringhd.prev =
707 &sun4c_kfree_ring.ringhd;
708 sun4c_kfree_ring.num_entries = 0;
776 add_ring(&sun4c_kfree_ring, entry);
789 add_ring(&sun4c_kfree_ring, &mmu_entry_pool[i]);
867 if (sun4c_kfree_ring.num_entries) {
868 this_entry = sun4c_kfree_ring.ringhd.next;
877 this_entry = sun4c_kfree_ring
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dentry.S898 sethi %hi(sun4c_kfree_ring), %l4
899 or %l4, %lo(sun4c_kfree_ring), %l4
905 st %l3, [%l4 + 0x18] ! sun4c_kfree_ring.num_entries--
907 ld [%l4 + 0x00], %l6 ! entry = sun4c_kfree_ring.ringhd.next

Completed in 94 milliseconds