Lines Matching refs:gfp_flags
81 TP_PROTO(int nid, int zid, int order, gfp_t gfp_flags),
83 TP_ARGS(nid, zid, order, gfp_flags),
89 __field( gfp_t, gfp_flags )
96 __entry->gfp_flags = gfp_flags;
103 show_gfp_flags(__entry->gfp_flags))
108 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags, int classzone_idx),
110 TP_ARGS(order, may_writepage, gfp_flags, classzone_idx),
115 __field( gfp_t, gfp_flags )
122 __entry->gfp_flags = gfp_flags;
129 show_gfp_flags(__entry->gfp_flags),
135 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags, int classzone_idx),
137 TP_ARGS(order, may_writepage, gfp_flags, classzone_idx)
143 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags, int classzone_idx),
145 TP_ARGS(order, may_writepage, gfp_flags, classzone_idx)
150 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags, int classzone_idx),
152 TP_ARGS(order, may_writepage, gfp_flags, classzone_idx)
210 __field(gfp_t, gfp_flags)
222 __entry->gfp_flags = sc->gfp_mask;
234 show_gfp_flags(__entry->gfp_flags),