Home
last modified time | relevance | path

Searched refs:queue (Results 226 – 250 of 646) sorted by relevance

12345678910>>...26

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_spq.c741 p_ent->queue = &p_spq->unlimited_pending; in ecore_spq_get_entry()
747 p_ent->queue = &p_spq->pending; in ecore_spq_get_entry()
792 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_add_entry()
980 p_ent->queue == &p_spq->unlimited_pending); in ecore_spq_post()
982 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_post()
1096 (found->queue == &p_spq->unlimited_pending)) in ecore_spq_completion()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h69 void AddQueue(lldb::QueueSP queue);
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-orion-net.txt42 - marvell,tx-queue-size: size of the transmit ring buffer.
45 - marvell,rx-queue-size: size of the receive ring buffer.
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dqoriq-raid1.0-0.dtsi43 compatible = "fsl,raideng-v1.0-job-queue";
65 compatible = "fsl,raideng-v1.0-job-queue";
/freebsd/crypto/openssl/doc/man3/
H A DERR_new.pod24 ERR_new() allocates a new slot in the thread's error queue.
27 error in the thread's error queue.
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1185 u_int32_t *payload, HAL_BOOL queue) in ar9300_mci_queue_unsent_gpm() argument
1190 if (queue == AH_TRUE) { in ar9300_mci_queue_unsent_gpm()
1220 ahp->ah_mci_coex_2g5g_update = queue; in ar9300_mci_queue_unsent_gpm()
1221 if (queue == AH_TRUE) { in ar9300_mci_queue_unsent_gpm()
1234 ahp->ah_mci_coex_wlan_channels_update = queue; in ar9300_mci_queue_unsent_gpm()
1235 if (queue == AH_TRUE) { in ar9300_mci_queue_unsent_gpm()
1249 ahp->ah_mci_unhalt_bt_gpm = queue; in ar9300_mci_queue_unsent_gpm()
1250 if (queue == AH_TRUE) { in ar9300_mci_queue_unsent_gpm()
1263 ahp->ah_mci_halted_bt_gpm = !queue; in ar9300_mci_queue_unsent_gpm()
1264 if (queue == AH_TRUE) { in ar9300_mci_queue_unsent_gpm()
/freebsd/usr.sbin/ppp/
H A Dipv6cp.c424 struct mqueue *queue; in ipv6cp_PushPacket() local
441 queue = ipv6cp->Queue + IPV6CP_QUEUES(ipv6cp) - 1; in ipv6cp_PushPacket()
443 if (queue->top) { in ipv6cp_PushPacket()
444 bp = m_dequeue(queue); in ipv6cp_PushPacket()
458 } while (queue-- != ipv6cp->Queue); in ipv6cp_PushPacket()
/freebsd/sys/dev/virtio/
H A Dvirtqueue.c152 virtqueue_alloc(device_t dev, uint16_t queue, uint16_t size, in virtqueue_alloc() argument
165 queue, info->vqai_name); in virtqueue_alloc()
170 queue, info->vqai_name, size); in virtqueue_alloc()
175 queue, info->vqai_name, info->vqai_maxindirsz, in virtqueue_alloc()
189 vq->vq_queue_index = queue; in virtqueue_alloc()
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf166 # queue file mode (qf files)
242 # slope of queue-only function
245 # limit on number of concurrent queue runners
248 # maximum number of queue-runners per queue-grouping with multiple queues
251 # priority of queue runners (nice(3))
254 # shall we sort the queue by hostname first?
257 # minimum time in queue before retry
263 # how many jobs can you process in the queue?
269 # queue directory
323 # queue up everything before forking?
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmvm.h660 int queue; member
730 sizeof(*buf) * buf->queue); in iwl_mvm_baid_data_from_reorder_buf()
1376 return (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE) && in iwl_mvm_is_dqa_data_queue()
1377 (queue <= IWL_MVM_DQA_MAX_DATA_QUEUE); in iwl_mvm_is_dqa_data_queue()
1382 return (queue >= IWL_MVM_DQA_MIN_MGMT_QUEUE) && in iwl_mvm_is_dqa_mgmt_queue()
1383 (queue <= IWL_MVM_DQA_MAX_MGMT_QUEUE); in iwl_mvm_is_dqa_mgmt_queue()
1759 struct iwl_rx_cmd_buffer *rxb, int queue);
1761 struct iwl_rx_cmd_buffer *rxb, int queue);
1763 struct iwl_rx_cmd_buffer *rxb, int queue);
1765 struct iwl_rx_cmd_buffer *rxb, int queue);
[all …]
H A Dops.c1707 static int iwl_mvm_is_static_queue(struct iwl_mvm *mvm, int queue) in iwl_mvm_is_static_queue() argument
1709 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
1710 queue == mvm->p2p_dev_queue || queue == mvm->snif_queue; in iwl_mvm_is_static_queue()
2040 unsigned int queue) in iwl_mvm_rx_mq_rss() argument
2046 if (unlikely(queue >= mvm->trans->num_rx_queues)) in iwl_mvm_rx_mq_rss()
2050 iwl_mvm_rx_frame_release(mvm, napi, rxb, queue); in iwl_mvm_rx_mq_rss()
2053 iwl_mvm_rx_queue_notif(mvm, napi, rxb, queue); in iwl_mvm_rx_mq_rss()
2055 iwl_mvm_rx_mpdu_mq(mvm, napi, rxb, queue); in iwl_mvm_rx_mq_rss()
/freebsd/contrib/openbsm/
H A Dconfigure.ac105 # sys/queue.h exists on most systems, but its capabilities vary a great deal.
109 #include <sys/queue.h>
119 AC_DEFINE(HAVE_FULL_QUEUE_H,, Define if queue.h includes LIST_FIRST)
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-linksys-nslu2.dts149 queue-rx = <&qmgr 3>;
150 queue-txready = <&qmgr 20>;
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c315 rxb = rxq->queue[rxq->write];
326 rxq->queue[rxq->write] = rxb;
1005 static int iwl_pcie_rx_handle(struct iwl_trans *trans, int queue, int budget);
1109 def_rxq->queue[i] = NULL;
1458 rxb = rxq->queue[i];
1459 rxq->queue[i] = NULL;
1501 static int iwl_pcie_rx_handle(struct iwl_trans *trans, int queue, int budget)
1508 if (WARN_ON_ONCE(!trans_pcie->rxq || !trans_pcie->rxq[queue].bd))
1511 rxq = &trans_pcie->rxq[queue];
1632 u8 queue = entry->entry;
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel69 The first tool, cqueue, checks the sendmail queue for problems. We use
787 ;# mqueue.pl - functions to work with the sendmail queue
837 X # Save each data, lock, and queue file in @Files
1487 \*(mp - check sendmail queue for problems
1508 Also report on bogus queue files. Those are files that
1516 Sendmail queue identifier.
1538 List messages that have been in the queue longer than
1582 Summary of messages in queue longer than 21:45:00 by destination
1593 Summary of messages in queue longer than 21:45:00 by status message:
1603 Detail of messages in queue longer than 21:45:00 sorted by creation
[all …]
H A Dmailprio72 # -q -- Process sendmail V8.8.X queue format files
74 # Sort mailing lists or sendmail queue files by mailprio database.
87 # queue files for that matter) fairly often; you could even have
351 X Changed -q flag to support new sendmail queue file format (RFD:<addr>).
371 X -q -- Process sendmail queue format files
374 X Sort mailing lists or sendmail V8 queue files by mailprio database.
388 X queue files for that matter) fairly often; you could even have
449 # queue files for that matter) fairly often; you could even have
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES555 entries in the queue will be retried during a queue run
2444 or the queue.
2506 NOTICE: In general queue files should not be moved if queue groups
3022 by a queue run.
3041 child is forked for each queue that sleeps between queue
3611 or the queue.
4548 corresponding queue files. Keep in mind, the queue
6996 sendmail will not process the queue at all) during a queue
8818 to run the queue. For example, if the queue interval
8823 queue-only.
[all …]
/freebsd/sys/conf/
H A Dstd.debug12 options QUEUE_MACRO_DEBUG_TRASH # Trash queue(2) internal pointers on invalidation
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c146 int dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority) in dtls1_buffer_record() argument
152 if (pqueue_size(queue->q) >= 100) in dtls1_buffer_record()
194 if (pqueue_insert(queue->q, item) == NULL) { in dtls1_buffer_record()
204 int dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue) in dtls1_retrieve_buffered_record() argument
208 item = pqueue_pop(queue->q); in dtls1_retrieve_buffered_record()
/freebsd/sys/geom/raid/
H A Dtr_raid1.c546 struct bio_queue_head queue; in g_raid_tr_iostart_raid1_write() local
556 bioq_init(&queue); in g_raid_tr_iostart_raid1_write()
587 bioq_insert_tail(&queue, cbp); in g_raid_tr_iostart_raid1_write()
589 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_iostart_raid1_write()
596 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_iostart_raid1_write()
/freebsd/sys/dev/ena/
H A Dena.c1490 struct ena_que *queue; in ena_destroy_all_io_queues() local
1494 queue = &adapter->que[i]; in ena_destroy_all_io_queues()
1495 while (taskqueue_cancel(queue->cleanup_tq, &queue->cleanup_task, NULL)) in ena_destroy_all_io_queues()
1496 taskqueue_drain(queue->cleanup_tq, &queue->cleanup_task); in ena_destroy_all_io_queues()
1497 taskqueue_free(queue->cleanup_tq); in ena_destroy_all_io_queues()
1510 struct ena_que *queue; in ena_create_io_queues() local
1588 queue = &adapter->que[i]; in ena_create_io_queues()
1590 NET_TASK_INIT(&queue->cleanup_task, 0, ena_cleanup, queue); in ena_create_io_queues()
1595 cpu_mask = &queue->cpu_mask; in ena_create_io_queues()
1642 struct ena_que *queue = arg; in ena_handle_msix() local
[all …]
/freebsd/crypto/heimdal/lib/ipc/
H A Dserver.c109 dispatch_queue_t queue; member
318 s->queue = dispatch_queue_create(name, NULL); in mach_init()
323 s->sport, 0, s->queue); in mach_init()
325 dispatch_release(s->queue); in mach_init()
331 dispatch_set_context(s->queue, ctx); in mach_init()
343 dispatch_release(st->queue); in mach_init()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h810 PCAP_API void pcap_sendqueue_destroy(pcap_send_queue* queue);
812 …PCAP_API int pcap_sendqueue_queue(pcap_send_queue* queue, const struct pcap_pkthdr *pkt_header, co…
814 PCAP_API u_int pcap_sendqueue_transmit(pcap_t *p, pcap_send_queue* queue, int sync);
/freebsd/sys/dev/ixgbe/
H A Dixgbe_api.h159 u8 queue);
164 u16 soft_id, u8 queue, bool cloud_mode);
172 u8 queue,
/freebsd/sys/dev/mthca/
H A Dmthca_srq.c77 return srq->queue.direct.buf + (n << srq->wqe_shift); in get_wqe()
79 return srq->queue.page_list[(n << srq->wqe_shift) >> PAGE_SHIFT].buf + in get_wqe()
143 mthca_buf_free(dev, srq->max << srq->wqe_shift, &srq->queue, in mthca_free_srq_buf()
165 &srq->queue, &srq->is_direct, pd, 1, &srq->mr); in mthca_alloc_srq_buf()

12345678910>>...26