Searched refs:slab_flags_t (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H 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()
|
| H A D | slab.h | 72 #define __SLAB_FLAG_BIT(nr) ((slab_flags_t __force)(1U << (nr))) 73 #define __SLAB_FLAG_UNUSED ((slab_flags_t __force)(0U)) 392 slab_flags_t flags); 395 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_create() 425 unsigned int align, slab_flags_t flags, in kmem_cache_create_usercopy() 443 slab_flags_t flags) in __kmem_cache_default_args() 893 kmem_buckets *kmem_buckets_create(const char *name, slab_flags_t flags,
|
| H A D | types.h | 164 typedef unsigned int __bitwise slab_flags_t; typedef
|
| /linux/mm/ |
| H A D | slab.h | 243 slab_flags_t flags; 456 slab_flags_t flags); 460 unsigned int size, slab_flags_t flags, 464 bool slab_args_unmergeable(struct kmem_cache_args *args, slab_flags_t flags); 466 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name); 548 static inline bool kmem_cache_debug_flags(struct kmem_cache *s, slab_flags_t flags) in kmem_cache_debug_flags()
|
| H A D | slab_common.c | 128 static unsigned int calculate_alignment(slab_flags_t flags, in calculate_alignment() 177 bool slab_args_unmergeable(struct kmem_cache_args *args, slab_flags_t flags) in slab_args_unmergeable() 194 static struct kmem_cache *find_mergeable(unsigned int size, slab_flags_t flags, in find_mergeable() 235 slab_flags_t flags) in create_cache() 267 __kmem_cache_alias(const char *name, unsigned int size, slab_flags_t flags, in __kmem_cache_alias() 321 slab_flags_t flags) in __kmem_cache_create_args() 432 kmem_buckets *kmem_buckets_create(const char *name, slab_flags_t flags, in kmem_buckets_create() 703 unsigned int size, slab_flags_t flags, in create_boot_cache() 735 slab_flags_t flags) in create_kmalloc_cache() 965 slab_flags_t flags = 0; in new_kmalloc_cache()
|
| H A D | slub.c | 1016 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; 1018 static slab_flags_t slub_debug; 1830 parse_slub_debug_flags(const char *str, slab_flags_t *flags, const char **slabs, bool init) in parse_slub_debug_flags() 1909 slab_flags_t flags; in setup_slub_debug() 1910 slab_flags_t global_flags; in setup_slub_debug() 1981 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags() 1986 slab_flags_t block_flags; in kmem_cache_flags() 1987 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags() 2057 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags() 7917 slab_flags_t flags = s->flags; in calculate_sizes() [all …]
|
| /linux/mm/kasan/ |
| H A D | generic.c | 365 slab_flags_t *flags) in kasan_cache_create()
|
| /linux/lib/tests/ |
| H A D | slub_kunit.c | 24 unsigned int size, slab_flags_t flags) in test_kmem_cache_create()
|
| /linux/mm/kfence/ |
| H A D | kfence_test.c | 186 static size_t setup_test_cache(struct kunit *test, size_t size, slab_flags_t flags, in setup_test_cache()
|
| /linux/drivers/iommu/ |
| H A D | io-pgtable-arm-v7s.c | 671 slab_flags_t slab_flag; in arm_v7s_alloc_pgtable()
|
| H A D | omap-iommu.c | 1734 const slab_flags_t flags = SLAB_HWCACHE_ALIGN; in omap_iommu_init()
|