Searched refs:slab_flags_t (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | kmemleak.h | 40 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive() 47 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() 68 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive() 86 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
|
| A D | slab.h | 66 #define __SLAB_FLAG_BIT(nr) ((slab_flags_t __force)(1U << (nr))) 67 #define __SLAB_FLAG_UNUSED ((slab_flags_t __force)(0U)) 343 slab_flags_t flags); 346 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_create() 376 unsigned int align, slab_flags_t flags, in kmem_cache_create_usercopy() 394 slab_flags_t flags) in __kmem_cache_default_args() 776 kmem_buckets *kmem_buckets_create(const char *name, slab_flags_t flags,
|
| A D | types.h | 164 typedef unsigned int __bitwise slab_flags_t; typedef
|
| A D | kasan.h | 489 slab_flags_t *flags); 506 slab_flags_t *flags) {} in kasan_cache_create()
|
| /include/net/ |
| A D | sock.h | 1343 slab_flags_t slab_flags;
|
Completed in 18 milliseconds