Home
last modified time | relevance | path

Searched refs:SLAB_ALLOC_NOLOCK (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dslab.h22 #define SLAB_ALLOC_NOLOCK 0x01 /* a kmalloc_nolock() allocation */ macro
29 return !(alloc_flags & SLAB_ALLOC_NOLOCK); in alloc_flags_allow_spinning()
H A Dslub.c5454 .alloc_flags = SLAB_ALLOC_NOLOCK, in _kmalloc_nolock_noprof()