Lines Matching refs:gfpflag_string
16 #define gfpflag_string(flag) {(__force unsigned long)flag, #flag} macro
19 gfpflag_string(GFP_TRANSHUGE), \
20 gfpflag_string(GFP_TRANSHUGE_LIGHT), \
21 gfpflag_string(GFP_HIGHUSER_MOVABLE), \
22 gfpflag_string(GFP_HIGHUSER), \
23 gfpflag_string(GFP_USER), \
24 gfpflag_string(GFP_KERNEL_ACCOUNT), \
25 gfpflag_string(GFP_KERNEL), \
26 gfpflag_string(GFP_NOFS), \
27 gfpflag_string(GFP_ATOMIC), \
28 gfpflag_string(GFP_NOIO), \
29 gfpflag_string(GFP_NOWAIT), \
30 gfpflag_string(GFP_DMA), \
31 gfpflag_string(__GFP_HIGHMEM), \
32 gfpflag_string(GFP_DMA32), \
33 gfpflag_string(__GFP_HIGH), \
34 gfpflag_string(__GFP_IO), \
35 gfpflag_string(__GFP_FS), \
36 gfpflag_string(__GFP_NOWARN), \
37 gfpflag_string(__GFP_RETRY_MAYFAIL), \
38 gfpflag_string(__GFP_NOFAIL), \
39 gfpflag_string(__GFP_NORETRY), \
40 gfpflag_string(__GFP_COMP), \
41 gfpflag_string(__GFP_ZERO), \
42 gfpflag_string(__GFP_NOMEMALLOC), \
43 gfpflag_string(__GFP_MEMALLOC), \
44 gfpflag_string(__GFP_HARDWALL), \
45 gfpflag_string(__GFP_THISNODE), \
46 gfpflag_string(__GFP_RECLAIMABLE), \
47 gfpflag_string(__GFP_MOVABLE), \
48 gfpflag_string(__GFP_ACCOUNT), \
49 gfpflag_string(__GFP_WRITE), \
50 gfpflag_string(__GFP_RECLAIM), \
51 gfpflag_string(__GFP_DIRECT_RECLAIM), \
52 gfpflag_string(__GFP_KSWAPD_RECLAIM), \
53 gfpflag_string(__GFP_ZEROTAGS)
57 gfpflag_string(__GFP_SKIP_ZERO), \
58 gfpflag_string(__GFP_SKIP_KASAN)