Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h623 void cache_random_seq_destroy(struct kmem_cache *cachep);
630 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { } in cache_random_seq_destroy() function
H A Dslab_common.c1020 void cache_random_seq_destroy(struct kmem_cache *cachep) in cache_random_seq_destroy() function
H A Dslub.c5043 cache_random_seq_destroy(s); in __kmem_cache_release()