Home
last modified time | relevance | path

Searched full:slab_lock (Results 1 – 2 of 2) sorted by relevance

/linux/arch/hexagon/include/asm/
H A Dbitops.h127 * be atomic, particularly for things like slab_lock and slab_unlock.
/linux/mm/
H A Dslub.c64 * 3. slab_lock(slab) (Only on some arches)
73 * slab_lock
75 * The slab_lock is a wrapper around the page lock, thus it is a bit
78 * The slab_lock is only used on arches that do not have the ability
151 * counters, otherwise slab_lock is taken. This only needs to take the
158 * around the slab_lock operation, in order to make the slab allocator safe
184 * @SL_locked: Is locked with slab_lock()
639 static __always_inline void slab_lock(struct slab *slab) in __update_freelist_fast()
668 slab_lock(slab);
5427 * don't implement cmpxchg16b and thus need slab_lock() in __kmalloc_cache_node_noprof()
626 static __always_inline void slab_lock(struct slab *slab) slab_lock() function
[all...]