Searched refs:lru_next (Results 1 – 1 of 1) sorted by relevance
583 struct sun4c_mmu_entry *lru_next; member600 mmu_entry_pool[i].lru_next = 0; in sun4c_init_mmu_entry_pool()694 sun4c_ulru_ring.ringhd.lru_next = sun4c_ulru_ring.ringhd.lru_prev = in sun4c_init_rings()721 entry->lru_next = head; in add_lru()722 (entry->lru_prev = head->lru_prev)->lru_next = entry; in add_lru()754 struct sun4c_mmu_entry *next = entry->lru_next; in remove_lru()756 (next->lru_prev = entry->lru_prev)->lru_next = next; in remove_lru()901 entry = sun4c_ulru_ring.ringhd.lru_next; in sun4c_user_strategy()