Lines Matching refs:gfp_flags
101 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags),
103 TP_ARGS(order, may_writepage, gfp_flags),
108 __field( gfp_t, gfp_flags )
114 __entry->gfp_flags = gfp_flags;
120 show_gfp_flags(__entry->gfp_flags))
125 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags),
127 TP_ARGS(order, may_writepage, gfp_flags)
132 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags),
134 TP_ARGS(order, may_writepage, gfp_flags)
139 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags),
141 TP_ARGS(order, may_writepage, gfp_flags)
196 __field(gfp_t, gfp_flags)
209 __entry->gfp_flags = sc->gfp_mask;
222 show_gfp_flags(__entry->gfp_flags),