Home
last modified time | relevance | path

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

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