Home
last modified time | relevance | path

Searched refs:__GFP_NOLOCKDEP (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/fs/xfs/
Dkmem.h54 lflags |= __GFP_NOLOCKDEP; in kmem_flags_convert()
/linux-6.6.21/include/linux/
Dgfp_types.h249 #define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP) macro
/linux-6.6.21/mm/
Dinternal.h27 __GFP_NOLOCKDEP)
Dkmemleak.c121 __GFP_NOLOCKDEP)) | \
Dpage_alloc.c3543 if (gfp_mask & __GFP_NOLOCKDEP) in __need_reclaim()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_attr_leaf.c522 args->value = kvmalloc(valuelen, GFP_KERNEL | __GFP_NOLOCKDEP); in xfs_attr_copy_value()