Home
last modified time | relevance | path

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

/linux/tools/testing/shared/
H A Dlinux.c49 unsigned long kmem_cache_get_alloc(struct kmem_cache *cachep) in kmem_cache_get_alloc() function
/linux/lib/
H A Dmaple_tree.c7011 extern unsigned long kmem_cache_get_alloc(struct kmem_cache *);
7014 return kmem_cache_get_alloc(maple_node_cache); in mt_get_alloc_size()