Home
last modified time | relevance | path

Searched refs:slab_flags_t (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/include/linux/
H A Dkmemleak.h39 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 Dslab.h66 #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 Dkasan.h489 slab_flags_t *flags);
506 slab_flags_t *flags) {} in kasan_cache_create()
H A Dtypes.h160 typedef unsigned int __bitwise slab_flags_t; typedef
/linux-6.15/mm/
H A Dslab.h263 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 Dslab_common.c126 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 Dslub.c859 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 Dslub_kunit.c22 unsigned int size, slab_flags_t flags) in test_kmem_cache_create()
/linux-6.15/mm/kasan/
H A Dgeneric.c354 slab_flags_t *flags) in kasan_cache_create()
/linux-6.15/fs/ecryptfs/
H A Dmain.c656 slab_flags_t flags;
/linux-6.15/mm/kfence/
H A Dkfence_test.c186 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 Dio-pgtable-arm-v7s.c671 slab_flags_t slab_flag; in arm_v7s_alloc_pgtable()
H A Domap-iommu.c1751 const slab_flags_t flags = SLAB_HWCACHE_ALIGN; in omap_iommu_init()
/linux-6.15/include/net/
H A Dsock.h1327 slab_flags_t slab_flags;