Searched refs:SLAB_SKIP_KFENCE (Results 1 – 3 of 3) sorted by relevance
222 #define SLAB_SKIP_KFENCE __SLAB_FLAG_BIT(_SLAB_SKIP_KFENCE) macro224 #define SLAB_SKIP_KFENCE __SLAB_FLAG_UNUSED macro
1176 if (s->flags & SLAB_SKIP_KFENCE) in __kfence_alloc()
9369 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()