Lines Matching refs:IP
12 TP_PROTO(int bytes, unsigned long IP),
14 TP_ARGS(bytes, IP),
18 __field(unsigned long, IP )
23 __entry->IP = IP;
27 __entry->bytes, (void *)__entry->IP)
31 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
33 TP_ARGS(pool_name, bytes, IP),
38 __field(unsigned long, IP )
44 __entry->IP = IP;
48 __entry->pool_name, __entry->bytes, (void *)__entry->IP)
52 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
54 TP_ARGS(pool_name, bytes, IP)
58 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
60 TP_ARGS(pool_name, bytes, IP)
65 unsigned long IP),
67 TP_ARGS(pool_name, bits, entropy_count, IP),
73 __field(unsigned long, IP )
80 __entry->IP = IP;
85 __entry->entropy_count, (void *)__entry->IP)
143 TP_PROTO(int nbytes, unsigned long IP),
145 TP_ARGS(nbytes, IP),
149 __field(unsigned long, IP )
154 __entry->IP = IP;
157 TP_printk("nbytes %d caller %pS", __entry->nbytes, (void *)__entry->IP)
161 TP_PROTO(int nbytes, unsigned long IP),
163 TP_ARGS(nbytes, IP)
167 TP_PROTO(int nbytes, unsigned long IP),
169 TP_ARGS(nbytes, IP)
174 unsigned long IP),
176 TP_ARGS(pool_name, nbytes, entropy_count, IP),
182 __field(unsigned long, IP )
189 __entry->IP = IP;
194 (void *)__entry->IP)
200 unsigned long IP),
202 TP_ARGS(pool_name, nbytes, entropy_count, IP)