Searched refs:__cmpxchg_double_slab (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/mm/ |
D | slub.c | 365 static inline bool __cmpxchg_double_slab(struct kmem_cache *s, struct page *page, in __cmpxchg_double_slab() function 1818 if (!__cmpxchg_double_slab(s, page, in acquire_slab() 2075 } while (!__cmpxchg_double_slab(s, page, in deactivate_slab() 2153 if (!__cmpxchg_double_slab(s, page, in deactivate_slab() 2216 } while (!__cmpxchg_double_slab(s, page, in unfreeze_partials() 2512 } while (!__cmpxchg_double_slab(s, page, in get_freelist()
|