Home
last modified time | relevance | path

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

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