Searched refs:slab_flags_t (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | kmemleak.h | 39 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive() 46 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() 67 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive() 85 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
|
| H 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,
|
| H A D | kasan.h | 489 slab_flags_t *flags); 506 slab_flags_t *flags) {} in kasan_cache_create()
|
| H A D | types.h | 160 typedef unsigned int __bitwise slab_flags_t; typedef
|
| /linux-6.15/mm/ |
| H A D | slab.h | 263 slab_flags_t flags; 432 slab_flags_t flags); 436 unsigned int size, slab_flags_t flags, 441 slab_flags_t flags, const char *name, void (*ctor)(void *)); 444 slab_flags_t flags, void (*ctor)(void *)); 446 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name); 523 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 | 126 static unsigned int calculate_alignment(slab_flags_t flags, in calculate_alignment() 176 slab_flags_t flags, const char *name, void (*ctor)(void *)) in find_mergeable() 222 slab_flags_t flags) in create_cache() 283 slab_flags_t flags) in __kmem_cache_create_args() 382 kmem_buckets *kmem_buckets_create(const char *name, slab_flags_t flags, in kmem_buckets_create() 650 unsigned int size, slab_flags_t flags, in create_boot_cache() 682 slab_flags_t flags) in create_kmalloc_cache() 901 slab_flags_t flags = 0; in new_kmalloc_cache()
|
| H A D | slub.c | 859 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; 861 static slab_flags_t slub_debug; 1751 slab_flags_t flags; in setup_slub_debug() 1752 slab_flags_t global_flags; in setup_slub_debug() 1819 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags() 1824 slab_flags_t block_flags; in kmem_cache_flags() 1825 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags() 1895 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags() 5682 slab_flags_t flags = s->flags; in calculate_sizes() 6370 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_alias() [all …]
|
| /linux-6.15/lib/tests/ |
| H A D | slub_kunit.c | 22 unsigned int size, slab_flags_t flags) in test_kmem_cache_create()
|
| /linux-6.15/mm/kasan/ |
| H A D | generic.c | 354 slab_flags_t *flags) in kasan_cache_create()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | main.c | 656 slab_flags_t flags;
|
| /linux-6.15/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-6.15/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 | 1751 const slab_flags_t flags = SLAB_HWCACHE_ALIGN; in omap_iommu_init()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 1327 slab_flags_t slab_flags;
|