Searched refs:SLAB_CONSISTENCY_CHECKS (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dslab.h449 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)
467 SLAB_CONSISTENCY_CHECKS | \
H A Dslub.c285 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
292 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \
1103 if ((s->flags & SLAB_CONSISTENCY_CHECKS) &&
1553 if (s->flags & SLAB_CONSISTENCY_CHECKS) {
1646 *flags |= SLAB_CONSISTENCY_CHECKS;
2420 if (kmem_cache_debug_flags(s, SLAB_CONSISTENCY_CHECKS)) {
3165 if (s->flags & SLAB_CONSISTENCY_CHECKS) {
3181 if (s->flags & SLAB_CONSISTENCY_CHECKS) {
4319 !kmem_cache_debug_flags(s, SLAB_CONSISTENCY_CHECKS))
6326 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_CONSISTENCY_CHECKS));
[all...]
/linux-master/include/linux/
H A Dslab.h70 #define SLAB_CONSISTENCY_CHECKS __SLAB_FLAG_BIT(_SLAB_CONSISTENCY_CHECKS) macro

Completed in 291 milliseconds