Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dslub_kunit.c24 s->flags |= SLAB_SKIP_KFENCE; in test_kmem_cache_create()
/linux-6.3-rc2/include/linux/
A Dslab.h136 #define SLAB_SKIP_KFENCE ((slab_flags_t __force)0x20000000U) macro
138 #define SLAB_SKIP_KFENCE 0 macro
/linux-6.3-rc2/mm/kfence/
A Dcore.c989 if (s->flags & SLAB_SKIP_KFENCE) in __kfence_alloc()
/linux-6.3-rc2/mm/
A Dslub.c5920 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_SKIP_KFENCE)); in skip_kfence_show()
5929 s->flags &= ~SLAB_SKIP_KFENCE; in skip_kfence_store()
5931 s->flags |= SLAB_SKIP_KFENCE; in skip_kfence_store()

Completed in 18 milliseconds