Home
last modified time | relevance | path

Searched refs:cache_random_seq_destroy (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/mm/
H A Dslab.h627 void cache_random_seq_destroy(struct kmem_cache *cachep);
634 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { } in cache_random_seq_destroy() function
H A Dslab_common.c1063 void cache_random_seq_destroy(struct kmem_cache *cachep) in cache_random_seq_destroy() function
H A Dslub.c5611 cache_random_seq_destroy(s); in __kmem_cache_release()