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

/linux-master/include/linux/
H A Dkmemleak.h38 int min_count, slab_flags_t flags,
45 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags)
66 int min_count, slab_flags_t flags,
84 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags)
H A Dtypes.h158 typedef unsigned int __bitwise slab_flags_t; typedef
H A Dslab.h62 #define __SLAB_FLAG_BIT(nr) ((slab_flags_t __force)(1U << (nr)))
63 #define __SLAB_FLAG_UNUSED ((slab_flags_t __force)(0U))
228 unsigned int align, slab_flags_t flags,
232 slab_flags_t flags,
H A Dkasan.h433 slab_flags_t *flags);
451 slab_flags_t *flags) {}
/linux-master/mm/
H A Dslab.h256 slab_flags_t flags;
421 int __kmem_cache_create(struct kmem_cache *, slab_flags_t flags);
425 unsigned int size, slab_flags_t flags,
430 slab_flags_t flags, const char *name, void (*ctor)(void *));
433 slab_flags_t flags, void (*ctor)(void *));
435 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name);
530 static inline bool kmem_cache_debug_flags(struct kmem_cache *s, slab_flags_t flags)
H A Dslab_common.c112 static unsigned int calculate_alignment(slab_flags_t flags,
162 slab_flags_t flags, const char *name, void (*ctor)(void *))
206 slab_flags_t flags, unsigned int useroffset,
275 slab_flags_t flags,
388 slab_flags_t flags, void (*ctor)(void *))
610 unsigned int size, slab_flags_t flags,
643 slab_flags_t flags)
863 slab_flags_t flags = 0;
H A Dslub.c791 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS;
793 static slab_flags_t slub_debug;
1621 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init)
1700 slab_flags_t flags;
1701 slab_flags_t global_flags;
1768 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name)
1773 slab_flags_t block_flags;
1774 slab_flags_t slub_debug_local = slub_debug;
1844 slab_flags_t kmem_cache_flag
[all...]
/linux-master/lib/
H A Dslub_kunit.c20 unsigned int size, slab_flags_t flags)
/linux-master/mm/kasan/
H A Dgeneric.c354 slab_flags_t *flags)
/linux-master/fs/ecryptfs/
H A Dmain.c661 slab_flags_t flags;
/linux-master/drivers/iommu/
H A Dio-pgtable-arm-v7s.c787 slab_flags_t slab_flag;
H A Domap-iommu.c1745 const slab_flags_t flags = SLAB_HWCACHE_ALIGN;
/linux-master/mm/kfence/
H A Dkfence_test.c185 static size_t setup_test_cache(struct kunit *test, size_t size, slab_flags_t flags,
/linux-master/include/net/
H A Dsock.h1298 slab_flags_t slab_flags;

Completed in 360 milliseconds