Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h220 #define SLAB_SKIP_KFENCE __SLAB_FLAG_BIT(_SLAB_SKIP_KFENCE) macro
222 #define SLAB_SKIP_KFENCE __SLAB_FLAG_UNUSED macro
/linux/lib/tests/
H A Dslub_kunit.c26 s->flags |= SLAB_SKIP_KFENCE; in test_kmem_cache_create()
/linux/mm/kfence/
H A Dcore.c1100 if (s->flags & SLAB_SKIP_KFENCE) in __kfence_alloc()
/linux/mm/
H A Dslub.c9488 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_SKIP_KFENCE)); in skip_kfence_show()
9497 s->flags &= ~SLAB_SKIP_KFENCE; in skip_kfence_store()
9499 s->flags |= SLAB_SKIP_KFENCE; in skip_kfence_store()