Home
last modified time | relevance | path

Searched refs:queue (Results 176 – 200 of 647) sorted by relevance

12345678910>>...26

/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c249 chp->cq.cqid, chp->cq.queue, chp->cq.cidx, in dump_cq()
255 u64 *p = (u64 *)(chp->cq.queue + i); in dump_cq()
291 qhp->wq.sq.queue, in dump_qp()
301 qhp->wq.rq.queue, in dump_qp()
332 p = (u64 *)qhp->wq.sq.queue; in dump_qp()
357 p = (u64 *)qhp->wq.rq.queue; in dump_qp()
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-usrobotics-usr8200.dts159 queue-rx = <&qmgr 3>;
160 queue-txready = <&qmgr 20>;
242 queue-rx = <&qmgr 4>;
243 queue-txready = <&qmgr 21>;
H A Dintel-ixp43x-gateworks-gw2358.dts171 queue-rx = <&qmgr 4>;
172 queue-txready = <&qmgr 21>;
192 queue-rx = <&qmgr 2>;
193 queue-txready = <&qmgr 19>;
H A Dintel-ixp42x-netgear-wg302v1.dts81 queue-rx = <&qmgr 3>;
82 queue-txready = <&qmgr 20>;
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c1210 TAILQ_INSERT_TAIL(queue, bp, bio_queue); in vtblk_queue_completed()
1217 vtblk_done_completed(struct vtblk_softc *sc, struct bio_queue *queue) in vtblk_done_completed() argument
1221 TAILQ_FOREACH_SAFE(bp, queue, bio_queue, tmp) { in vtblk_done_completed()
1257 struct bio_queue queue; in vtblk_drain() local
1259 TAILQ_INIT(&queue); in vtblk_drain()
1260 vtblk_queue_completed(sc, &queue); in vtblk_drain()
1261 vtblk_done_completed(sc, &queue); in vtblk_drain()
1474 struct bio_queue queue; in vtblk_vq_intr() local
1478 TAILQ_INIT(&queue); in vtblk_vq_intr()
1486 vtblk_queue_completed(sc, &queue); in vtblk_vq_intr()
[all …]
/freebsd/sys/cam/
H A Dcam_sim.c103 int max_tagged_dev_transactions, struct cam_devq *queue) in cam_sim_alloc() argument
122 sim->devq = queue; in cam_sim_alloc()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c139 u16 *queue, u8 tid, in iwl_mvm_mld_add_int_sta_with_queue() argument
166 *queue = txq; in iwl_mvm_mld_add_int_sta_with_queue()
176 struct iwl_mvm_int_sta *int_sta, u16 *queue, in iwl_mvm_mld_add_int_sta() argument
193 queue, tid, wdg_timeout); in iwl_mvm_mld_add_int_sta()
217 u16 *queue; in iwl_mvm_mld_add_bcast_sta() local
226 queue = &mvm_link->mgmt_queue; in iwl_mvm_mld_add_bcast_sta()
228 queue = &mvm->p2p_dev_queue; in iwl_mvm_mld_add_bcast_sta()
234 return iwl_mvm_mld_add_int_sta(mvm, bsta, queue, in iwl_mvm_mld_add_bcast_sta()
310 int queue = *queueptr; in iwl_mvm_mld_disable_txq() local
330 iwl_trans_txq_free(mvm->trans, queue); in iwl_mvm_mld_disable_txq()
/freebsd/crypto/heimdal/lib/ipc/
H A Dclient.c178 dispatch_queue_t queue; member
243 c->queue = dispatch_queue_create("heim-ipc-async-client", NULL); in mach_async()
244 c->source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, c->mp, 0, c->queue); in mach_async()
245 dispatch_set_context(c->queue, c); in mach_async()
256 dispatch_release(c->queue); in mach_async()
/freebsd/sys/geom/shsec/
H A Dg_shsec.c296 TAILQ_HEAD(, bio) queue = TAILQ_HEAD_INITIALIZER(queue); in g_shsec_start()
345 TAILQ_INSERT_TAIL(&queue, cbp, bio_queue); in g_shsec_start()
373 while ((cbp = TAILQ_FIRST(&queue)) != NULL) { in g_shsec_start()
376 TAILQ_REMOVE(&queue, cbp, bio_queue); in g_shsec_start()
385 while ((cbp = TAILQ_FIRST(&queue)) != NULL) { in g_shsec_start()
386 TAILQ_REMOVE(&queue, cbp, bio_queue); in g_shsec_start()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp50 std::queue<const Node *> Worklist; in buildInterval()
107 std::queue<const Node *> &Successors, in fillIntervalNode()
156 std::queue<const Node *> Successors; in partitionIntoIntervalsImpl()
/freebsd/crypto/openssh/
H A Dmux.c1506 struct sshbuf *queue; in mux_client_write_packet() local
1519 need = sshbuf_len(queue); in mux_client_write_packet()
1520 ptr = sshbuf_ptr(queue); in mux_client_write_packet()
1524 sshbuf_free(queue); in mux_client_write_packet()
1541 sshbuf_free(queue); in mux_client_write_packet()
1547 sshbuf_free(queue); in mux_client_write_packet()
1553 sshbuf_free(queue); in mux_client_write_packet()
1560 struct sshbuf *queue; in mux_client_read_packet_timeout() local
1571 sshbuf_free(queue); in mux_client_read_packet_timeout()
1579 sshbuf_free(queue); in mux_client_read_packet_timeout()
[all …]
/freebsd/sys/geom/concat/
H A Dg_concat.c292 struct bio_queue_head queue; in g_concat_passdown() local
299 bioq_init(&queue); in g_concat_passdown()
303 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_concat_passdown()
310 bioq_insert_tail(&queue, cbp); in g_concat_passdown()
315 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_concat_passdown()
326 struct bio_queue_head queue; in g_concat_start() local
379 bioq_init(&queue); in g_concat_start()
393 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_concat_start()
400 bioq_insert_tail(&queue, cbp); in g_concat_start()
428 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_concat_start()
/freebsd/crypto/openssl/doc/man3/
H A DERR_put_error.pod32 ERR_raise() adds a new error to the thread's error queue. The
42 ERR_put_error() adds an error code to the thread's error queue. It
50 Multiple calls to these functions append to the current top of the error queue.
54 last error queue entry, after inserting the optional separator string if it is
60 it is split over sufficiently many new copies of the last error queue entry.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dengleder,tsnep.yaml38 The main interrupt for basic MAC features and the first TX/RX queue pair
40 queue pairs.
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c814 struct hostapd_tx_queue_params *queue; in hostapd_config_tx_queue() local
837 queue = &tx_queue[num]; in hostapd_config_tx_queue()
840 queue->aifs = atoi(val); in hostapd_config_tx_queue()
841 if (queue->aifs < 0 || queue->aifs > 255) { in hostapd_config_tx_queue()
843 queue->aifs); in hostapd_config_tx_queue()
847 queue->cwmin = atoi(val); in hostapd_config_tx_queue()
848 if (!valid_cw(queue->cwmin)) { in hostapd_config_tx_queue()
850 queue->cwmin); in hostapd_config_tx_queue()
854 queue->cwmax = atoi(val); in hostapd_config_tx_queue()
855 if (!valid_cw(queue->cwmax)) { in hostapd_config_tx_queue()
[all …]
/freebsd/sys/dev/atkbdc/
H A Dpsm.c2468 if (l > sizeof(sc->queue.buf) - sc->queue.head) {
2469 bcopy(&sc->queue.buf[sc->queue.head], &buf[0],
2470 sizeof(sc->queue.buf) - sc->queue.head);
2472 &buf[sizeof(sc->queue.buf) - sc->queue.head],
2473 l - (sizeof(sc->queue.buf) - sc->queue.head));
2475 bcopy(&sc->queue.buf[sc->queue.head], &buf[0], l);
2477 sc->queue.head = (sc->queue.head + l) % sizeof(sc->queue.buf);
5201 if (sc->queue.count + pb->inputbytes < sizeof(sc->queue.buf)) {
5203 sizeof(sc->queue.buf) - sc->queue.tail);
5204 bcopy(&pb->ipacket[0], &sc->queue.buf[sc->queue.tail], l);
[all …]
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_qpair.c60 vmci_queue_add_producer_tail(struct vmci_queue *queue, in vmci_queue_add_producer_tail() argument
64 vmci_queue_header_add_producer_tail(queue->q_header, add, queue_size); in vmci_queue_add_producer_tail()
86 vmci_queue_add_consumer_head(struct vmci_queue *queue, in vmci_queue_add_consumer_head() argument
90 vmci_queue_header_add_consumer_head(queue->q_header, add, queue_size); in vmci_queue_add_consumer_head()
/freebsd/sys/dev/beri/virtio/
H A Dvirtio_block.c274 int queue; in vtblk_notify() local
285 queue = be16toh(reg); in vtblk_notify()
287 KASSERT(queue == 0, ("we support single queue only")); in vtblk_notify()
290 vq = &sc->vs_queues[queue]; in vtblk_notify()
/freebsd/usr.sbin/lpr/common_source/
H A Ddisplayq.c97 struct jobqueue **queue; in displayq() local
120 if ((nitems = getq(pp, &queue)) < 0) in displayq()
207 q = queue[i]; in displayq()
211 free(queue); in displayq()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dinternal.h164 struct iwl_rx_mem_buffer *queue[RX_QUEUE_SIZE]; member
456 static inline void iwl_pcie_clear_irq(struct iwl_trans *trans, int queue) in iwl_pcie_clear_irq() argument
466 iwl_write32(trans, CSR_MSIX_AUTOMASK_ST_AD, BIT(queue)); in iwl_pcie_clear_irq()
526 bool iwl_trans_pcie_txq_enable(struct iwl_trans *trans, int queue, u16 ssn,
529 void iwl_trans_pcie_txq_disable(struct iwl_trans *trans, int queue,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp173 QueueSP queue; in GetQueue() local
177 queue = process_sp->GetQueueList().FindQueueByID(queue_id); in GetQueue()
180 return queue; in GetQueue()
/freebsd/usr.sbin/nscd/
H A Dsingletons.h35 int queue; member
/freebsd/sys/crypto/ccp/
H A Dccp_lsb.h42 unsigned queue);
/freebsd/contrib/dma/
H A DTODO4 - suggest way to run a queue flush on boot
/freebsd/sys/netgraph/
H A Dng_base.c666 STAILQ_INIT(&node->nd_input_queue.queue); in ng_make_node_common()
2002 item = STAILQ_FIRST(&ngq->queue); in ng_dequeue()
2004 if (STAILQ_EMPTY(&ngq->queue)) in ng_dequeue()
2139 if (STAILQ_EMPTY(&ngq->queue)) {
2184 if (STAILQ_EMPTY(&ngq->queue)) in ng_flush_input_queue()
2231 int queue, rw; in ng_snd_item() local
2278 queue = 1; in ng_snd_item()
2281 queue = 1; in ng_snd_item()
2283 queue = 0; in ng_snd_item()
2298 queue = 1; in ng_snd_item()
[all …]

12345678910>>...26