Lines Matching refs:nbytes
197 TP_PROTO(int nbytes, unsigned long IP),
199 TP_ARGS(nbytes, IP),
202 __field( int, nbytes )
207 __entry->nbytes = nbytes;
211 TP_printk("nbytes %d caller %pS", __entry->nbytes, (void *)__entry->IP)
215 TP_PROTO(int nbytes, unsigned long IP),
217 TP_ARGS(nbytes, IP)
221 TP_PROTO(int nbytes, unsigned long IP),
223 TP_ARGS(nbytes, IP)
227 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
230 TP_ARGS(pool_name, nbytes, entropy_count, IP),
234 __field( int, nbytes )
241 __entry->nbytes = nbytes;
247 __entry->pool_name, __entry->nbytes, __entry->entropy_count,
253 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
256 TP_ARGS(pool_name, nbytes, entropy_count, IP)
260 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
263 TP_ARGS(pool_name, nbytes, entropy_count, IP)