Lines Matching refs:nbytes
194 TP_PROTO(int nbytes, unsigned long IP),
196 TP_ARGS(nbytes, IP),
199 __field( int, nbytes )
204 __entry->nbytes = nbytes;
208 TP_printk("nbytes %d caller %pS", __entry->nbytes, (void *)__entry->IP)
212 TP_PROTO(int nbytes, unsigned long IP),
214 TP_ARGS(nbytes, IP)
218 TP_PROTO(int nbytes, unsigned long IP),
220 TP_ARGS(nbytes, IP)
224 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
227 TP_ARGS(pool_name, nbytes, entropy_count, IP),
231 __field( int, nbytes )
238 __entry->nbytes = nbytes;
244 __entry->pool_name, __entry->nbytes, __entry->entropy_count,
250 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
253 TP_ARGS(pool_name, nbytes, entropy_count, IP)
257 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
260 TP_ARGS(pool_name, nbytes, entropy_count, IP)