Searched refs:outq (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/sctp/
H A Dstream_sched_rr.c125 ch = list_entry(soute->outq.next, struct sctp_chunk, stream_list);
145 if (list_empty(&soute->outq))
H A Dstream_sched.c68 ch = list_entry(stream->out_curr->ext->outq.next,
144 memset_after(soute, 0, outq);
269 INIT_LIST_HEAD(&ext->outq);
H A Dstream_sched_prio.c249 ch = list_entry(soute->outq.next, struct sctp_chunk, stream_list);
272 if (list_empty(&soute->outq))
H A Dstream_sched_fc.c126 ch = list_entry(soute->outq.next, struct sctp_chunk, stream_list);
156 if (list_empty(&soute->outq)) {
H A Dstream.c29 struct sctp_outq *outq; local
32 outq = &asoc->outqueue;
34 list_for_each_entry_safe(ch, temp, &outq->out_chunk_list, list) {
40 sctp_sched_dequeue_common(outq, ch);
258 !list_empty(&SCTP_SO(stream, sid)->ext->outq))
H A Doutqueue.c70 list_add(&ch->stream_list, &oute->outq);
91 list_add_tail(&ch->stream_list, &oute->outq);
285 pr_debug("%s: outq:%p, chunk:%p[%s]\n", __func__, q, chunk,
294 pr_debug("%s: outqueueing: outq:%p, chunk:%p[%s])\n",
786 /* Struct to hold the context during sctp outq flush */
1103 pr_debug("%s: outq:%p, chunk:%p[%s], tx-tsn:0x%x skb->head:%p skb->users:%d\n",
1821 /* Create and add a fwdtsn chunk to the outq's control queue if needed. */
/linux-master/drivers/hid/
H A Duhid.c54 struct uhid_event *outq[UHID_BUFSIZE]; member in struct:uhid_device
99 uhid->outq[uhid->head] = ev;
665 kfree(uhid->outq[i]);
703 len = min(count, sizeof(**uhid->outq));
704 if (copy_to_user(buffer, uhid->outq[uhid->tail], len)) {
707 kfree(uhid->outq[uhid->tail]);
708 uhid->outq[uhid->tail] = NULL;
H A Dhid-wiimote.h113 struct wiimote_buf outq[WIIMOTE_BUFSIZE]; member in struct:wiimote_queue
H A Dhid-wiimote-core.c55 wdata->queue.outq[wdata->queue.tail].data,
56 wdata->queue.outq[wdata->queue.tail].size);
95 memcpy(wdata->queue.outq[wdata->queue.head].data, buffer, count);
96 wdata->queue.outq[wdata->queue.head].size = count;
/linux-master/include/net/sctp/
H A Dstructs.h558 /* List in specific stream outq */
1416 struct list_head outq; /* chunks enqueued by this stream */ member in struct:sctp_stream_out_ext
/linux-master/drivers/tty/
H A Dmoxa.c426 int outq; member in struct:moxaq_str
622 tmp.outq = MoxaPortTxQueue(p);

Completed in 188 milliseconds