Home
last modified time | relevance | path

Searched refs:slab_flags_t (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dslab.h27 #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 …]
Dkmemleak.h39 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()
Dkasan.h47 slab_flags_t *flags);
104 slab_flags_t *flags) {} in kasan_cache_create()
Dslab_def.h23 slab_flags_t flags; /* constant flags */
Dslub_def.h85 slab_flags_t flags;
Dtypes.h154 typedef unsigned int __bitwise slab_flags_t; typedef
/include/net/
Dsock.h1162 slab_flags_t slab_flags;