Searched refs:__cmpxchg_double_slab (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/mm/ |
D | slub.c | 357 static inline bool __cmpxchg_double_slab(struct kmem_cache *s, struct page *page, in __cmpxchg_double_slab() function 1931 if (!__cmpxchg_double_slab(s, page, in acquire_slab() 2194 } while (!__cmpxchg_double_slab(s, page, in deactivate_slab() 2274 if (!__cmpxchg_double_slab(s, page, in deactivate_slab() 2337 } while (!__cmpxchg_double_slab(s, page, in unfreeze_partials() 2633 } while (!__cmpxchg_double_slab(s, page, in get_freelist()
|