Searched refs:cache_link (Results 1 – 3 of 3) sorted by relevance
99 typedef struct cache_link { struct103 struct cache_link *hash; /* next link on same hash chain */ argument104 struct cache_link *sib; /* next link for same minor */ argument113 struct cache_link *link; /* first link pointing to minor */ argument
375 list_node_t cache_link; /* cache linkage */ member
2034 ASSERT(!list_link_active(&cp->cache_link) || in kmem_magazine_destroy()2155 ASSERT(!list_link_active(&cp->cache_link) || in kmem_depot_ws_reap()3144 ASSERT(!list_link_active(&cp->cache_link) || in kmem_cache_magazine_purge()3199 ASSERT(list_link_active(&cp->cache_link)); in kmem_cache_reap_now()3675 list_link_init(&cp->cache_link); in kmem_cache_create()4266 offsetof(kmem_cache_t, cache_link)); in kmem_init()5139 ASSERT(list_link_active(&cp->cache_link)); in kmem_cache_move_notify_task()