Lines Matching refs:debug_id
50 txb->call_debug_id = call->debug_id; in rxrpc_alloc_data_txbuf()
51 txb->debug_id = atomic_inc_return(&rxrpc_txbuf_debug_ids); in rxrpc_alloc_data_txbuf()
75 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 1, in rxrpc_alloc_data_txbuf()
123 txb->call_debug_id = call->debug_id; in rxrpc_alloc_ack_txbuf()
124 txb->debug_id = atomic_inc_return(&rxrpc_txbuf_debug_ids); in rxrpc_alloc_ack_txbuf()
154 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 1, in rxrpc_alloc_ack_txbuf()
165 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, r + 1, what); in rxrpc_get_txbuf()
172 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, r, what); in rxrpc_see_txbuf()
179 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 0, in rxrpc_free_txbuf()
190 unsigned int debug_id, call_debug_id; in rxrpc_put_txbuf() local
196 debug_id = txb->debug_id; in rxrpc_put_txbuf()
200 trace_rxrpc_txbuf(debug_id, call_debug_id, seq, r - 1, what); in rxrpc_put_txbuf()