Searched refs:__cmpxchg_double_slab (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/mm/ |
D | slub.c | 365 static inline bool __cmpxchg_double_slab(struct kmem_cache *s, struct page *page, in __cmpxchg_double_slab() function 1642 if (!__cmpxchg_double_slab(s, page, in acquire_slab() 1897 } while (!__cmpxchg_double_slab(s, page, in deactivate_slab() 1986 if (!__cmpxchg_double_slab(s, page, in deactivate_slab() 2042 } while (!__cmpxchg_double_slab(s, page, in unfreeze_partials() 2324 } while (!__cmpxchg_double_slab(s, page, in get_freelist()
|