Lines Matching refs:what
1878 int ref, enum rxrpc_txbuf_trace what),
1880 TP_ARGS(debug_id, call_debug_id, seq, ref, what),
1887 __field(enum rxrpc_txbuf_trace, what)
1895 __entry->what = what;
1902 __print_symbolic(__entry->what, rxrpc_txbuf_traces),
1908 enum rxrpc_call_poke_trace what),
1910 TP_ARGS(call, busy, what),
1915 __field(enum rxrpc_call_poke_trace, what)
1921 __entry->what = what;
1926 __print_symbolic(__entry->what, rxrpc_call_poke_traces),
1949 unsigned int sack, enum rxrpc_sack_trace what),
1951 TP_ARGS(call, seq, sack, what),
1957 __field(enum rxrpc_sack_trace, what)
1964 __entry->what = what;
1970 __print_symbolic(__entry->what, rxrpc_sack_traces),