Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dkmem.h54 lflags |= __GFP_NOLOCKDEP; in kmem_flags_convert()
/openbmc/linux/include/linux/
H A Dgfp_types.h251 #define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP) macro
/openbmc/linux/lib/
H A Dstackdepot.c408 alloc_flags &= (GFP_ATOMIC | GFP_KERNEL | __GFP_NOLOCKDEP); in __stack_depot_save()
/openbmc/linux/mm/
H A Dinternal.h27 __GFP_NOLOCKDEP)
H A Dkmemleak.c121 __GFP_NOLOCKDEP)) | \
H A Dpage_alloc.c3563 if (gfp_mask & __GFP_NOLOCKDEP) in __need_reclaim()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c522 args->value = kvmalloc(valuelen, GFP_KERNEL | __GFP_NOLOCKDEP); in xfs_attr_copy_value()