Lines Matching refs:nbytes
143 TP_PROTO(int nbytes, unsigned long IP),
145 TP_ARGS(nbytes, IP),
148 __field( int, nbytes )
153 __entry->nbytes = nbytes;
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)
173 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
176 TP_ARGS(pool_name, nbytes, entropy_count, IP),
180 __field( int, nbytes )
187 __entry->nbytes = nbytes;
193 __entry->pool_name, __entry->nbytes, __entry->entropy_count,
199 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
202 TP_ARGS(pool_name, nbytes, entropy_count, IP)