Lines Matching refs:size
30 TP_PROTO(unsigned int cmd, unsigned int addr, unsigned int size),
31 TP_ARGS(cmd, addr, size),
35 __field(unsigned int, size)
40 __entry->size = size;
43 __entry->cmd, __entry->addr, __entry->size)
47 TP_PROTO(unsigned int cmd, unsigned int addr, unsigned int size),
48 TP_ARGS(cmd, addr, size));
51 TP_PROTO(unsigned int cmd, unsigned int addr, unsigned int size),
52 TP_ARGS(cmd, addr, size));
64 __field(unsigned int, size)
69 __entry->size = data->blocks;
72 __entry->cmd, __entry->addr, __entry->size)