Lines Matching refs:gfpflag_string
79 #define gfpflag_string(flag) {(__force unsigned long)flag, #flag} macro
86 #define TRACE_GFP_EM(a) gfpflag_string(__GFP_##a),
89 gfpflag_string(GFP_TRANSHUGE), \
90 gfpflag_string(GFP_TRANSHUGE_LIGHT), \
91 gfpflag_string(GFP_HIGHUSER_MOVABLE), \
92 gfpflag_string(GFP_HIGHUSER), \
93 gfpflag_string(GFP_USER), \
94 gfpflag_string(GFP_KERNEL_ACCOUNT), \
95 gfpflag_string(GFP_KERNEL), \
96 gfpflag_string(GFP_NOFS), \
97 gfpflag_string(GFP_ATOMIC), \
98 gfpflag_string(GFP_NOIO), \
99 gfpflag_string(GFP_NOWAIT), \
100 gfpflag_string(GFP_DMA), \
101 gfpflag_string(GFP_DMA32), \
102 gfpflag_string(__GFP_RECLAIM), \