Home
last modified time | relevance | path

Searched refs:queue (Results 251 – 275 of 647) sorted by relevance

1...<<11121314151617181920>>...26

/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dbsc9131si-post.dtsi172 queue-group@b0000 {
179 queue-group@b1000 {
H A Dbsc9132si-post.dtsi192 queue-group@b0000 {
199 queue-group@b1000 {
H A Dc293si-post.dtsi172 queue-group@b0000 {
179 queue-group@b1000 {
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-dma.txt34 into DMA and the DMA uses it as the physical addresses to reach queue
35 managers. Note that these addresses though points to queue managers,
/freebsd/sys/net/altq/
H A Daltq_fairq.h95 class_queue_t queue; /* the actual queue */ member
/freebsd/sys/cam/nvme/
H A Dnvme_da.c1214 TAILQ_HEAD(, bio) queue; in ndadone()
1217 TAILQ_INIT(&queue); in ndadone()
1218 TAILQ_CONCAT(&queue, &trim->bps, bio_queue); in ndadone()
1232 bp1 = TAILQ_FIRST(&queue); in ndadone()
1238 while ((bp2 = TAILQ_FIRST(&queue)) != NULL) { in ndadone()
1239 TAILQ_REMOVE(&queue, bp2, bio_queue); in ndadone()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h252 virtual void PopulatePendingItemsForQueue(lldb_private::Queue *queue) {} in PopulatePendingItemsForQueue() argument
/freebsd/sys/cam/
H A Dcam_sim.h62 struct cam_devq *queue);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h47 std::queue<std::pair<Decl *, Decl *>> DeclsToCheck;
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c403 struct event_base *queue; member
428 event_deferred_cb_schedule_(data->queue, &data->cbs[i]); in load_deferred_queue()
470 deferred_data[i].queue = base; in thread_deferred_cb_skew()
/freebsd/sys/dev/mana/
H A Dgdma.h468 void mana_gd_destroy_queue(struct gdma_context *gc, struct gdma_queue *queue);
847 int mana_gd_post_and_ring(struct gdma_queue *queue,
856 struct gdma_queue *queue);
/freebsd/contrib/libevent/test/
H A Dregress_thread.c403 struct event_base *queue; member
428 event_deferred_cb_schedule_(data->queue, &data->cbs[i]); in load_deferred_queue()
470 deferred_data[i].queue = base; in thread_deferred_cb_skew()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-blk-queue.m444 [blk queue backing_dev_info is dynamic])
363 dnl # See if kernel supports block multi-queue and blk_status_t.
369 dnl # We do not currently support the "old" block multi-queue interfaces from
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a.dtsi719 queue-group@2d10000 {
728 queue-group@2d14000 {
748 queue-group@2d50000 {
757 queue-group@2d54000 {
777 queue-group@2d90000 {
786 queue-group@2d94000 {
934 queue-sizes = <64 64>;
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c815 TAILQ_HEAD( , pf_opt_rule) queue; in block_feedback()
846 TAILQ_INIT(&queue); in block_feedback()
849 TAILQ_INSERT_TAIL(&queue, por1, por_entry); in block_feedback()
852 while ((por1 = TAILQ_FIRST(&queue)) != NULL) { in block_feedback()
853 TAILQ_REMOVE(&queue, por1, por_entry); in block_feedback()
884 struct pf_opt_queue queue; in load_feedback_profile() local
889 TAILQ_INIT(&queue); in load_feedback_profile()
917 TAILQ_INSERT_TAIL(&queue, por, por_entry); in load_feedback_profile()
925 if (construct_superblocks(pf, &queue, &prof_superblocks)) in load_feedback_profile()
/freebsd/contrib/sendmail/cf/cf/
H A Dclientproto.mc22 # define the location of the queue directories and the like.
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.h163 struct sfxge_rx_sw_desc *queue __aligned(CACHE_LINE_SIZE);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h22 llvm::StringRef name, llvm::StringRef queue,
/freebsd/usr.bin/grep/
H A DMakefile11 SRCS= file.c grep.c queue.c util.c
/freebsd/sys/dev/virtio/
H A Dvirtqueue.h68 int virtqueue_alloc(device_t dev, uint16_t queue, uint16_t size,
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c729 int queue = -1; in iwl_mvm_tx_skb_non_sta() local
769 queue = iwl_mvm_get_ctrl_vif_queue(mvm, link, &info, in iwl_mvm_tx_skb_non_sta()
772 queue = mvm->snif_queue; in iwl_mvm_tx_skb_non_sta()
785 queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()
789 if (queue < 0) { in iwl_mvm_tx_skb_non_sta()
797 IWL_DEBUG_TX(mvm, "station Id %d, queue=%d\n", sta_id, queue); in iwl_mvm_tx_skb_non_sta()
806 if (iwl_trans_tx(mvm->trans, skb, dev_cmd, queue)) { in iwl_mvm_tx_skb_non_sta()
1881 int queue = SEQ_TO_QUEUE(sequence); in iwl_mvm_rx_tx_cmd_agg() local
1884 if (WARN_ON_ONCE(queue < IWL_MVM_DQA_MIN_DATA_QUEUE && in iwl_mvm_rx_tx_cmd_agg()
1885 (queue != IWL_MVM_DQA_BSS_CLIENT_QUEUE))) in iwl_mvm_rx_tx_cmd_agg()
/freebsd/sys/vm/
H A Dvm_reserv.c1222 struct vm_reserv_queue *queue; in vm_reserv_reclaim_contig() local
1242 queue = &vm_rvd[domain].partpop; in vm_reserv_reclaim_contig()
1256 TAILQ_FOREACH_SAFE(rv, queue, partpopq, rvn) { in vm_reserv_reclaim_contig()
1272 TAILQ_INSERT_AFTER(queue, rv, marker, partpopq); in vm_reserv_reclaim_contig()
1280 TAILQ_REMOVE(queue, marker, partpopq); in vm_reserv_reclaim_contig()
1284 TAILQ_REMOVE(queue, marker, partpopq); in vm_reserv_reclaim_contig()
H A Dmemguard.c263 KASSERT(vm_page_wired(p) && p->a.queue == PQ_NONE, in v2sizep()
278 KASSERT(vm_page_wired(p) && p->a.queue == PQ_NONE, in v2sizev()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td34 // issue queue until all register sources and other dependencies have been
36 // 11-entry iop issue queue.
73 // Some instructions cannot be run on just any issue queue and may require an
74 // Even or an Odd queue. The EXECE represents the even queues and the EXECO
/freebsd/sys/netgraph/
H A DNOTES96 Every node has a queue, plus there is a list of nodes that have queued work.
100 all information needed to queue such a request and deliver it later, so

1...<<11121314151617181920>>...26