Home
last modified time | relevance | path

Searched refs:sout (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/lib/zlib_inflate/
Dinffast.c240 unsigned short *sout; in inflate_fast() local
250 sout = (unsigned short *)(out); in inflate_fast()
258 *sout++ = *sfrom++; in inflate_fast()
260 *sout++ = get_unaligned16(sfrom++); in inflate_fast()
263 out = (unsigned char *)sout; in inflate_fast()
268 pat16 = *(sout-1); in inflate_fast()
278 *sout++ = pat16; in inflate_fast()
280 out = (unsigned char *)sout; in inflate_fast()
/Linux-v5.10/net/sctp/
Dstream_sched_prio.c153 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set() local
154 struct sctp_stream_out_ext *soute = sout->ext; in sctp_sched_prio_set()
297 struct sctp_stream_out *sout; in sctp_sched_prio_sched_all() local
305 sout = SCTP_SO(stream, sid); in sctp_sched_prio_sched_all()
306 if (sout->ext) in sctp_sched_prio_sched_all()
307 sctp_sched_prio_sched(stream, sout->ext); in sctp_sched_prio_sched_all()
Dstream_sched.c232 struct sctp_stream_out *sout; in sctp_sched_dequeue_done() local
240 sout = SCTP_SO(&q->asoc->stream, sid); in sctp_sched_dequeue_done()
241 q->asoc->stream.out_curr = sout; in sctp_sched_dequeue_done()
Dstream.c953 struct sctp_stream_out *sout; in sctp_process_strreset_resp() local
956 sout = SCTP_SO(stream, ntohs(str_p[i])); in sctp_process_strreset_resp()
957 sout->mid = 0; in sctp_process_strreset_resp()
958 sout->mid_uo = 0; in sctp_process_strreset_resp()
962 sout = SCTP_SO(stream, i); in sctp_process_strreset_resp()
963 sout->mid = 0; in sctp_process_strreset_resp()
964 sout->mid_uo = 0; in sctp_process_strreset_resp()
/Linux-v5.10/tools/testing/selftests/net/mptcp/
Dsimult_flows.sh25 rm -f "$sin" "$sout"
50 sout=$(mktemp)
134 :> "$sout"
160 ip netns exec ${ns3} ./mptcp_connect -jt $timeout -l -p $port 0.0.0.0 < "$sin" > "$sout" &
189 cmp $cin $sout > /dev/null 2>&1
208 ls -l $cin $sout
Dmptcp_join.sh6 sout=""
66 rm -f "$sin" "$sout"
143 :> "$sout"
168 … ${listener_ns} $mptcp_connect -t $timeout -l -p $port -s ${srv_proto} 0.0.0.0 < "$sin" > "$sout" &
223 check_transfer $cin $sout "file received by server"
404 sout=$(mktemp)
Dmptcp_connect.sh9 sout=""
125 rm -f "$sin" "$sout"
141 sout=$(mktemp)
385 :> "$sout"
417 …/mptcp_connect -t $timeout -l -p $port -s ${srv_proto} $extra_args $local_addr < "$sin" > "$sout" &
457 check_transfer $cin $sout "file received by server"
/Linux-v5.10/arch/x86/kernel/
Damd_gart_64.c325 int nelems, struct scatterlist *sout, in __dma_map_cont() argument
342 sout->dma_address = iommu_bus_base; in __dma_map_cont()
343 sout->dma_address += iommu_page*PAGE_SIZE + s->offset; in __dma_map_cont()
344 sout->dma_length = s->length; in __dma_map_cont()
346 sout->dma_length += s->length; in __dma_map_cont()
364 struct scatterlist *sout, unsigned long pages, int need) in dma_map_cont() argument
368 sout->dma_address = start->dma_address; in dma_map_cont()
369 sout->dma_length = start->length; in dma_map_cont()
372 return __dma_map_cont(dev, start, nelems, sout, pages); in dma_map_cont()