Searched refs:subreq_debug_index (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | trace.h | 1539 unsigned int subreq_debug_index, 1545 TP_ARGS(rreq_debug_id, subreq_debug_index, subreq_credits, 1549 __field(unsigned int, subreq_debug_index) 1558 __entry->subreq_debug_index = subreq_debug_index; 1566 __entry->rreq_debug_id, __entry->subreq_debug_index,
|
D | smb2pdu.c | 4541 unsigned int subreq_debug_index = rdata->subreq.debug_index; in smb2_readv_callback() local 4632 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, rdata->credits.value, in smb2_readv_callback() 4641 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in smb2_readv_callback() 4830 unsigned int subreq_debug_index = wdata->subreq.debug_index; in smb2_writev_callback() local 4905 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, wdata->credits.value, in smb2_writev_callback() 4912 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in smb2_writev_callback()
|
/linux-6.12.1/include/trace/events/ |
D | netfs.h | 411 TP_PROTO(unsigned int rreq_debug_id, unsigned int subreq_debug_index, 414 TP_ARGS(rreq_debug_id, subreq_debug_index, ref, what), 425 __entry->subreq = subreq_debug_index;
|