Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkmemleak.h38 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive()
45 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
66 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive()
84 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
H A Dkasan.h486 slab_flags_t *flags);
504 slab_flags_t *flags) {}
H A Dtypes.h158 typedef unsigned int __bitwise slab_flags_t; typedef
/linux/mm/
H A Dslab.h258 slab_flags_t flags;
427 slab_flags_t flags);
431 unsigned int size, slab_flags_t flags,
436 slab_flags_t flags, const char *name, void (*ctor)(void *));
439 slab_flags_t flags, void (*ctor)(void *));
441 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name);
540 static inline bool kmem_cache_debug_flags(struct kmem_cache *s, slab_flags_t flags) in kmem_cache_debug_flags()
H A Dslab_common.c124 static unsigned int calculate_alignment(slab_flags_t flags, in calculate_alignment()
174 slab_flags_t flags, const char *name, void (*ctor)(void *)) in find_mergeable()
220 slab_flags_t flags) in create_cache()
272 slab_flags_t flags) in do_kmem_cache_create_usercopy()
378 kmem_buckets *kmem_buckets_create(const char *name, slab_flags_t flags,
636 unsigned int size, slab_flags_t flags, in kmem_cache_destroy()
668 slab_flags_t flags) in kmem_cache_shrink()
887 slab_flags_t flags = 0;
H A Dslub.c869 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS;
871 static slab_flags_t slub_debug;
1654 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init) in parse_slub_debug_flags()
1733 slab_flags_t flags; in setup_slub_debug()
1734 slab_flags_t global_flags; in setup_slub_debug()
1801 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags()
1806 slab_flags_t block_flags; in kmem_cache_flags()
1807 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags()
1877 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags()
5287 slab_flags_t flags = s->flags; in calculate_sizes()
[all …]
/linux/lib/
H A Dslub_kunit.c21 unsigned int size, slab_flags_t flags) in test_kmem_cache_create()
/linux/mm/kasan/
H A Dgeneric.c354 slab_flags_t *flags) in kasan_cache_create()
/linux/fs/ecryptfs/
H A Dmain.c647 slab_flags_t flags;
/linux/mm/kfence/
H A Dkfence_test.c185 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 Dio-pgtable-arm-v7s.c786 slab_flags_t slab_flag; in arm_v7s_alloc_pgtable()
H A Domap-iommu.c1745 const slab_flags_t flags = SLAB_HWCACHE_ALIGN; in omap_iommu_init()
/linux/include/net/
H A Dsock.h1312 slab_flags_t slab_flags;