Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dlinux.c36 unsigned long kmem_cache_get_alloc(struct kmem_cache *cachep) in kmem_cache_get_alloc() function
/openbmc/linux/lib/
H A Dmaple_tree.c6610 extern unsigned long kmem_cache_get_alloc(struct kmem_cache *);
6613 return kmem_cache_get_alloc(maple_node_cache); in mt_get_alloc_size()