Home
last modified time | relevance | path

Searched defs:GFP_USER (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dgfp_types.h333 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL) macro
/openbmc/u-boot/include/linux/
H A Dcompat.h68 #define GFP_USER ((gfp_t) 0) macro