Searched +path:include +path:slab +path:. +path:h +refs:kmem_cache_create (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dslab.h20 * Flags to pass to kmem_cache_create().
29 #define SLAB_PANIC 0x00040000UL /* Panic if kmem_cache_create() fails */
116 struct kmem_cache *kmem_cache_create(const char *, size_t, size_t,
134 #define KMEM_CACHE(__struct, __flags) kmem_cache_create(#__struct,\

Completed in 172 milliseconds