Searched refs:subreq_debug_index (Results 1 – 3 of 3) sorted by relevance
/linux/fs/smb/client/ |
H A D | trace.h | 1543 unsigned int subreq_debug_index, 1549 TP_ARGS(rreq_debug_id, subreq_debug_index, subreq_credits, 1553 __field(unsigned int, subreq_debug_index) 1562 __entry->subreq_debug_index = subreq_debug_index; 1570 __entry->rreq_debug_id, __entry->subreq_debug_index,
|
H A D | smb2pdu.c | 4535 unsigned int subreq_debug_index = rdata->subreq.debug_index; in smb2_readv_callback() local 4636 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, rdata->credits.value, in smb2_readv_callback() 4645 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in smb2_readv_callback() 4834 unsigned int subreq_debug_index = wdata->subreq.debug_index; in smb2_writev_callback() local 4925 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, wdata->credits.value, in smb2_writev_callback() 4931 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in smb2_writev_callback()
|
/linux/include/trace/events/ |
H A D | netfs.h | 455 TP_PROTO(unsigned int rreq_debug_id, unsigned int subreq_debug_index, 458 TP_ARGS(rreq_debug_id, subreq_debug_index, ref, what), 469 __entry->subreq = subreq_debug_index;
|