Home
last modified time | relevance | path

Searched full:queued (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddebugfs.c59 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 Dsdio.c317 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 Dmt792x_debugfs.c89 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 Dsigwaitinfo.233 .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 Dshutdown.287 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 Daio_fsync.252 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 Dng_source.465 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 Dauditpipe.481 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 Daio.4110 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 Dcam_iosched.c262 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 DThread.h643 /// \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 Dsigevent.365 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 Dimsg_init.3332 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 DDomTreeUpdater.h67 /// 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 Dusb_process.c137 * 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 Docs_unsol.c261 * @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 Dng_source.h126 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 Drtwn_pci_rx.c305 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 Datrun.man6 .Nd run jobs queued for later execution
13 runs jobs queued by
/freebsd/sys/kern/
H A Dkern_devctl.c67 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 Dieee80211_output.976 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 Dother.json154 "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 Dother.json154 "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 Dother.json154 "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 Dcmpdef.cmd77 do while queued() > 0
100 do while queued() > 0
131 do while queued() > 0

12345678910>>...28