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