Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslub.c179 #define __CMPXCHG_DOUBLE 0x40000000UL /* Use cmpxchg_double */ macro
373 if (s->flags & __CMPXCHG_DOUBLE) { in __cmpxchg_double_slab()
409 if (s->flags & __CMPXCHG_DOUBLE) { in cmpxchg_double_slab()
3360 s->flags |= __CMPXCHG_DOUBLE; in kmem_cache_open()
4825 s->flags &= ~__CMPXCHG_DOUBLE; in sanity_checks_store()
4850 s->flags &= ~__CMPXCHG_DOUBLE; in trace_store()
4870 s->flags &= ~__CMPXCHG_DOUBLE; in red_zone_store()
4891 s->flags &= ~__CMPXCHG_DOUBLE; in poison_store()
4912 s->flags &= ~__CMPXCHG_DOUBLE; in store_user_store()