/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 150 ring->dequeue = gpd; in gpd_ring_init() 215 if (ring->dequeue < ring->end) in advance_deq_gpd() 216 ring->dequeue++; in advance_deq_gpd() 218 ring->dequeue = ring->start; in advance_deq_gpd() 220 return ring->dequeue; in advance_deq_gpd() 235 return next == ring->dequeue; in gpd_ring_empty() 474 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_tx() 505 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_tx() 514 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_rx() 544 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_rx()
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_cbs.c | 82 struct sk_buff *(*dequeue)(struct Qdisc *sch); member 164 skb = child->ops->dequeue(child); in cbs_child_dequeue() 242 return q->dequeue(sch); in cbs_dequeue() 260 q->dequeue = cbs_dequeue_soft; in cbs_disable_offload() 303 q->dequeue = cbs_dequeue_offload; in cbs_enable_offload() 425 q->dequeue = cbs_dequeue_soft; in cbs_init() 545 .dequeue = cbs_dequeue,
|
D | sch_fifo.c | 187 .dequeue = qdisc_dequeue_head, 202 .dequeue = qdisc_dequeue_head, 217 .dequeue = qdisc_dequeue_head,
|
D | sch_blackhole.c | 32 .dequeue = blackhole_dequeue,
|
D | sch_generic.c | 180 struct sk_buff *nskb = q->dequeue(q); in try_bulk_dequeue_skb() 205 nskb = q->dequeue(q); in try_bulk_dequeue_skb_slow() 286 skb = q->dequeue(q); in dequeue_skb() 564 .dequeue = noop_dequeue, 576 .dequeue = noop_dequeue, 613 .dequeue = noop_dequeue, 830 .dequeue = pfifo_fast_dequeue, 899 sch->dequeue = ops->dequeue; in qdisc_alloc()
|
D | sch_taprio.c | 79 struct sk_buff *(*dequeue)(struct Qdisc *sch); member 558 skb = child->ops->dequeue(child); in taprio_dequeue_soft() 596 skb = child->ops->dequeue(child); in taprio_dequeue_soft() 627 skb = child->ops->dequeue(child); in taprio_dequeue_offload() 645 return q->dequeue(sch); in taprio_dequeue() 1554 q->dequeue = taprio_dequeue_offload; in taprio_change() 1560 q->dequeue = taprio_dequeue_soft; in taprio_change() 1676 q->dequeue = taprio_dequeue_soft; in taprio_init() 1992 .dequeue = taprio_dequeue,
|
D | sch_plug.c | 212 .dequeue = plug_dequeue,
|
D | sch_multiq.c | 106 skb = qdisc->dequeue(qdisc); in multiq_dequeue() 398 .dequeue = multiq_dequeue,
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-ring.c | 160 if (!last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in inc_deq() 161 ring->dequeue++; in inc_deq() 164 if (last_trb_on_ring(ring, ring->deq_seg, ring->dequeue)) in inc_deq() 167 ring->dequeue = ring->deq_seg->trbs; in inc_deq() 172 if (!trb_is_link(ring->dequeue)) { in inc_deq() 173 ring->dequeue++; in inc_deq() 176 while (trb_is_link(ring->dequeue)) { in inc_deq() 178 ring->dequeue = ring->deq_seg->trbs; in inc_deq() 268 num_trbs_in_deq_seg = ring->dequeue - ring->deq_seg->trbs; in room_on_ring() 334 if ((xhci->cmd_ring->dequeue != xhci->cmd_ring->enqueue) && in xhci_handle_stopped_cmd_ring() [all …]
|
D | xhci-dbgcap.c | 509 dbc->ring_evt->dequeue); in xhci_dbc_mem_init() 742 if (ring->dequeue == &ring->deq_seg->trbs[TRBS_PER_SEGMENT - 1]) { in inc_evt_deq() 744 ring->dequeue = ring->deq_seg->trbs; in inc_evt_deq() 747 ring->dequeue++; in inc_evt_deq() 848 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events() 872 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events() 879 dbc->ring_evt->dequeue); in xhci_dbc_do_handle_events()
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | dpio-driver.rst | 15 interfaces to enqueue and dequeue frames to/from network interfaces 33 A. allow other drivers, such as the Ethernet driver, to enqueue and dequeue 74 . . tx confirm> | | dequeue>
|
D | overview.rst | 197 Provides interfaces to enqueue and dequeue 201 enqueue/dequeue packets. To enqueue something a descriptor is written 298 . . tx confirm> | | dequeue> 369 other drivers such as the Ethernet driver to enqueue and dequeue data for 374 - hardware queuing operations (enqueue and dequeue of data) 379 a data availability notification callback. To dequeue a packet 383 and dequeue data.
|
D | ethernet-driver.rst | 80 enqueue| dequeue| data | dequeue| seed | 104 Datapath I/O (DPIO) portals provide enqueue and dequeue services, data
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | sched_avg.c | 98 static inline void update_last_busy_time(int cpu, bool dequeue, in update_last_busy_time() argument 109 if (dequeue && (cpu_util(cpu) * BUSY_LOAD_FACTOR) > in update_last_busy_time()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | debug.h | 121 trb = &priv_ep->trb_pool[priv_ep->dequeue]; in cdns3_dbg_ring() 126 priv_ep->dequeue, trb, in cdns3_dbg_ring()
|
D | trace.h | 480 __field(u8, dequeue) 492 __entry->dequeue = priv_ep->dequeue; 500 __entry->dequeue, 540 __entry->dequeue_idx = priv_req->priv_ep->dequeue;
|
D | gadget.c | 352 cdns3_ep_inc_trb(&priv_ep->dequeue, &priv_ep->ccs, priv_ep->num_trbs); in cdns3_ep_inc_deq() 362 current_trb = priv_ep->dequeue; in cdns3_move_deq_to_next_trb() 1457 if (priv_ep->dequeue > priv_req->end_trb) in cdns3_trb_handled() 1460 if (priv_ep->dequeue < priv_req->start_trb) in cdns3_trb_handled() 1465 (priv_ep->dequeue > priv_req->end_trb) && in cdns3_trb_handled() 1466 (priv_ep->dequeue < priv_req->start_trb)) in cdns3_trb_handled() 1470 (priv_ep->dequeue != priv_req->end_trb)) in cdns3_trb_handled() 1473 trb = &priv_ep->trb_pool[priv_ep->dequeue]; in cdns3_trb_handled() 1478 if (doorbell == 1 && current_index == priv_ep->dequeue) in cdns3_trb_handled() 1487 if (priv_ep->enqueue == priv_ep->dequeue && in cdns3_trb_handled() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
D | xhci-dbc.c | 207 ring->dequeue = seg->trbs; in xdbc_reset_ring() 802 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events() 821 ++(xdbc.evt_ring.dequeue); in xdbc_handle_events() 822 if (xdbc.evt_ring.dequeue == &xdbc.evt_seg.trbs[TRBS_PER_SEGMENT]) { in xdbc_handle_events() 823 xdbc.evt_ring.dequeue = xdbc.evt_seg.trbs; in xdbc_handle_events() 827 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events() 833 xdbc_write64(__pa(xdbc.evt_ring.dequeue), &xdbc.xdbc_reg->erdp); in xdbc_handle_events()
|
D | xhci-dbc.h | 119 struct xdbc_trb *dequeue; member
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
D | trace.h | 231 __field(u32, dequeue) 242 __entry->dequeue = dep->trb_dequeue; 246 __entry->dequeue, __entry->bph, __entry->bpl,
|
/kernel/linux/linux-5.10/include/net/sctp/ |
D | stream_sched.h | 35 struct sctp_chunk *(*dequeue)(struct sctp_outq *q); member
|
/kernel/linux/linux-5.10/block/ |
D | bfq-cgroup.c | 168 bfq_stat_add(&bfqg->stats.dequeue, 1); in bfqg_stats_update_dequeue() 372 bfq_stat_reset(&stats->dequeue); in bfqg_stats_reset() 394 bfq_stat_add_aux(&to->dequeue, &from->dequeue); in bfqg_stats_add_aux() 455 bfq_stat_exit(&stats->dequeue); in bfqg_stats_exit() 476 bfq_stat_init(&stats->dequeue, gfp) || in bfqg_stats_init() 1377 .private = offsetof(struct bfq_group, stats.dequeue),
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-qbuf.rst | 123 Applications call the ``VIDIOC_DQBUF`` ioctl to dequeue a filled 136 dequeue a :ref:`DMABUF <dmabuf>` buffer, the driver fills the ``m.fd`` field 138 when the buffer was enqueued. No new file descriptor is created at dequeue time 175 The driver might dequeue an (empty) buffer despite returning
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | hci_uart.h | 61 struct sk_buff *(*dequeue)(struct hci_uart *hu); member
|
/kernel/linux/linux-5.10/net/sctp/ |
D | stream_sched_rr.c | 182 .dequeue = sctp_sched_rr_dequeue,
|