Home
last modified time | relevance | path

Searched refs:kmem_cache_debug_flags (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/mm/
Dslab.h423 static inline bool kmem_cache_debug_flags(struct kmem_cache *s, slab_flags_t flags) in kmem_cache_debug_flags() function
657 !kmem_cache_debug_flags(s, SLAB_CONSISTENCY_CHECKS)) in cache_from_obj()
739 if (kmem_cache_debug_flags(s, SLAB_STORE_USER | SLAB_RED_ZONE) && in slab_post_alloc_hook()
Dslub.c214 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS); in kmem_cache_debug()
219 return (kmem_cache_debug_flags(s, SLAB_STORE_USER) && in slub_debug_orig_size()
225 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
1407 if (!kmem_cache_debug_flags(s, SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON)) in setup_object_debug()
1417 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in setup_slab_debug()
2099 if (kmem_cache_debug_flags(s, SLAB_CONSISTENCY_CHECKS)) { in free_slab()
4771 if (!is_kfence && kmem_cache_debug_flags(s, SLAB_RED_ZONE)) { in __check_heap_object()