Home
last modified time | relevance | path

Searched defs:kmem_cache_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/include/linux/
Dslab.h33 static inline void *kmem_cache_alloc(struct kmem_cache *cachep, int flags) in kmem_cache_alloc() function
/linux-6.12.1/include/linux/
Dslab.h712 #define kmem_cache_alloc(...) alloc_hooks(kmem_cache_alloc_noprof(__VA_ARGS__)) macro