Home
last modified time | relevance | path

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

/mm/
Dslub.c240 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \ macro
4209 if (system_has_cmpxchg_double() && (s->flags & SLAB_NO_CMPXCHG) == 0) in kmem_cache_open()