Home
last modified time | relevance | path

Searched refs:slab_lock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dslub.c47 * 3. slab_lock(page) (Only on some arches and for debugging)
54 * The slab_lock is only used for debugging and on arches that do not
345 static __always_inline void slab_lock(struct page *page) in slab_lock() function
374 slab_lock(page); in __cmpxchg_double_slab()
413 slab_lock(page); in cmpxchg_double_slab()
1218 slab_lock(page); in free_debug_processing()
3854 slab_lock(page); in list_slab_objects()
4528 slab_lock(page); in validate_slab()
/kernel/linux/linux-6.6/mm/
H A Dslub.c55 * 4. slab_lock(slab) (Only on some arches)
64 * slab_lock
66 * The slab_lock is a wrapper around the page lock, thus it is a bit
69 * The slab_lock is only used on arches that do not have the ability
119 * cmpxchg_double is possible to use, otherwise slab_lock is taken).
127 * around the slab_lock operation, in order to make the slab allocator safe
512 static __always_inline void slab_lock(struct slab *slab) in slab_lock() function
550 slab_lock(slab); in __update_freelist_slow()

Completed in 15 milliseconds