/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | debugfs.c | 59 seq_puts(s, " queue | hw-queued | head | tail |\n"); in mt76_queues_read() 67 i, q->queued, q->head, q->tail); in mt76_queues_read() 77 int i, queued; in mt76_rx_queues_read() local 79 seq_puts(s, " queue | hw-queued | head | tail |\n"); in mt76_rx_queues_read() 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() 527 if (q->queued == q->ndesc) in mt76s_tx_queue_skb() 542 q->queued++; in mt76s_tx_queue_skb() 553 if (q->queued == q->ndesc) in mt76s_tx_queue_skb_raw() 570 q->queued++; in mt76s_tx_queue_skb_raw()
|
H A D | mt792x_debugfs.c | 89 seq_printf(s, "AC%d: queued=%d\n", i, qlen); in mt792x_queues_acq() 118 "%s: queued=%d head=%d tail=%d\n", in mt792x_queues_read() 119 queue_map[i].queue, q->queued, q->head, in mt792x_queues_read()
|
/freebsd/lib/libsys/ |
H A D | sigwaitinfo.2 | 33 .Nd "wait for queued signals (REALTIME)" 129 If any value is queued to the selected signal, the first such queued 138 If no value is queued, 143 queued for the selected signal, the pending indication for that signal
|
H A D | shutdown.2 | 87 Send queued data and tear down association. 89 Send queued data, wait for ACK, then send FIN. 97 Send queued data and tear down association. 99 Send queued data, wait for ACK, then send FIN.
|
H A D | aio_fsync.2 | 52 to cause all currently queued I/O operations to be completed 90 while the request is queued. 99 The request was not queued because of system resource limitations.
|
/freebsd/share/man/man4/ |
H A D | ng_source.4 | 65 hook are queued internally. 103 the previously queued packets out the 133 The number of octets queued from the 137 The number of frames queued from the 168 Node starts sending the queued packets out the 178 Clears the packets queued from the 301 To check that the node has queued these packets you can get the node
|
H A D | auditpipe.4 | 81 Retrieve the current maximum number of records that may be queued for reading 84 Set the current maximum number of records that may be queued for reading on 89 Query the lowest possible maximum number of records that may be queued for 92 Query the highest possible maximum number of records that may be queued for 96 preselection properties to delete records queued during the configuration
|
H A D | aio.4 | 110 Asynchronous I/O requests for raw disks are queued directly to the disk 120 The maximum number of queued asynchronous I/O requests for raw disks permitted 129 The number of queued asynchronous I/O requests for raw disks system-wide. 193 the information for the queued signal will include
|
/freebsd/sys/cam/ |
H A D | cam_iosched.c | 262 int queued; /* number currently in the queue */ member 264 int in; /* number queued all time -- wraps */ 629 * pending I/Os is the sum of the I/Os queued to the hardware, and those in cam_iosched_ticker() 630 * in the software queue that could be queued to the hardware if there in cam_iosched_ticker() 635 * these I/Os and the sum of the queued I/Os still in the software queue in cam_iosched_ticker() 639 * aren't part of the software queued load (since we could in cam_iosched_ticker() 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() 651 !!(isc->trim_stats.state_flags & IOP_RATE_LIMITED) * isc->trim_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() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Thread.h | 643 /// \b true if we discard the currently queued plans and replace them with 648 /// A shared pointer to the newly queued thread plan, or nullptr if the 649 /// plan could not be queued. 659 /// \b true if we discard the currently queued plans and replace them with 670 /// A shared pointer to the newly queued thread plan, or nullptr if the 671 /// plan could not be queued. 680 /// \b true if we discard the currently queued plans and replace them with 712 /// A shared pointer to the newly queued thread plan, or nullptr if the 713 /// plan could not be queued. 733 /// \b true if we discard the currently queued plans and replace them with [all …]
|
/freebsd/share/man/man3/ |
H A D | sigevent.3 | 65 is queued as a real-time signal to the calling process. 72 structure of the queued signal. 100 is queued to the thread whose LWP ID is 108 structure of the queued signal.
|
/freebsd/lib/libopenbsd/ |
H A D | imsg_init.3 | 332 u_int32_t queued; 419 empties a msgbuf, removing and discarding any queued buffers. 425 to transmit buffers queued in 434 discards data from buffers queued in 470 Messages may then be composed and queued on the 498 When the socket is ready for writing, queued messages are transmitted with
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DomTreeUpdater.h | 67 /// Under Lazy UpdateStrategy, DelBB will be queued until a flush event and 70 /// will be queued until flush() is called. 77 /// Under Lazy UpdateStrategy, DelBB will be queued until a flush event and 79 /// modified while awaiting deletion. Multiple callbacks can be queued for one
|
/freebsd/sys/dev/usb/ |
H A D | usb_process.c | 137 * Problem: If a second programming command is queued while the in usb_process() 146 * Why it works: If a second programming command is queued in usb_process() 258 * the USB process queue. The first message that is not already queued 259 * will get queued. If both messages are already queued the one queued 260 * last will be removed from the queue and queued in the end. The USB 263 * at a time. The message that was queued is returned. 291 * No entries are queued. Queue "pm0" and use the existing in usb_proc_msignal() 309 * Both entries are queued. Re-queue the entry closest to in usb_proc_msignal()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_unsol.c | 261 * @brief Process pending frames queued to the given node. 264 * Frames that are queued for the \c node are dispatched and returned 267 * @param node Node of the queued frames that are to be dispatched. 318 * @brief Process pending frames queued to the given domain. 321 * Frames that are queued for the \c domain are dispatched and 324 * @param domain Domain of the queued frames that are to be 381 * Frames that are queued on the given pending list are 414 * @brief Purge node's pending (queued) frames. 417 * Frames that are queued for the \c node are discarded and returned 420 * @param node Node of the queued frames that are to be discarded. [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_source.h | 126 NGM_SOURCE_START, /* start sending queued data */ 127 NGM_SOURCE_STOP, /* stop sending queued data */ 128 NGM_SOURCE_CLR_DATA, /* clear the queued data */
|
/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() 307 ("ring->queued (qid %d) underflow!\n", qid)); 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()
|
/freebsd/libexec/atrun/ |
H A D | atrun.man | 6 .Nd run jobs queued for later execution 13 runs jobs queued by
|
/freebsd/sys/kern/ |
H A D | kern_devctl.c | 67 int queued; member 276 devsoftc.queued--; in devread() 355 kn->kn_data = devsoftc.queued; in filt_devctl_read() 384 * queued when we get here, leaving nothing to steal. This can in devctl_alloc_dei() 388 if (devsoftc.queued == 0) in devctl_alloc_dei() 392 devsoftc.queued--; in devctl_alloc_dei() 423 devsoftc.queued++; in devctl_queue()
|
/freebsd/share/man/man9/ |
H A D | ieee80211_output.9 | 76 Data packets are queued to the device's 149 Such frames will be queued consecutively in the driver's 188 the frame was successfully queued.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-dp/ |
H A D | other.json | 154 "BriefDescription": "Cycles snoop code requests queued", 169 "BriefDescription": "Cycles snoop data requests queued", 184 "BriefDescription": "Cycles snoop invalidate requests queued",
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-sp/ |
H A D | other.json | 154 "BriefDescription": "Cycles snoop code requests queued", 169 "BriefDescription": "Cycles snoop data requests queued", 184 "BriefDescription": "Cycles snoop invalidate requests queued",
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereex/ |
H A D | other.json | 154 "BriefDescription": "Cycles snoop code requests queued", 169 "BriefDescription": "Cycles snoop data requests queued", 184 "BriefDescription": "Cycles snoop invalidate requests queued",
|
/freebsd/contrib/ncurses/misc/ |
H A D | cmpdef.cmd | 77 do while queued() > 0 100 do while queued() > 0 131 do while queued() > 0
|