Home
last modified time | relevance | path

Searched refs:SLAB_SKIP_KFENCE (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
H A Dslub_kunit.c25 s->flags |= SLAB_SKIP_KFENCE; in test_kmem_cache_create()
/linux/include/linux/
H A Dslab.h194 #define SLAB_SKIP_KFENCE __SLAB_FLAG_BIT(_SLAB_SKIP_KFENCE) macro
196 #define SLAB_SKIP_KFENCE __SLAB_FLAG_UNUSED macro
/linux/mm/kfence/
H A Dcore.c1096 if (s->flags & SLAB_SKIP_KFENCE) in __kfence_alloc()
/linux/mm/
H A Dslub.c6872 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_SKIP_KFENCE)); in skip_kfence_show()
6881 s->flags &= ~SLAB_SKIP_KFENCE; in skip_kfence_store()
6883 s->flags |= SLAB_SKIP_KFENCE; in skip_kfence_store()