Lines Matching refs:what
2331 int ref, enum rxrpc_txbuf_trace what),
2333 TP_ARGS(debug_id, call_debug_id, seq, ref, what),
2340 __field(enum rxrpc_txbuf_trace, what)
2348 __entry->what = what;
2355 __print_symbolic(__entry->what, rxrpc_txbuf_traces),
2388 enum rxrpc_call_poke_trace what),
2390 TP_ARGS(call, busy, what),
2395 __field(enum rxrpc_call_poke_trace, what)
2401 __entry->what = what;
2406 __print_symbolic(__entry->what, rxrpc_call_poke_traces),
2429 unsigned int sack, enum rxrpc_sack_trace what),
2431 TP_ARGS(call, seq, sack, what),
2437 __field(enum rxrpc_sack_trace, what)
2444 __entry->what = what;
2450 __print_symbolic(__entry->what, rxrpc_sack_traces),