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

/linux-master/mm/
H A Dslub.c56 * 4. slab_lock(slab) (Only on some arches)
65 * slab_lock
67 * The slab_lock is a wrapper around the page lock, thus it is a bit
70 * The slab_lock is only used on arches that do not have the ability
135 * cmpxchg_double is possible to use, otherwise slab_lock is taken).
143 * around the slab_lock operation, in order to make the slab allocator safe
617 static __always_inline void slab_lock(struct slab *slab) function
655 slab_lock(slab);

Completed in 189 milliseconds