Searched refs:slab_flags_t (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | kmemleak.h | 40 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive() 47 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() 68 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive() 86 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
|
H A D | types.h | 164 typedef unsigned int __bitwise slab_flags_t; typedef
|
/linux/mm/ |
H A D | slab.h | 239 slab_flags_t flags; 408 slab_flags_t flags); 412 unsigned int size, slab_flags_t flags, 417 slab_flags_t flags, const char *name, void (*ctor)(void *)); 420 slab_flags_t flags, void (*ctor)(void *)); 422 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name); 499 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 | 126 static unsigned int calculate_alignment(slab_flags_t flags, in calculate_alignment() 176 slab_flags_t flags, const char *name, void (*ctor)(void *)) in find_mergeable() 222 slab_flags_t flags) in create_cache() 283 slab_flags_t flags) in __kmem_cache_create_args() 382 kmem_buckets *kmem_buckets_create(const char *name, slab_flags_t flags, in kmem_buckets_create() 650 unsigned int size, slab_flags_t flags, in create_boot_cache() 682 slab_flags_t flags) in create_kmalloc_cache() 901 slab_flags_t flags = 0; in new_kmalloc_cache()
|
H A D | slub.c | 895 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; 897 static slab_flags_t slub_debug; 1708 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init) in parse_slub_debug_flags() 1787 slab_flags_t flags; in setup_slub_debug() 1788 slab_flags_t global_flags; in setup_slub_debug() 1855 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags() 1860 slab_flags_t block_flags; in kmem_cache_flags() 1861 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags() 1931 slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) in kmem_cache_flags() 5722 slab_flags_t flags = s->flags; in calculate_sizes() [all …]
|
/linux/lib/tests/ |
H A D | slub_kunit.c | 22 unsigned int size, slab_flags_t flags) in test_kmem_cache_create()
|
/linux/fs/ecryptfs/ |
H A D | main.c | 657 slab_flags_t flags;
|
/linux/drivers/iommu/ |
H A D | omap-iommu.c | 1738 const slab_flags_t flags = SLAB_HWCACHE_ALIGN; in omap_iommu_init()
|
/linux/include/net/ |
H A D | sock.h | 1343 slab_flags_t slab_flags;
|