| /Linux-v5.4/net/sctp/ |
| D | stream.c | 30 struct sctp_stream *new, __u16 outcnt) in sctp_stream_outq_migrate() argument 43 if (sid < outcnt) in sctp_stream_outq_migrate() 65 for (i = 0; i < outcnt; i++) { in sctp_stream_outq_migrate() 72 for (i = outcnt; i < stream->outcnt; i++) { in sctp_stream_outq_migrate() 78 static int sctp_stream_alloc_out(struct sctp_stream *stream, __u16 outcnt, in sctp_stream_alloc_out() argument 83 if (outcnt <= stream->outcnt) in sctp_stream_alloc_out() 86 ret = genradix_prealloc(&stream->out, outcnt, gfp); in sctp_stream_alloc_out() 90 stream->outcnt = outcnt; in sctp_stream_alloc_out() 110 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, in sctp_stream_init() argument 121 if (outcnt == stream->outcnt) in sctp_stream_init() [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 | 1088 __u16 outcnt = init->sinit_num_ostreams; in sctp_connect_new_asoc() local 1090 asoc->c.sinit_num_ostreams = outcnt; in sctp_connect_new_asoc() 1092 err = sctp_stream_init(&asoc->stream, outcnt, 0, GFP_KERNEL); in sctp_connect_new_asoc() 1791 if (sinfo->sinfo_stream >= asoc->stream.outcnt) { in sctp_sendmsg_to_asoc() 5224 info->sctpi_outstrms = asoc->stream.outcnt; in sctp_get_sctp_info() 5460 status.sstat_outstrms = asoc->stream.outcnt; in sctp_getsockopt_sctp_status() 7494 if (!asoc || params.sprstat_sid >= asoc->stream.outcnt) in sctp_getsockopt_pr_streamstatus()
|
| D | outqueue.c | 400 if (chk->sinfo.sinfo_stream < asoc->stream.outcnt) { in sctp_prsctp_prune_unsent()
|
| /Linux-v5.4/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.4/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.4/init/ |
| D | do_mounts_rd.c | 308 static long __init compr_flush(void *window, unsigned long outcnt) in compr_flush() argument 310 long written = ksys_write(crd_outfd, window, outcnt); in compr_flush() 311 if (written != outcnt) { in compr_flush() 315 written, outcnt); in compr_flush() 319 return outcnt; in compr_flush()
|
| /Linux-v5.4/drivers/sbus/char/ |
| D | uctrl.c | 267 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local 277 outcnt = txn->outbits; in uctrl_do_txn() 294 while (outcnt > 0) { in uctrl_do_txn() 298 outcnt--; in uctrl_do_txn()
|
| /Linux-v5.4/drivers/gpu/drm/virtio/ |
| D | virtgpu_vq.c | 262 int outcnt = 0, incnt = 0; in virtio_gpu_queue_ctrl_buffer_locked() local 269 sgs[outcnt + incnt] = &vcmd; in virtio_gpu_queue_ctrl_buffer_locked() 270 outcnt++; in virtio_gpu_queue_ctrl_buffer_locked() 274 sgs[outcnt + incnt] = &vout; in virtio_gpu_queue_ctrl_buffer_locked() 275 outcnt++; in virtio_gpu_queue_ctrl_buffer_locked() 280 sgs[outcnt + incnt] = &vresp; in virtio_gpu_queue_ctrl_buffer_locked() 285 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC); in virtio_gpu_queue_ctrl_buffer_locked() 288 wait_event(vgdev->ctrlq.ack_queue, vq->num_free >= outcnt + incnt); in virtio_gpu_queue_ctrl_buffer_locked() 352 int outcnt; in virtio_gpu_queue_cursor() local 359 outcnt = 1; in virtio_gpu_queue_cursor() [all …]
|
| /Linux-v5.4/drivers/crypto/cavium/cpt/ |
| D | cptvf_reqmanager.c | 128 if (req->incnt > MAX_SG_IN_CNT || req->outcnt > MAX_SG_OUT_CNT) { in setup_sgio_list() 152 s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list() 160 req->outcnt, in setup_sgio_list() 176 ((u16 *)info->in_buffer)[0] = 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 | 189 req_info->outcnt = argcnt; in create_output_list()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | xfrm.h | 349 __u32 outcnt; member
|
| /Linux-v5.4/include/net/sctp/ |
| D | structs.h | 383 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, 1442 __u16 outcnt; member
|
| /Linux-v5.4/lib/ |
| D | inflate.c | 170 #define wp outcnt
|
| /Linux-v5.4/include/net/ |
| D | xfrm.h | 1528 u32 outcnt; member
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_user.c | 1123 spc.outcnt = si.outcnt; in build_spdinfo()
|
| D | xfrm_policy.c | 656 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; in xfrm_spd_getinfo()
|