Searched refs:SLAB_SKIP_KFENCE (Results 1 – 4 of 4) sorted by relevance
25 s->flags |= SLAB_SKIP_KFENCE; in test_kmem_cache_create()
210 #define SLAB_SKIP_KFENCE __SLAB_FLAG_BIT(_SLAB_SKIP_KFENCE) macro212 #define SLAB_SKIP_KFENCE __SLAB_FLAG_UNUSED macro
1096 if (s->flags & SLAB_SKIP_KFENCE) in __kfence_alloc()
7047 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_SKIP_KFENCE)); in skip_kfence_show()7056 s->flags &= ~SLAB_SKIP_KFENCE; in skip_kfence_store()7058 s->flags |= SLAB_SKIP_KFENCE; in skip_kfence_store()