Searched refs:sout (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
D | inffast.c | 240 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-5.10/net/sctp/ |
D | stream_sched_prio.c | 153 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() 315 struct sctp_stream_out *sout; in sctp_sched_prio_sched_all() local 323 sout = SCTP_SO(stream, sid); in sctp_sched_prio_sched_all() 324 if (sout->ext) in sctp_sched_prio_sched_all() 325 sctp_sched_prio_sched(stream, sout->ext); in sctp_sched_prio_sched_all()
|
D | stream_sched.c | 237 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()
|
D | stream.c | 951 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()
|
D | outqueue.c | 387 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-5.10/tools/testing/selftests/net/mptcp/ |
D | simult_flows.sh | 24 rm -f "$cout" "$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
|
D | mptcp_join.sh | 6 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)
|
D | mptcp_connect.sh | 9 sout="" 125 rm -f "$sin" "$sout" 141 sout=$(mktemp) 382 :> "$sout" 414 …/mptcp_connect -t $timeout -l -p $port -s ${srv_proto} $extra_args $local_addr < "$sin" > "$sout" & 454 check_transfer $cin $sout "file received by server"
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | amd_gart_64.c | 325 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()
|