Lines Matching refs:pool_name
31 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
33 TP_ARGS(pool_name, bytes, IP),
36 __field( const char *, pool_name )
42 __entry->pool_name = pool_name;
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)
64 TP_PROTO(const char *pool_name, int bits, int entropy_count,
67 TP_ARGS(pool_name, bits, entropy_count, IP),
70 __field( const char *, pool_name )
77 __entry->pool_name = pool_name;
84 __entry->pool_name, __entry->bits,
89 TP_PROTO(const char *pool_name, int debit_bits),
91 TP_ARGS(pool_name, debit_bits),
94 __field( const char *, pool_name )
99 __entry->pool_name = pool_name;
103 TP_printk("%s: debit_bits %d", __entry->pool_name,
173 TP_PROTO(const char *pool_name, int nbytes, int entropy_count,
176 TP_ARGS(pool_name, nbytes, entropy_count, IP),
179 __field( const char *, pool_name )
186 __entry->pool_name = pool_name;
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)