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
376 list_node_t cache_link; /* cache linkage */ member
2083 ASSERT(!list_link_active(&cp->cache_link) || in kmem_magazine_destroy()2196 ASSERT(!list_link_active(&cp->cache_link) || in kmem_depot_ws_reap()3171 ASSERT(!list_link_active(&cp->cache_link) || in kmem_cache_magazine_purge()3226 ASSERT(list_link_active(&cp->cache_link)); in kmem_cache_reap_now()3702 list_link_init(&cp->cache_link); in kmem_cache_create()4292 offsetof(kmem_cache_t, cache_link)); in kmem_init()5277 ASSERT(list_link_active(&cp->cache_link)); in kmem_cache_move_notify_task()