Lines Matching refs:cache_next
112 struct cache_entry *cache_next; member
2505 struct portmap_cache *cache_prev, *cache_next; member
2519 for (cp = portmap_cache_head; cp; cp = cp->cache_next) { in portmap_cache_flush()
2530 next = cp->cache_next; in portmap_cache_flush()
2567 cachep = cachep->cache_next) { in portmap_cache_lookup()
2582 cp = cp->cache_next) in portmap_cache_lookup()
2595 prev->cache_next = NULL; in portmap_cache_lookup()
2609 next = cp->cache_next; in portmap_cache_lookup()
2698 cachep->cache_next = portmap_cache_head; in portmap_cache_enter()
3702 entry->cache_next = cache_head; in cache_enter()
3725 for (ce = cache_head; ce; ce = ce->cache_next) { in cache_check()
3730 prev = ce, ce = ce->cache_next) { in cache_check()
3734 prev->cache_next = NULL; in cache_check()
3789 next = ce->cache_next; in cache_free()