Home
last modified time | relevance | path

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

/Linux-v5.4/lib/zlib_inflate/
Dinffast.c261 unsigned short *sout; in inflate_fast() local
271 sout = (unsigned short *)(out - OFF); in inflate_fast()
279 PUP(sout) = PUP(sfrom); in inflate_fast()
281 PUP(sout) = UP_UNALIGNED(sfrom); in inflate_fast()
284 out = (unsigned char *)sout + OFF; in inflate_fast()
289 pat16 = *(sout-1+OFF); in inflate_fast()
299 PUP(sout) = pat16; in inflate_fast()
301 out = (unsigned char *)sout + OFF; in inflate_fast()
/Linux-v5.4/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.c941 struct sctp_stream_out *sout; in sctp_process_strreset_resp() local
944 sout = SCTP_SO(stream, ntohs(str_p[i])); in sctp_process_strreset_resp()
945 sout->mid = 0; in sctp_process_strreset_resp()
946 sout->mid_uo = 0; in sctp_process_strreset_resp()
950 sout = SCTP_SO(stream, i); in sctp_process_strreset_resp()
951 sout->mid = 0; in sctp_process_strreset_resp()
952 sout->mid_uo = 0; in sctp_process_strreset_resp()
/Linux-v5.4/arch/x86/kernel/
Damd_gart_64.c326 int nelems, struct scatterlist *sout, in __dma_map_cont() argument
343 sout->dma_address = iommu_bus_base; in __dma_map_cont()
344 sout->dma_address += iommu_page*PAGE_SIZE + s->offset; in __dma_map_cont()
345 sout->dma_length = s->length; in __dma_map_cont()
347 sout->dma_length += s->length; in __dma_map_cont()
365 struct scatterlist *sout, unsigned long pages, int need) in dma_map_cont() argument
369 sout->dma_address = start->dma_address; in dma_map_cont()
370 sout->dma_length = start->length; in dma_map_cont()
373 return __dma_map_cont(dev, start, nelems, sout, pages); in dma_map_cont()