Searched refs:__cmpxchg_double_slab (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/mm/ |
D | slub.c | 358 static inline bool __cmpxchg_double_slab(struct kmem_cache *s, struct page *page, in __cmpxchg_double_slab() function 1771 if (!__cmpxchg_double_slab(s, page, in acquire_slab() 2026 } while (!__cmpxchg_double_slab(s, page, in deactivate_slab() 2115 if (!__cmpxchg_double_slab(s, page, in deactivate_slab() 2174 } while (!__cmpxchg_double_slab(s, page, in unfreeze_partials() 2473 } while (!__cmpxchg_double_slab(s, page, in get_freelist()
|