Lines Matching refs:gfpflag_string
79 #define gfpflag_string(flag) {(__force unsigned long)flag, #flag} macro
82 gfpflag_string(GFP_TRANSHUGE), \
83 gfpflag_string(GFP_TRANSHUGE_LIGHT), \
84 gfpflag_string(GFP_HIGHUSER_MOVABLE), \
85 gfpflag_string(GFP_HIGHUSER), \
86 gfpflag_string(GFP_USER), \
87 gfpflag_string(GFP_KERNEL_ACCOUNT), \
88 gfpflag_string(GFP_KERNEL), \
89 gfpflag_string(GFP_NOFS), \
90 gfpflag_string(GFP_ATOMIC), \
91 gfpflag_string(GFP_NOIO), \
92 gfpflag_string(GFP_NOWAIT), \
93 gfpflag_string(GFP_DMA), \
94 gfpflag_string(__GFP_HIGHMEM), \
95 gfpflag_string(GFP_DMA32), \
96 gfpflag_string(__GFP_HIGH), \
97 gfpflag_string(__GFP_IO), \
98 gfpflag_string(__GFP_FS), \
99 gfpflag_string(__GFP_NOWARN), \
100 gfpflag_string(__GFP_RETRY_MAYFAIL), \
101 gfpflag_string(__GFP_NOFAIL), \
102 gfpflag_string(__GFP_NORETRY), \
103 gfpflag_string(__GFP_COMP), \
104 gfpflag_string(__GFP_ZERO), \
105 gfpflag_string(__GFP_NOMEMALLOC), \
106 gfpflag_string(__GFP_MEMALLOC), \
107 gfpflag_string(__GFP_HARDWALL), \
108 gfpflag_string(__GFP_THISNODE), \
109 gfpflag_string(__GFP_RECLAIMABLE), \
110 gfpflag_string(__GFP_MOVABLE), \
111 gfpflag_string(__GFP_ACCOUNT), \
112 gfpflag_string(__GFP_WRITE), \
113 gfpflag_string(__GFP_RECLAIM), \
114 gfpflag_string(__GFP_DIRECT_RECLAIM), \
115 gfpflag_string(__GFP_KSWAPD_RECLAIM), \
116 gfpflag_string(__GFP_ZEROTAGS)
120 gfpflag_string(__GFP_SKIP_ZERO), \
121 gfpflag_string(__GFP_SKIP_KASAN)