Home
last modified time | relevance | path

Searched refs:SLAB_FREE_NOLOCK (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dslab.h28 #define SLAB_FREE_NOLOCK 0x01 /* spinning not allowed */ macro
32 if (free_flags & SLAB_FREE_NOLOCK) in to_alloc_flags()
45 return !(free_flags & SLAB_FREE_NOLOCK); in free_flags_allow_spinning()
H A Dslab_common.c1316 if (unlikely(!__kfree_rcu_sheaf(slab->slab_cache, ptr, SLAB_FREE_NOLOCK))) in kfree_call_rcu_nolock()
1677 free_flags = SLAB_FREE_NOLOCK; in kfree_rcu_sheaf()
H A Dslub.c2859 if (unlikely(free_flags & SLAB_FREE_NOLOCK)) in __free_empty_sheaf()