Searched refs:sout (Results 1 – 11 of 11) sorted by relevance
| /linux/lib/zlib_inflate/ |
| H A 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() 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()
|
| /linux/net/sctp/ |
| H A D | stream_sched_prio.c | 166 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 D | stream_sched.c | 239 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 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()
|
| H A 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()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_sockopt.sh | 13 sout="" 103 rm -f "$sin" "$sout" 154 :> "$sout" 177 ${local_addr} < "$sin" > "$sout" & 216 if ! mptcp_lib_check_transfer $cin $sout "file received by server"; then 355 sout=$(mktemp)
|
| H A D | simult_flows.sh | 24 sout="" 41 rm -f "$cout" "$sout" 61 sout=$(mktemp) 134 :> "$sout" 163 0.0.0.0 < "$sin" > "$sout" & 199 cmp $cin $sout > /dev/null 2>&1 214 ls -l $cin $sout
|
| H A D | mptcp_connect.sh | 17 sout="" 142 rm -f "$sin" "$sout" 153 sout=$(mktemp) 356 :> "$sout" 398 $extra_args $local_addr < "$sin" > "$sout" & 456 mptcp_lib_check_transfer $cin $sout "file received by server"
|
| H A D | mptcp_join.sh | 18 sout="" 171 sout=$(mktemp) 188 rm -f "$sin" "$sout" "$cinsent" "$cinfail" 982 :> "$sout" 1029 ${extra_srv_args} "${bind_addr}" < "${listener_in}" > "${sout}" & 1086 check_transfer $connector_in $sout "file received by server" $trunc_size
|
| /linux/arch/x86/kernel/ |
| H A D | amd_gart_64.c | 324 int nelems, struct scatterlist *sout, in __dma_map_cont() argument 341 sout->dma_address = iommu_bus_base; in __dma_map_cont() 342 sout->dma_address += iommu_page*PAGE_SIZE + s->offset; in __dma_map_cont() 343 sout->dma_length = s->length; in __dma_map_cont() 345 sout->dma_length += s->length; in __dma_map_cont() 363 struct scatterlist *sout, unsigned long pages, int need) in dma_map_cont() argument 367 sout->dma_address = start->dma_address; in dma_map_cont() 368 sout->dma_length = start->length; in dma_map_cont() 371 return __dma_map_cont(dev, start, nelems, sout, pages); in dma_map_cont()
|
| /linux/drivers/cxl/core/ |
| H A D | mbox.c | 31 #define CXL_CMD(_id, sin, sout, _flags) \ argument 36 .size_out = sout, \
|