Lines Matching refs:drops
163 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
166 TP_ARGS(map_id, processed, drops, sched),
172 __field(unsigned int, drops)
181 __entry->drops = drops;
192 __entry->processed, __entry->drops,
198 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
201 TP_ARGS(map_id, processed, drops, to_cpu),
207 __field(unsigned int, drops)
216 __entry->drops = drops;
227 __entry->processed, __entry->drops,
234 int sent, int drops,
238 TP_ARGS(map, map_index, sent, drops, from_dev, to_dev, err),
244 __field(int, drops)
255 __entry->drops = drops;
268 __entry->sent, __entry->drops,