Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dlinux.c46 unsigned long kmem_cache_nr_tallocated(struct kmem_cache *cachep) in kmem_cache_nr_tallocated() function
/openbmc/linux/lib/
H A Dmaple_tree.c6622 extern unsigned int kmem_cache_nr_tallocated(struct kmem_cache *);
6625 return kmem_cache_nr_tallocated(maple_node_cache); in mt_nr_tallocated()