Home
last modified time | relevance | path

Searched refs:sout (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_inflate/
H A 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()
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A 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()
262 out = (unsigned char *)sout; in inflate_fast()
267 pat16 = *(sout-1); in inflate_fast()
277 *sout++ = pat16; in inflate_fast()
279 out = (unsigned char *)sout; in inflate_fast()
/kernel/linux/linux-5.10/net/sctp/
H A Dstream_sched_prio.c166 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set() local
167 struct sctp_stream_out_ext *soute = sout->ext; in sctp_sched_prio_set()
305 struct sctp_stream_out *sout; in sctp_sched_prio_sched_all() local
313 sout = SCTP_SO(stream, sid); in sctp_sched_prio_sched_all()
314 if (sout->ext) in sctp_sched_prio_sched_all()
315 sctp_sched_prio_sched(stream, sout->ext); in sctp_sched_prio_sched_all()
H A Dstream_sched.c237 struct sctp_stream_out *sout; in sctp_sched_dequeue_done() local
245 sout = SCTP_SO(&q->asoc->stream, sid); in sctp_sched_dequeue_done()
246 q->asoc->stream.out_curr = sout; in sctp_sched_dequeue_done()
H A Dstream.c951 struct sctp_stream_out *sout; in sctp_process_strreset_resp() local
954 sout = SCTP_SO(stream, ntohs(str_p[i])); in sctp_process_strreset_resp()
955 sout->mid = 0; in sctp_process_strreset_resp()
956 sout->mid_uo = 0; in sctp_process_strreset_resp()
960 sout = SCTP_SO(stream, i); in sctp_process_strreset_resp()
961 sout->mid = 0; in sctp_process_strreset_resp()
962 sout->mid_uo = 0; in sctp_process_strreset_resp()
H A Doutqueue.c387 struct sctp_stream_out *sout; in sctp_prsctp_prune_unsent() local
403 sout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_unsent()
404 sout->ext->abandoned_unsent[SCTP_PR_INDEX(PRIO)]++; in sctp_prsctp_prune_unsent()
407 if (asoc->stream.out_curr == sout && in sctp_prsctp_prune_unsent()
/kernel/linux/linux-6.6/net/sctp/
H A Dstream_sched_prio.c166 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set() local
167 struct sctp_stream_out_ext *soute = sout->ext; in sctp_sched_prio_set()
279 struct sctp_stream_out *sout; in sctp_sched_prio_sched_all() local
287 sout = SCTP_SO(stream, sid); in sctp_sched_prio_sched_all()
288 if (sout->ext) in sctp_sched_prio_sched_all()
289 sctp_sched_prio_sched(stream, sout->ext); in sctp_sched_prio_sched_all()
H A Dstream_sched.c239 struct sctp_stream_out *sout; in sctp_sched_dequeue_done() local
247 sout = SCTP_SO(&q->asoc->stream, sid); in sctp_sched_dequeue_done()
248 q->asoc->stream.out_curr = sout; in sctp_sched_dequeue_done()
H A Dstream.c951 struct sctp_stream_out *sout; in sctp_process_strreset_resp() local
954 sout = SCTP_SO(stream, ntohs(str_p[i])); in sctp_process_strreset_resp()
955 sout->mid = 0; in sctp_process_strreset_resp()
956 sout->mid_uo = 0; in sctp_process_strreset_resp()
960 sout = SCTP_SO(stream, i); in sctp_process_strreset_resp()
961 sout->mid = 0; in sctp_process_strreset_resp()
962 sout->mid_uo = 0; in sctp_process_strreset_resp()
H A Doutqueue.c387 struct sctp_stream_out *sout; in sctp_prsctp_prune_unsent() local
403 sout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_unsent()
404 sout->ext->abandoned_unsent[SCTP_PR_INDEX(PRIO)]++; in sctp_prsctp_prune_unsent()
407 if (asoc->stream.out_curr == sout && in sctp_prsctp_prune_unsent()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh8 sout=""
88 rm -f "$sin" "$sout"
176 :> "$sout"
197 ${local_addr} < "$sin" > "$sout" &
236 check_transfer $cin $sout "file received by server"
357 sout=$(mktemp)
H A Dsimult_flows.sh29 rm -f "$cout" "$sout"
57 sout=$(mktemp)
153 :> "$sout"
179 0.0.0.0 < "$sin" > "$sout" &
203 cmp $cin $sout > /dev/null 2>&1
221 ls -l $cin $sout
H A Dmptcp_connect.sh12 sout=""
138 rm -f "$sin" "$sout"
158 sout=$(mktemp)
387 :> "$sout"
433 $extra_args $local_addr < "$sin" > "$sout" &
488 check_transfer $cin $sout "file received by server"
H A Dmptcp_join.sh18 sout=""
186 sout=$(mktemp)
202 rm -f "$sin" "$sout" "$cinsent" "$cinfail"
1017 :> "$sout"
1081 $extra_srv_args "::" < "$sinfail" > "$sout" &
1086 $extra_srv_args "::" < "$sin" > "$sout" &
1151 check_transfer $cin $sout "file received by server" $trunc_size
1153 check_transfer $cinsent $sout "file received by server" $trunc_size
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Damd_gart_64.c325 int nelems, struct scatterlist *sout, in __dma_map_cont()
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()
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()
324 __dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, struct scatterlist *sout, unsigned long pages) __dma_map_cont() argument
363 dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, struct scatterlist *sout, unsigned long pages, int need) dma_map_cont() argument
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Damd_gart_64.c323 int nelems, struct scatterlist *sout, in __dma_map_cont()
340 sout->dma_address = iommu_bus_base; in __dma_map_cont()
341 sout->dma_address += iommu_page*PAGE_SIZE + s->offset; in __dma_map_cont()
342 sout->dma_length = s->length; in __dma_map_cont()
344 sout->dma_length += s->length; in __dma_map_cont()
362 struct scatterlist *sout, unsigned long pages, int need) in dma_map_cont()
366 sout->dma_address = start->dma_address; in dma_map_cont()
367 sout->dma_length = start->length; in dma_map_cont()
370 return __dma_map_cont(dev, start, nelems, sout, pages); in dma_map_cont()
322 __dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, struct scatterlist *sout, unsigned long pages) __dma_map_cont() argument
361 dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, struct scatterlist *sout, unsigned long pages, int need) dma_map_cont() argument
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh26 rm -f "$cout" "$sout"
54 sout=$(mktemp)
138 :> "$sout"
164 ip netns exec ${ns3} ./mptcp_connect -jt $timeout -l -p $port 0.0.0.0 < "$sin" > "$sout" &
193 cmp $cin $sout > /dev/null 2>&1
212 ls -l $cin $sout
H A Dmptcp_connect.sh11 sout=""
127 rm -f "$sin" "$sout"
145 sout=$(mktemp)
386 :> "$sout"
418 ip netns exec ${listener_ns} ./mptcp_connect -t $timeout -l -p $port -s ${srv_proto} $extra_args $local_addr < "$sin" > "$sout" &
458 check_transfer $cin $sout "file received by server"
H A Dmptcp_join.sh8 sout=""
68 rm -f "$sin" "$sout"
163 :> "$sout"
188 ip netns exec ${listener_ns} $mptcp_connect -t $timeout -l -p $port -s ${srv_proto} 0.0.0.0 < "$sin" > "$sout" &
243 check_transfer $cin $sout "file received by server"
431 sout=$(mktemp)
/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dmbox.c30 #define CXL_CMD(_id, sin, sout, _flags) \
35 .size_out = sout, \

Completed in 21 milliseconds