| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qcache3q_p.h | 114 class Queue; 120 Queue *q; 129 class Queue 132 inline explicit Queue() : f(0), l(0), cost(0), pop(0), size(0) {} in Queue() function 141 Queue *q1_; // "newbies": seen only once, evicted LRA (least-recently-added) 142 Queue *q2_; // regular nodes, promoted from newbies, evicted LRU 143 Queue *q3_; // "hobos": evicted from q2 but were very popular (above mean) 144 Queue *q1_evicted_; // ghosts of recently evicted newbies and regulars 180 void link_front(Node *n, Queue *q); 204 : q1_(new Queue), q2_(new Queue), q3_(new Queue), q1_evicted_(new Queue), in QCache3Q() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 1 * Texas Instruments Keystone Navigator Queue Management SubSystem driver 3 The QMSS (Queue Manager Sub System) found on Keystone SOCs is one of 8 The Queue Manager is a hardware module that is responsible for accelerating 37 - Queue Peek region. 38 - Queue status RAM. 39 - Queue configuration region. 41 - Queue Management/Queue Proxy region for queue Push. 42 - Queue Management/Queue Proxy region for queue Pop. 45 - Queue Peek region. 46 - Queue configuration region. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/aquantia/ |
| H A D | atlantic.rst | 169 Queue[0] InPackets: 23567131 170 Queue[0] OutPackets: 20070028 171 Queue[0] InJumboPackets: 0 172 Queue[0] InLroPackets: 0 173 Queue[0] InErrors: 0 174 Queue[1] InPackets: 45428967 175 Queue[1] OutPackets: 11306178 176 Queue[1] InJumboPackets: 0 177 Queue[1] InLroPackets: 0 178 Queue[1] InErrors: 0 [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcsc-lite/pcsc-lite/ |
| H A D | 0001-pcsc-spy-use-python3-only.patch | 33 - from queue import Queue 36 - from Queue import Queue 37 +from queue import Queue
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | hptiop.rst | 32 0x40 Inbound Queue Port 33 0x44 Outbound Queue Port 50 0x40 Inbound Queue Port 51 0x44 Outbound Queue Port 68 0x0 Inbound Queue Head Pointer 69 0x4 Inbound Queue Tail Pointer 70 0x8 Outbound Queue Head Pointer 71 0xC Outbound Queue Tail Pointer 74 0x40-0x1040 Inbound Queue 75 0x1040-0x2040 Outbound Queue
|
| H A D | BusLogic.rst | 451 the Queue Depth and whether Tagged Queuing is permitted for each Target 452 Device (assuming that the Target Device supports Tagged Queuing). The Queue 462 The "QueueDepth:" or QD:" option specifies the Queue Depth to use for all 463 Target Devices that support Tagged Queuing, as well as the maximum Queue 464 Depth for devices that do not support Tagged Queuing. If no Queue Depth 465 option is provided, the Queue Depth will be determined automatically based 466 on the Host Adapter's Total Queue Depth and the number, type, speed, and 468 require ISA Bounce Buffers, the Queue Depth is automatically set by default 471 do not support Tagged Queuing always have their Queue Depth set to 473 lower Queue Depth option is provided. A Queue Depth of 1 automatically [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | ocl.hpp | 66 class CV_EXPORTS Queue; variable 324 class CV_EXPORTS Queue class 327 Queue(); 328 explicit Queue(const Context& c, const Device& d=Device()); 329 ~Queue(); 330 Queue(const Queue& q); 331 Queue& operator = (const Queue& q); 336 static Queue& getDefault(); 339 const Queue& getProfilingQueue() const; 576 size_t localsize[], bool sync, const Queue& q=Queue()); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | ocl.hpp | 66 class CV_EXPORTS Queue; variable 324 class CV_EXPORTS Queue class 327 Queue(); 328 explicit Queue(const Context& c, const Device& d=Device()); 329 ~Queue(); 330 Queue(const Queue& q); 331 Queue& operator = (const Queue& q); 336 static Queue& getDefault(); 339 const Queue& getProfilingQueue() const; 576 size_t localsize[], bool sync, const Queue& q=Queue()); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | ocl.hpp | 66 class CV_EXPORTS Queue; variable 324 class CV_EXPORTS Queue class 327 Queue(); 328 explicit Queue(const Context& c, const Device& d=Device()); 329 ~Queue(); 330 Queue(const Queue& q); 331 Queue& operator = (const Queue& q); 336 static Queue& getDefault(); 339 const Queue& getProfilingQueue() const; 576 size_t localsize[], bool sync, const Queue& q=Queue()); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | csf_sync_state_dump.txt | 42 * Queue type: GPU or KCPU. 71 GPU Queue Example 75 is in Queue Group (CSG) 0, and has Queue ID 0. It has started and is waiting on 86 with the same KCTX ID of 8, Queue Group (CSG) 0, and Queue ID 0. The SYNC WAIT 100 KCPU Queue Example 104 a KCTX ID of 0 and has Queue ID 1. It has started and is waiting on the
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | Kconfig | 30 tristate "Keystone Queue Manager Sub System" 33 Say y here to support the Keystone multicore Navigator Queue 34 Manager support. The Queue Manager is a hardware module that 37 to a particular memory mapped location in the Queue Manager module. 47 Queue Manager Sub System.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | run_loop.hpp | 87 using Queue = std::queue<std::shared_ptr<WorkTask>>; typedef in mbgl::util::RunLoop 123 Queue defaultQueue; 124 Queue highPriorityQueue;
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 73 the Queue Pairs. The WQ is a Memory Block in a Page. The Block contains 74 pointers to Memory Areas that are the Memory for the Work Queue Elements(WQEs). 82 Queue Pairs(QPs) - The HW Receive and Send queues for Receiving and Transmitting 105 The Logical Tx queue is not dependent on the format of the HW Send Queue. 109 The Logical Rx queue is not dependent on the format of the HW Receive Queue.
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | poky.yaml.in | 19 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ 32 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \ 40 socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 15 through an Admin Queue. 26 is advertised by the device via the Admin Queue), a dedicated MSI-X 40 Queue (LLQ), which saves several more microseconds. 68 - Admin Queue (AQ) and Admin Completion Queue (ACQ) 69 - Asynchronous Event Notification Queue (AENQ) 96 The Asynchronous Event Notification Queue (AENQ) is a uni-directional 132 The ENA driver supports two Queue Operation modes for Tx SQs: 140 - Low Latency Queue (LLQ) mode or "push-mode".
|
| /OK3568_Linux_fs/kernel/drivers/dma/mediatek/ |
| H A D | Kconfig | 17 tristate "MediaTek Command-Queue DMA controller support" 23 Enable support for Command-Queue DMA controller on MediaTek
|
| /OK3568_Linux_fs/kernel/Documentation/arm/keystone/ |
| H A D | knav-qmss.rst | 2 Texas Instruments Keystone Navigator Queue Management SubSystem driver 9 The QMSS (Queue Manager Sub System) found on Keystone SOCs is one of 14 The Queue Manager is a hardware module that is responsible for accelerating
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/google/ |
| H A D | gve.rst | 41 - Admin Queue 57 Admin Queue (AQ) 59 The Admin Queue is a PAGE_SIZE memory block, treated as an array of AQ
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/4xx/ |
| H A D | ppc440spe-adma.txt | 5 for DMA engines and Memory Queue Module node. The latter is used 78 iv) Memory Queue Module node
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | qman.txt | 1 QorIQ DPAA Queue Manager Device Tree Binding 13 The Queue Manager is part of the Data-Path Acceleration Architecture (DPAA). QMan 82 for QMan Frame Queue Descriptor (FQD) and Packed Frame Descriptor Record (PFDR).
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa/ |
| H A D | Kconfig | 11 Depends on Freescale Buffer Manager and Queue Manager
|
| /OK3568_Linux_fs/kernel/drivers/soc/ixp4xx/ |
| H A D | Kconfig | 7 tristate "IXP4xx Queue Manager support"
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.soc | 25 - Queue management for scheduling, packet sequencing, and congestion 65 - Queue and Hardware buffer management for scheduling, packet sequencing, and 149 - Queue management for scheduling, packet sequencing, and congestion 192 - Queue and Hardware buffer management for scheduling, packet sequencing, and
|
| /OK3568_Linux_fs/kernel/Documentation/sh/ |
| H A D | index.rst | 20 Store Queue API
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/ |
| H A D | polylabel.hpp | 123 using Queue = std::priority_queue<Cell<T>, std::vector<Cell<T>>, decltype(compareMax)>; in polylabel() typedef 124 Queue cellQueue(compareMax); in polylabel()
|