/openbmc/linux/include/linux/ |
H A D | slab.h | 32 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) 34 #define SLAB_POISON ((slab_flags_t __force)0x00000800U) 36 #define SLAB_KMALLOC ((slab_flags_t __force)0x00001000U) 40 #define SLAB_CACHE_DMA ((slab_flags_t __force)0x00004000U) 42 #define SLAB_CACHE_DMA32 ((slab_flags_t __force)0x00008000U) 46 #define SLAB_PANIC ((slab_flags_t __force)0x00040000U) 102 #define SLAB_TRACE ((slab_flags_t __force)0x00200000U) 140 #define SLAB_KASAN ((slab_flags_t __force)0x08000000U) 163 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0) 190 unsigned int align, slab_flags_t flags, [all …]
|
H A D | kmemleak.h | 38 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 D | kasan.h | 300 slab_flags_t kasan_never_merge(void); 302 slab_flags_t *flags); 318 static inline slab_flags_t kasan_never_merge(void) in kasan_never_merge() 325 slab_flags_t *flags) {} in kasan_cache_create()
|
H A D | slab_def.h | 24 slab_flags_t flags; /* constant flags */
|
H A D | slub_def.h | 103 slab_flags_t flags;
|
H A D | types.h | 155 typedef unsigned int __bitwise slab_flags_t; typedef
|
/openbmc/linux/mm/ |
H A D | slab.h | 282 void create_kmalloc_caches(slab_flags_t); 295 int __kmem_cache_create(struct kmem_cache *, slab_flags_t flags); 298 slab_flags_t flags); 300 unsigned int size, slab_flags_t flags, 305 slab_flags_t flags, const char *name, void (*ctor)(void *)); 308 slab_flags_t flags, void (*ctor)(void *)); 310 slab_flags_t kmem_cache_flags(unsigned int object_size, 311 slab_flags_t flags, const char *name); 423 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 | 113 static unsigned int calculate_alignment(slab_flags_t flags, in calculate_alignment() 163 slab_flags_t flags, const char *name, void (*ctor)(void *)) in find_mergeable() 211 slab_flags_t flags, unsigned int useroffset, in create_cache() 280 slab_flags_t flags, in kmem_cache_create_usercopy() 393 slab_flags_t flags, void (*ctor)(void *)) in kmem_cache_create() 611 unsigned int size, slab_flags_t flags, in create_boot_cache() 644 slab_flags_t flags) in create_kmalloc_cache() 889 new_kmalloc_cache(int idx, enum kmalloc_cache_type type, slab_flags_t flags) in new_kmalloc_cache() 937 void __init create_kmalloc_caches(slab_flags_t flags) in create_kmalloc_caches()
|
H A D | slub.c | 299 #define __CMPXCHG_DOUBLE ((slab_flags_t __force)0U) 686 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; 688 static slab_flags_t slub_debug; 1592 slab_flags_t flags; in setup_slub_debug() 1593 slab_flags_t global_flags; in setup_slub_debug() 1661 slab_flags_t flags, const char *name) in kmem_cache_flags() 1666 slab_flags_t block_flags; in kmem_cache_flags() 1667 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags() 1738 slab_flags_t flags, const char *name) in kmem_cache_flags() 4374 slab_flags_t flags = s->flags; in calculate_sizes() [all …]
|
H A D | slab.c | 254 #define CFLGS_OBJFREELIST_SLAB ((slab_flags_t __force)0x40000000U) 255 #define CFLGS_OFF_SLAB ((slab_flags_t __force)0x80000000U) 401 slab_flags_t flags, size_t *left_over) in cache_estimate() 1647 size_t size, slab_flags_t flags) in calculate_slab_order() 1780 slab_flags_t kmem_cache_flags(unsigned int object_size, in kmem_cache_flags() 1781 slab_flags_t flags, const char *name) in kmem_cache_flags() 1788 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_alias() 1806 size_t size, slab_flags_t flags) in set_objfreelist_slab_cache() 1837 size_t size, slab_flags_t flags) in set_off_slab_cache() 1871 size_t size, slab_flags_t flags) in set_on_slab_cache() [all …]
|
/openbmc/linux/lib/ |
H A D | slub_kunit.c | 20 unsigned int size, slab_flags_t flags) in test_kmem_cache_create()
|
/openbmc/linux/mm/kasan/ |
H A D | generic.c | 336 slab_flags_t kasan_never_merge(void) in kasan_never_merge() 360 slab_flags_t *flags) in kasan_cache_create()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | main.c | 661 slab_flags_t flags;
|
/openbmc/linux/mm/kfence/ |
H A D | kfence_test.c | 185 static size_t setup_test_cache(struct kunit *test, size_t size, slab_flags_t flags, in setup_test_cache()
|
/openbmc/linux/drivers/iommu/ |
H A D | io-pgtable-arm-v7s.c | 786 slab_flags_t slab_flag; in arm_v7s_alloc_pgtable()
|
H A D | omap-iommu.c | 1753 const slab_flags_t flags = SLAB_HWCACHE_ALIGN; in omap_iommu_init()
|
/openbmc/linux/include/net/ |
H A D | sock.h | 1350 slab_flags_t slab_flags;
|