Lines Matching refs:nbytes
196 TP_PROTO(int nbytes, unsigned long IP),
198 TP_ARGS(nbytes, IP),
201 __field( int, nbytes )
206 __entry->nbytes = nbytes;
210 TP_printk("nbytes %d caller %pS", __entry->nbytes, (void *)__entry->IP)
214 TP_PROTO(int nbytes, unsigned long IP),
216 TP_ARGS(nbytes, IP)
220 TP_PROTO(int nbytes, unsigned long IP),
222 TP_ARGS(nbytes, IP)
226 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
229 TP_ARGS(pool_name, nbytes, entropy_count, IP),
233 __field( int, nbytes )
240 __entry->nbytes = nbytes;
246 __entry->pool_name, __entry->nbytes, __entry->entropy_count,
252 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
255 TP_ARGS(pool_name, nbytes, entropy_count, IP)
259 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
262 TP_ARGS(pool_name, nbytes, entropy_count, IP)