/Linux-v5.10/net/sctp/ |
D | stream.c | 25 static void sctp_stream_shrink_out(struct sctp_stream *stream, __u16 outcnt) in sctp_stream_shrink_out() argument 37 if (sid < outcnt) in sctp_stream_shrink_out() 60 struct sctp_stream *new, __u16 outcnt) in sctp_stream_outq_migrate() argument 64 if (stream->outcnt > outcnt) in sctp_stream_outq_migrate() 65 sctp_stream_shrink_out(stream, outcnt); in sctp_stream_outq_migrate() 72 for (i = 0; i < outcnt; i++) { in sctp_stream_outq_migrate() 79 for (i = outcnt; i < stream->outcnt; i++) { in sctp_stream_outq_migrate() 85 static int sctp_stream_alloc_out(struct sctp_stream *stream, __u16 outcnt, in sctp_stream_alloc_out() argument 90 if (outcnt <= stream->outcnt) in sctp_stream_alloc_out() 93 ret = genradix_prealloc(&stream->out, outcnt, gfp); in sctp_stream_alloc_out() [all …]
|
D | stream_sched.c | 148 for (i = 0; i < asoc->stream.outcnt; i++) { in sctp_sched_set_sched() 162 for (i = 0; i < asoc->stream.outcnt; i++) { in sctp_sched_set_sched() 202 if (sid >= asoc->stream.outcnt) in sctp_sched_set_value() 219 if (sid >= asoc->stream.outcnt) in sctp_sched_get_value()
|
D | stream_sched_prio.c | 62 for (i = 0; i < stream->outcnt; i++) { in sctp_sched_prio_get_head() 173 for (i = 0; i < stream->outcnt; i++) { in sctp_sched_prio_set() 220 for (i = 0; i < stream->outcnt; i++) { in sctp_sched_prio_free()
|
D | proc.c | 271 assoc->stream.outcnt, assoc->max_retrans, in sctp_assocs_seq_show()
|
D | socket.c | 1092 __u16 outcnt = init->sinit_num_ostreams; in sctp_connect_new_asoc() local 1094 asoc->c.sinit_num_ostreams = outcnt; in sctp_connect_new_asoc() 1096 err = sctp_stream_init(&asoc->stream, outcnt, 0, GFP_KERNEL); in sctp_connect_new_asoc() 1787 if (sinfo->sinfo_stream >= asoc->stream.outcnt) { in sctp_sendmsg_to_asoc() 5063 info->sctpi_outstrms = asoc->stream.outcnt; in sctp_get_sctp_info() 5299 status.sstat_outstrms = asoc->stream.outcnt; in sctp_getsockopt_sctp_status() 7345 if (!asoc || params.sprstat_sid >= asoc->stream.outcnt) in sctp_getsockopt_pr_streamstatus()
|
D | outqueue.c | 401 if (chk->sinfo.sinfo_stream < asoc->stream.outcnt) { in sctp_prsctp_prune_unsent()
|
/Linux-v5.10/arch/alpha/boot/ |
D | misc.c | 50 static unsigned outcnt; /* bytes in output buffer */ variable 131 for (n = 0; n < outcnt; n++) { in flush_window() 136 bytes_out += (ulg)outcnt; in flush_window() 137 output_ptr += (ulg)outcnt; in flush_window() 138 outcnt = 0; in flush_window()
|
/Linux-v5.10/arch/nios2/boot/compressed/ |
D | misc.c | 40 static unsigned outcnt; /* bytes in output buffer */ variable 141 for (n = 0; n < outcnt; n++) { in flush_window() 146 bytes_out += (ulg)outcnt; in flush_window() 147 output_ptr += (ulg)outcnt; in flush_window() 148 outcnt = 0; in flush_window()
|
/Linux-v5.10/init/ |
D | do_mounts_rd.c | 299 static long __init compr_flush(void *window, unsigned long outcnt) in compr_flush() argument 301 long written = kernel_write(out_file, window, outcnt, &out_pos); in compr_flush() 302 if (written != outcnt) { in compr_flush() 306 written, outcnt); in compr_flush() 310 return outcnt; in compr_flush()
|
/Linux-v5.10/drivers/gpu/drm/virtio/ |
D | virtgpu_vq.c | 328 int outcnt, in virtio_gpu_queue_ctrl_sgs() argument 366 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC); in virtio_gpu_queue_ctrl_sgs() 385 int elemcnt = 0, outcnt = 0, incnt = 0, ret; in virtio_gpu_queue_fenced_ctrl_buffer() local 390 sgs[outcnt] = &vcmd; in virtio_gpu_queue_fenced_ctrl_buffer() 391 outcnt++; in virtio_gpu_queue_fenced_ctrl_buffer() 406 sgs[outcnt] = sgt->sgl; in virtio_gpu_queue_fenced_ctrl_buffer() 410 sgs[outcnt] = &vout; in virtio_gpu_queue_fenced_ctrl_buffer() 412 outcnt++; in virtio_gpu_queue_fenced_ctrl_buffer() 419 sgs[outcnt + incnt] = &vresp; in virtio_gpu_queue_fenced_ctrl_buffer() 423 ret = virtio_gpu_queue_ctrl_sgs(vgdev, vbuf, fence, elemcnt, sgs, outcnt, in virtio_gpu_queue_fenced_ctrl_buffer() [all …]
|
/Linux-v5.10/drivers/sbus/char/ |
D | uctrl.c | 264 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local 274 outcnt = txn->outbits; in uctrl_do_txn() 291 while (outcnt > 0) { in uctrl_do_txn() 295 outcnt--; in uctrl_do_txn()
|
/Linux-v5.10/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_reqmgr.c | 46 pr_debug("Scatter list size %d\n", req->outcnt); in otx_cpt_dump_sg_list() 47 for (i = 0; i < req->outcnt; i++) { in otx_cpt_dump_sg_list() 180 req->outcnt > OTX_CPT_MAX_SG_OUT_CNT)) { in setup_sgio_list() 187 s_sz_bytes = ((req->outcnt + 3) / 4) * in setup_sgio_list() 205 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt); in setup_sgio_list() 217 if (setup_sgio_components(pdev, req->out, req->outcnt, in setup_sgio_list()
|
D | otx_cptvf_reqmgr.h | 168 u8 outcnt; /* Number of output buffers */ member 202 for (i = 0; i < req->outcnt; i++) { in do_request_cleanup()
|
D | otx_cptvf_algs.c | 336 req_info->outcnt = argcnt; in create_output_list() 1105 req_info->outcnt = argcnt; in create_aead_output_list() 1208 req_info->outcnt = argcnt; in create_aead_null_output_list()
|
/Linux-v5.10/drivers/crypto/cavium/cpt/ |
D | cptvf_reqmanager.c | 129 if (req->incnt > MAX_SG_IN_CNT || req->outcnt > MAX_SG_OUT_CNT) { in setup_sgio_list() 153 s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list() 161 req->outcnt, in setup_sgio_list() 177 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt); in setup_sgio_list() 291 for (i = 0; i < req->outcnt; i++) { in do_request_cleanup()
|
D | request_manager.h | 60 u8 outcnt; /* Number of output buffers */ member
|
D | cptvf_algs.c | 190 req_info->outcnt = argcnt; in create_output_list()
|
/Linux-v5.10/include/uapi/linux/ |
D | xfrm.h | 349 __u32 outcnt; member
|
/Linux-v5.10/include/net/sctp/ |
D | structs.h | 387 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, 1441 __u16 outcnt; member
|
/Linux-v5.10/lib/ |
D | inflate.c | 170 #define wp outcnt
|
/Linux-v5.10/include/net/ |
D | xfrm.h | 1532 u32 outcnt; member
|
/Linux-v5.10/net/xfrm/ |
D | xfrm_user.c | 1148 spc.outcnt = si.outcnt; in build_spdinfo()
|
D | xfrm_policy.c | 661 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; in xfrm_spd_getinfo()
|