| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | debugfs.c | 67 i, q->queued, q->head, q->tail); in mt76_queues_read() 77 int i, queued; in mt76_rx_queues_read() local 83 queued = mt76_is_usb(dev) ? q->ndesc - q->queued : q->queued; in mt76_rx_queues_read() 85 i, queued, q->head, q->tail); in mt76_rx_queues_read()
|
| H A D | sdio.c | 317 q->queued = 0; in mt76s_alloc_rx_queue() 372 if (q->queued > 0) { in mt76s_get_next_rx_entry() 375 q->queued--; in mt76s_get_next_rx_entry() 439 while (q->queued > 0) { in mt76s_process_tx_queue() 455 if (!q->queued) in mt76s_process_tx_queue() 529 if (q->queued == q->ndesc) in mt76s_tx_queue_skb() 544 q->queued++; in mt76s_tx_queue_skb() 562 if (q->queued == q->ndesc) { in mt76s_tx_queue_skb_raw() 575 q->queued++; in mt76s_tx_queue_skb_raw()
|
| H A D | usb.c | 450 if (q->queued > 0) { in mt76u_get_next_rx_entry() 453 q->queued--; in mt76u_get_next_rx_entry() 596 q->queued++; in mt76u_complete_rx() 668 q->queued = 0; in mt76u_submit_rx_buffers() 789 while (q->queued > 0) { in mt76u_status_worker() 799 if (!q->queued) in mt76u_status_worker() 878 if (q->queued == q->ndesc) in mt76u_tx_queue_skb() 896 q->queued++; in mt76u_tx_queue_skb() 1042 while (q->queued > 0) { in mt76u_stop_tx()
|
| H A D | dma.c | 305 q->queued++; in mt76_dma_add_rx_buf() 369 q->queued++; in mt76_dma_add_buf() 425 while (q->queued > 0 && q->tail != last) { in mt76_dma_tx_cleanup() 447 if (!q->queued) in mt76_dma_tx_cleanup() 558 if (!q->queued) in mt76_dma_dequeue() 602 q->queued--; in mt76_dma_dequeue() 617 if (q->queued + 1 >= q->ndesc - 1) in mt76_dma_tx_queue_skb_raw() 700 if (q->queued + (tx_info.nbuf + 1) / 2 >= q->ndesc - 1) { in mt76_dma_tx_queue_skb() 757 while (q->queued < q->ndesc - 1) { in mt76_dma_rx_fill_buf()
|
| H A D | wed.c | 139 q->queued = q->head; in mt76_wed_dma_setup() 146 q->queued = q->head; in mt76_wed_dma_setup()
|
| /freebsd/sys/cam/ |
| H A D | cam_iosched.c | 262 int queued; /* number currently in the queue */ member 649 pending += !!(isc->read_stats.state_flags & IOP_RATE_LIMITED) * isc->read_stats.queued + in cam_iosched_ticker() 650 !!(isc->write_stats.state_flags & IOP_RATE_LIMITED) * isc->write_stats.queued /* + in cam_iosched_ticker() 788 printf("Queued reads %d writes %d\n", isc->read_stats.queued, isc->write_stats.queued); in cam_iosched_has_io() 862 ios->queued = 0; in cam_iosched_iop_stats_init() 1043 &ios->queued, 0, in cam_iosched_iop_stats_sysctl_init() 1382 isc->current_read_bias, isc->write_stats.queued, in cam_iosched_get_write() 1383 isc->read_stats.queued); in cam_iosched_get_write() 1406 isc->write_stats.queued--; in cam_iosched_get_write() 1428 isc->trim_stats.queued++; in cam_iosched_put_back_trim() [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_devctl.c | 67 int queued; member 277 devsoftc.queued--; in devread() 356 kn->kn_data = devsoftc.queued; in filt_devctl_read() 389 if (devsoftc.queued == 0) in devctl_alloc_dei() 393 devsoftc.queued--; in devctl_alloc_dei() 424 devsoftc.queued++; in devctl_queue()
|
| /freebsd/sys/dev/rtwn/pci/ |
| H A D | rtwn_pci_rx.c | 305 ring->queued--; in rtwn_pci_tx_done() 306 KASSERT(ring->queued >= 0, in rtwn_pci_tx_done() 314 if (ring->queued > 0) in rtwn_pci_tx_done() 322 ring->queued < (RTWN_PCI_TX_LIST_COUNT - 1)) { in rtwn_pci_tx_done() 333 if (sc->sc_ratectl != RTWN_RATECTL_NET80211 && ring->queued <= 1) { in rtwn_pci_tx_done()
|
| H A D | rtwn_pci_tx.c | 182 ring->queued++; in rtwn_pci_tx_start_frame() 183 if (ring->queued >= (RTWN_PCI_TX_LIST_COUNT - 1)) in rtwn_pci_tx_start_frame()
|
| /freebsd/sys/dev/firewire/ |
| H A D | fwdev.c | 118 q->queued = 0; in fwdev_allocbuf() 234 ir->queued--; in fw_close() 336 ir->queued = 0; in fw_read() 356 ir->stproc->poffset + ir->queued); in fw_read() 365 ir->queued++; in fw_read() 366 if (ir->queued >= ir->bnpacket) { in fw_read() 465 it->queued = 0; in fw_write() 479 it->stproc->poffset + it->queued); in fw_write() 483 it->queued++; in fw_write() 484 if (it->queued >= it->bnpacket) { in fw_write()
|
| /freebsd/sys/net80211/ |
| H A D | DATAPATH_TRANSMIT.md | 46 net80211 transmit handling. Packets will be queued here if the 51 * Firstly - checking if the packet needs to be queued for 75 queued to the driver layer are added to the driver transmit queue 124 * Finally, the frame is queued to the hardware/firmware. 138 For devices which are programmed directly with no queued operations 218 on whether the frame was queued to the USB endpoint successfully 228 queued for an Atheros Fast Frames MPDU or an A-MSDU. 230 If the frame should be queued it will be queued locally and NULL 231 will be returned; if there's already a frame queued it may be 232 paired with a queued frame and both returned as a single mbuf / MPDU [all …]
|
| /freebsd/lib/libopenbsd/ |
| H A D | imsg-buffer.c | 190 msgbuf->queued = 0; in msgbuf_init() 294 msgbuf->queued++; in ibuf_enqueue() 305 msgbuf->queued--; in ibuf_dequeue()
|
| H A D | imsg.h | 40 u_int32_t queued; member
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | dn_sched_qfq.c | 242 NO(uint32_t queued;) /* debugging */ 558 NO(if (q->queued) in qfq_dequeue() 573 NO(q->queued--;) in qfq_dequeue() 603 NO(if (!q->bitmaps[ER] && q->queued) in qfq_dequeue() 668 NO(q->queued++;) in qfq_enqueue() 878 D("loops %d queued %d V 0x%llx", q->loops, q->queued, (_P64)q->V); in dump_sched()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | cmpdef.cmd | 77 do while queued() > 0 100 do while queued() > 0 131 do while queued() > 0
|
| H A D | makedef.cmd | 92 do while queued() > 0 147 end /* do while queued() */ 176 do while queued() > 0
|
| H A D | chkdef.cmd | 75 do while queued() > 0 112 do while queued() > 0
|
| /freebsd/sys/dev/video/ |
| H A D | video.c | 159 STAILQ_INIT(&vd->queued); in video_pool_detach() 186 STAILQ_INIT(&vd->queued); in video_file_dtor() 259 vb = STAILQ_FIRST(&vd->queued); in video_buf_acquire() 261 STAILQ_REMOVE_HEAD(&vd->queued, entry); in video_buf_acquire() 609 STAILQ_INSERT_TAIL(&vd->queued, vb, entry); in video_qbuf() 737 STAILQ_INIT(&vd->queued); in video_streamoff() 1074 STAILQ_INSERT_TAIL(&vd->queued, vb, entry); in video_read() 1145 STAILQ_INSERT_TAIL(&vd->queued, vb, entry); in video_read() 1280 STAILQ_INIT(&vd->queued); in video_register() 1340 STAILQ_INIT(&vd->queued); in video_unregister()
|
| H A D | video_internal.h | 109 struct video_buf_list queued; member
|
| /freebsd/sys/dev/iwi/ |
| H A D | if_iwivar.h | 68 int queued; member 89 int queued; member
|
| /freebsd/sys/dev/ral/ |
| H A D | rt2560.c | 459 ring->queued = 0; in rt2560_alloc_tx_ring() 548 ring->queued = 0; in rt2560_reset_tx_ring() 989 sc->txq.queued--; in rt2560_tx_intr() 996 if (sc->prioq.queued == 0 && sc->txq.queued == 0) in rt2560_tx_intr() 999 if (sc->txq.queued < RT2560_TX_RING_COUNT - 1) in rt2560_tx_intr() 1060 sc->prioq.queued--; in rt2560_prio_intr() 1074 if (sc->prioq.queued == 0 && sc->txq.queued == 0) in rt2560_prio_intr() 1077 if (sc->prioq.queued < RT2560_PRIO_RING_COUNT) in rt2560_prio_intr() 1580 sc->prioq.queued++; in rt2560_tx_mgt() 1635 sc->txq.queued++; in rt2560_sendprot() [all …]
|
| /freebsd/usr.sbin/diskinfo/ |
| H A D | diskinfo.c | 576 int error, i, queued, completed; in iops() local 601 queued = i; in iops() 622 queued++; in iops() 623 } else if (completed == queued) { in iops()
|
| /freebsd/tests/sys/netinet6/frag6/ |
| H A D | frag6.subr | 74 # be global fragments queued. (This still does not rule out that there 75 # are no other fragments queued anywhere else in the system).
|
| /freebsd/sys/dev/usb/wlan/ |
| H A D | if_mtwvar.h | 152 int queued; member 196 int queued; member
|
| /freebsd/sys/netgraph/ |
| H A D | NOTES | 96 Every node has a queue, plus there is a list of nodes that have queued work. 102 be queued.
|