Home
last modified time | relevance | path

Searched refs:kmem_cache_nr_tallocated (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/shared/
H A Dlinux.c59 unsigned long kmem_cache_nr_tallocated(struct kmem_cache *cachep) in kmem_cache_nr_tallocated() function
/linux/lib/
H A Dmaple_tree.c7023 extern unsigned int kmem_cache_nr_tallocated(struct kmem_cache *);
7026 return kmem_cache_nr_tallocated(maple_node_cache); in mt_nr_tallocated()