Lines Matching refs:stream
626 __field(unsigned int, stream)
635 __entry->stream = subreq->stream_nr;
642 __entry->wreq, __entry->stream, __entry->subreq,
705 const struct netfs_io_stream *stream,
708 TP_ARGS(wreq, stream, jump_to, type),
712 __field(unsigned char, stream)
720 __entry->stream = stream->stream_nr;
721 __entry->from = stream->collected_to;
727 __entry->wreq, __entry->stream,
733 const struct netfs_io_stream *stream),
735 TP_ARGS(wreq, stream),
739 __field(unsigned char, stream)
746 __entry->stream = stream->stream_nr;
747 __entry->collected_to = stream->collected_to;
748 __entry->front = stream->front ? stream->front->start : UINT_MAX;
752 __entry->wreq, __entry->stream,