Searched refs:sout (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/lib/zlib_inflate/ |
D | inffast.c | 261 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-v4.19/net/sctp/ |
D | stream_sched_prio.c | 168 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set() local 169 struct sctp_stream_out_ext *soute = sout->ext; in sctp_sched_prio_set() 312 struct sctp_stream_out *sout; in sctp_sched_prio_sched_all() local 320 sout = SCTP_SO(stream, sid); in sctp_sched_prio_sched_all() 321 if (sout->ext) in sctp_sched_prio_sched_all() 322 sctp_sched_prio_sched(stream, sout->ext); in sctp_sched_prio_sched_all()
|
D | stream_sched.c | 247 struct sctp_stream_out *sout; in sctp_sched_dequeue_done() local 255 sout = SCTP_SO(&q->asoc->stream, sid); in sctp_sched_dequeue_done() 256 q->asoc->stream.out_curr = sout; in sctp_sched_dequeue_done()
|
D | stream.c | 1026 struct sctp_stream_out *sout; in sctp_process_strreset_resp() local 1029 sout = SCTP_SO(stream, ntohs(str_p[i])); in sctp_process_strreset_resp() 1030 sout->mid = 0; in sctp_process_strreset_resp() 1031 sout->mid_uo = 0; in sctp_process_strreset_resp() 1035 sout = SCTP_SO(stream, i); in sctp_process_strreset_resp() 1036 sout->mid = 0; in sctp_process_strreset_resp() 1037 sout->mid_uo = 0; in sctp_process_strreset_resp()
|
/Linux-v4.19/arch/x86/kernel/ |
D | amd_gart_64.c | 336 int nelems, struct scatterlist *sout, in __dma_map_cont() argument 353 sout->dma_address = iommu_bus_base; in __dma_map_cont() 354 sout->dma_address += iommu_page*PAGE_SIZE + s->offset; in __dma_map_cont() 355 sout->dma_length = s->length; in __dma_map_cont() 357 sout->dma_length += s->length; in __dma_map_cont() 375 struct scatterlist *sout, unsigned long pages, int need) in dma_map_cont() argument 379 sout->dma_address = start->dma_address; in dma_map_cont() 380 sout->dma_length = start->length; in dma_map_cont() 383 return __dma_map_cont(dev, start, nelems, sout, pages); in dma_map_cont()
|