Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dslab.h26 #define SLAB_CONSISTENCY_CHECKS ((slab_flags_t __force)0x00000100U)
28 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U)
30 #define SLAB_POISON ((slab_flags_t __force)0x00000800U)
32 #define SLAB_HWCACHE_ALIGN ((slab_flags_t __force)0x00002000U)
34 #define SLAB_CACHE_DMA ((slab_flags_t __force)0x00004000U)
36 #define SLAB_CACHE_DMA32 ((slab_flags_t __force)0x00008000U)
38 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U)
40 #define SLAB_PANIC ((slab_flags_t __force)0x00040000U)
79 #define SLAB_TYPESAFE_BY_RCU ((slab_flags_t __force)0x00080000U)
81 #define SLAB_MEM_SPREAD ((slab_flags_t __force)0x00100000U)
[all …]
Dkmemleak.h51 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive()
58 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
79 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive()
97 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
Dkasan.h47 slab_flags_t *flags);
99 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.h159 typedef unsigned __bitwise slab_flags_t; typedef
/linux-4.19.296/fs/xfs/
Dkmem.h101 kmem_zone_init_flags(int size, char *zone_name, slab_flags_t flags, in kmem_zone_init_flags()
/linux-4.19.296/fs/ecryptfs/
Dmain.c669 slab_flags_t flags;
/linux-4.19.296/include/net/
Dsock.h1172 slab_flags_t slab_flags;