| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | slab.h | 27 #define SLAB_CONSISTENCY_CHECKS ((slab_flags_t __force)0x00000100U) 29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) 31 #define SLAB_POISON ((slab_flags_t __force)0x00000800U) 33 #define SLAB_HWCACHE_ALIGN ((slab_flags_t __force)0x00002000U) 35 #define SLAB_CACHE_DMA ((slab_flags_t __force)0x00004000U) 37 #define SLAB_CACHE_DMA32 ((slab_flags_t __force)0x00008000U) 39 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U) 41 #define SLAB_PANIC ((slab_flags_t __force)0x00040000U) 80 #define SLAB_TYPESAFE_BY_RCU ((slab_flags_t __force)0x00080000U) 82 #define SLAB_MEM_SPREAD ((slab_flags_t __force)0x00100000U) [all …]
|
| 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 | kasan.h | 121 slab_flags_t __kasan_never_merge(void); 122 static __always_inline slab_flags_t kasan_never_merge(void) in kasan_never_merge() 153 slab_flags_t *flags); 155 unsigned int *size, slab_flags_t *flags) in kasan_cache_create() 291 static inline slab_flags_t kasan_never_merge(void) in kasan_never_merge() 302 slab_flags_t *flags) {} in kasan_cache_create()
|
| H A D | slab_def.h | 24 slab_flags_t flags; /* constant flags */
|
| H A D | types.h | 149 typedef unsigned int __bitwise slab_flags_t; typedef
|
| H A D | slub_def.h | 87 slab_flags_t flags;
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slab.h | 24 slab_flags_t flags; /* Active flags on the slab */ 87 void create_kmalloc_caches(slab_flags_t); 117 int __kmem_cache_create(struct kmem_cache *, slab_flags_t flags); 120 slab_flags_t flags, unsigned int useroffset, 123 unsigned int size, slab_flags_t flags, 128 slab_flags_t flags, const char *name, void (*ctor)(void *)); 132 slab_flags_t flags, void (*ctor)(void *)); 134 slab_flags_t kmem_cache_flags(unsigned int object_size, 135 slab_flags_t flags, const char *name); 139 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_alias() [all …]
|
| H A D | slab_common.c | 139 static unsigned int calculate_alignment(slab_flags_t flags, in calculate_alignment() 187 slab_flags_t flags, const char *name, void (*ctor)(void *)) in find_mergeable() 235 slab_flags_t flags, unsigned int useroffset, in create_cache() 304 slab_flags_t flags, in kmem_cache_create_usercopy() 418 slab_flags_t flags, void (*ctor)(void *)) in kmem_cache_create() 557 unsigned int size, slab_flags_t flags, in create_boot_cache() 587 unsigned int size, slab_flags_t flags, in create_kmalloc_cache() 772 new_kmalloc_cache(int idx, enum kmalloc_cache_type type, slab_flags_t flags) in new_kmalloc_cache() 788 void __init create_kmalloc_caches(slab_flags_t flags) in create_kmalloc_caches()
|
| H A D | slub.c | 202 #define __OBJECT_POISON ((slab_flags_t __force)0x80000000U) 204 #define __CMPXCHG_DOUBLE ((slab_flags_t __force)0x40000000U) 492 slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; 494 slab_flags_t slub_debug; 1310 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init) in parse_slub_debug_flags() 1389 slab_flags_t flags; in setup_slub_debug() 1390 slab_flags_t global_flags; in setup_slub_debug() 1451 slab_flags_t kmem_cache_flags(unsigned int object_size, in kmem_cache_flags() 1452 slab_flags_t flags, const char *name) in kmem_cache_flags() 1457 slab_flags_t block_flags; in kmem_cache_flags() [all …]
|
| H A D | slab.c | 255 #define CFLGS_OBJFREELIST_SLAB ((slab_flags_t __force)0x40000000U) 256 #define CFLGS_OFF_SLAB ((slab_flags_t __force)0x80000000U) 402 slab_flags_t flags, size_t *left_over) in cache_estimate() 1665 size_t size, slab_flags_t flags) in calculate_slab_order() 1792 slab_flags_t kmem_cache_flags(unsigned int object_size, in kmem_cache_flags() 1793 slab_flags_t flags, const char *name) in kmem_cache_flags() 1800 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_alias() 1818 size_t size, slab_flags_t flags) in set_objfreelist_slab_cache() 1849 size_t size, slab_flags_t flags) in set_off_slab_cache() 1883 size_t size, slab_flags_t flags) in set_on_slab_cache() [all …]
|
| H A D | slob.c | 590 int __kmem_cache_create(struct kmem_cache *c, slab_flags_t flags) in __kmem_cache_create()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | common.c | 93 slab_flags_t __kasan_never_merge(void) in __kasan_never_merge() 138 slab_flags_t *flags) in __kasan_cache_create()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_memory.c | 762 slab_flags_t slub_debug; in is_slub_debug_enabled() 764 slub_debug = *(slab_flags_t *)android_debug_symbol(ADS_SLUB_DEBUG); in is_slub_debug_enabled()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | main.c | 655 slab_flags_t flags;
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | kfence_test.c | 169 static size_t setup_test_cache(struct kunit *test, size_t size, slab_flags_t flags, in setup_test_cache()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | omap-iommu.c | 1756 const slab_flags_t flags = SLAB_HWCACHE_ALIGN; in omap_iommu_init()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sock.h | 1259 slab_flags_t slab_flags;
|