Searched refs:slab_flags_t (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/ |
| 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()
|
| A D | slab.h | 65 #define __SLAB_FLAG_BIT(nr) ((slab_flags_t __force)(1U << (nr))) 66 #define __SLAB_FLAG_UNUSED ((slab_flags_t __force)(0U)) 317 slab_flags_t flags); 320 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_create() 350 unsigned int align, slab_flags_t flags, in kmem_cache_create_usercopy() 368 slab_flags_t flags) in __kmem_cache_default_args() 749 kmem_buckets *kmem_buckets_create(const char *name, slab_flags_t flags,
|
| A D | kasan.h | 486 slab_flags_t *flags); 504 slab_flags_t *flags) {} in kasan_cache_create()
|
| A D | types.h | 158 typedef unsigned int __bitwise slab_flags_t; typedef
|
| /linux/mm/ |
| A D | slab.h | 258 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()
|
| A D | slab_common.c | 124 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 __kmem_cache_create_args() 378 kmem_buckets *kmem_buckets_create(const char *name, slab_flags_t flags, in kmem_buckets_create() 646 unsigned int size, slab_flags_t flags, in create_boot_cache() 678 slab_flags_t flags) in create_kmalloc_cache() 897 slab_flags_t flags = 0; in new_kmalloc_cache()
|
| A D | slub.c | 868 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; 870 static slab_flags_t slub_debug; 1732 slab_flags_t flags; in setup_slub_debug() 1733 slab_flags_t global_flags; in setup_slub_debug() 1800 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags() 1805 slab_flags_t block_flags; in kmem_cache_flags() 1806 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags() 1876 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags() 5286 slab_flags_t flags = s->flags; in calculate_sizes() 5956 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_alias() [all …]
|
| /linux/lib/ |
| A D | slub_kunit.c | 21 unsigned int size, slab_flags_t flags) in test_kmem_cache_create()
|
| /linux/mm/kasan/ |
| A D | generic.c | 354 slab_flags_t *flags) in kasan_cache_create()
|
| /linux/fs/ecryptfs/ |
| A D | main.c | 647 slab_flags_t flags;
|
| /linux/mm/kfence/ |
| 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()
|
| /linux/drivers/iommu/ |
| A D | io-pgtable-arm-v7s.c | 786 slab_flags_t slab_flag; in arm_v7s_alloc_pgtable()
|
| A D | omap-iommu.c | 1745 const slab_flags_t flags = SLAB_HWCACHE_ALIGN; in omap_iommu_init()
|
| /linux/include/net/ |
| A D | sock.h | 1314 slab_flags_t slab_flags;
|
Completed in 62 milliseconds