Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h222 #define SLAB_SKIP_KFENCE __SLAB_FLAG_BIT(_SLAB_SKIP_KFENCE) macro
224 #define SLAB_SKIP_KFENCE __SLAB_FLAG_UNUSED macro
/linux/mm/kfence/
H A Dcore.c1176 if (s->flags & SLAB_SKIP_KFENCE) in __kfence_alloc()
/linux/mm/
H A Dslub.c9369 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_SKIP_KFENCE)); in skip_kfence_show()
9378 s->flags &= ~SLAB_SKIP_KFENCE; in skip_kfence_store()
9380 s->flags |= SLAB_SKIP_KFENCE; in skip_kfence_store()