Home
last modified time | relevance | path

Searched refs:pool (Results 1351 - 1375 of 1463) sorted by relevance

1...<<515253545556575859

/third_party/skia/tools/fm/
H A Dfm.cpp576 AutoreleasePool pool; in main()
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc234 ctx.data().pool = input->GetExtensionPool(); in MergeFromImpl()
H A Dgenerated_message_reflection.cc219 const DescriptorPool* pool, MessageFactory* factory) in Reflection()
223 (pool == nullptr) ? DescriptorPool::internal_generated_pool() : pool), in Reflection()
2393 // Ensure the file descriptor is added to the pool. in AssignDescriptorsImpl()
2410 // However we are already updating descriptor pool under a lock. To prevent in AssignDescriptorsImpl()
2457 // pool and message factory. in AddDescriptorsImpl()
217 Reflection(const Descriptor* descriptor, const internal::ReflectionSchema& schema, const DescriptorPool* pool, MessageFactory* factory) Reflection() argument
H A Dtext_format.cc192 return descriptor->file()->pool()->FindExtensionByPrintableName(descriptor, in DefaultFinderFindExtension()
198 return descriptor->file()->pool()->FindExtensionByNumber(descriptor, number); in DefaultFinderFindExtensionByNumber()
208 return message.GetDescriptor()->file()->pool()->FindMessageTypeByName(name); in DefaultFinderFindAnyType()
H A Dmessage.h578 // does not live in the same pool as the containing message's descriptor (e.g.
579 // it lives in an overlay pool), then a MessageFactory must be provided.
959 const DescriptorPool* pool, MessageFactory* factory);
1164 // pool, GetPrototype() will return nullptr. (You can also check if a
1166 // descriptor->file()->pool() == DescriptorPool::generated_pool().)
1259 // .proto file will also be available for lookup in the generated pool.
H A Dparse_context.h344 const DescriptorPool* pool = nullptr; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c96 if (rxq->pool[i].page != NULL) { in il4965_rx_queue_reset()
97 pci_unmap_page(il->pci_dev, rxq->pool[i].page_dma, in il4965_rx_queue_reset()
100 __il_free_pages(il, rxq->pool[i].page); in il4965_rx_queue_reset()
101 rxq->pool[i].page = NULL; in il4965_rx_queue_reset()
103 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in il4965_rx_queue_reset()
239 * il4965_rx_queue_restock - refill RX queue from pre-allocated pool
276 /* If the pre-allocated buffer pool is dropping low, schedule to in il4965_rx_queue_restock()
401 /* Assumes that the skb field of the buffers in 'pool' is kept accurate.
411 if (rxq->pool[i].page != NULL) { in il4965_rx_queue_free()
412 pci_unmap_page(il->pci_dev, rxq->pool[ in il4965_rx_queue_free()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c96 if (rxq->pool[i].page != NULL) { in il4965_rx_queue_reset()
98 rxq->pool[i].page_dma, in il4965_rx_queue_reset()
101 __il_free_pages(il, rxq->pool[i].page); in il4965_rx_queue_reset()
102 rxq->pool[i].page = NULL; in il4965_rx_queue_reset()
104 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in il4965_rx_queue_reset()
240 * il4965_rx_queue_restock - refill RX queue from pre-allocated pool
277 /* If the pre-allocated buffer pool is dropping low, schedule to in il4965_rx_queue_restock()
401 /* Assumes that the skb field of the buffers in 'pool' is kept accurate.
411 if (rxq->pool[i].page != NULL) { in il4965_rx_queue_free()
413 rxq->pool[ in il4965_rx_queue_free()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Drdma.c540 "failed to initialize MR pool sized %d for QID %d\n", in nvme_rdma_create_queue_ib()
551 "failed to initialize PI MR pool sized %d for QID %d\n", in nvme_rdma_create_queue_ib()
1304 struct list_head *pool = &queue->qp->rdma_mrs; in nvme_rdma_unmap_data() local
1317 pool = &queue->qp->sig_mrs; in nvme_rdma_unmap_data()
1320 ib_mr_pool_put(queue->qp, pool, req->mr); in nvme_rdma_unmap_data()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Drdma.c534 "failed to initialize MR pool sized %d for QID %d\n", in nvme_rdma_create_queue_ib()
545 "failed to initialize PI MR pool sized %d for QID %d\n", in nvme_rdma_create_queue_ib()
1233 struct list_head *pool = &queue->qp->rdma_mrs; in nvme_rdma_unmap_data() local
1239 pool = &queue->qp->sig_mrs; in nvme_rdma_unmap_data()
1242 ib_mr_pool_put(queue->qp, pool, req->mr); in nvme_rdma_unmap_data()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h258 // Uses DescriptorPool to allocate descriptor sets as needed. If a descriptor pool becomes full, we
262 // Shared handle to a descriptor pool. Each helper is allocated from the dynamic descriptor pool.
298 // The DynamicDescriptorPool only handles one pool size at this time.
300 // an individual set. The pool size will be calculated accordingly.
346 // from the pool matches the layout that the pool was created for, to ensure that the free
366 // Checks to see if any pool is already free, in which case it sets it as current pool and
370 // Allocates a new entry and initializes it with the given pool
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c3514 * @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing
3535 * @pool: Rx pool to set source address pruning for
3539 unsigned int pool) in ixgbe_set_source_address_pruning_X550()
3543 /* max rx pool is 63 */ in ixgbe_set_source_address_pruning_X550()
3544 if (pool > 63) in ixgbe_set_source_address_pruning_X550()
3551 pfflp |= (1ULL << pool); in ixgbe_set_source_address_pruning_X550()
3553 pfflp &= ~(1ULL << pool); in ixgbe_set_source_address_pruning_X550()
3537 ixgbe_set_source_address_pruning_X550(struct ixgbe_hw *hw, bool enable, unsigned int pool) ixgbe_set_source_address_pruning_X550() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c3564 * @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing
3585 * @pool: Rx pool to set source address pruning for
3589 unsigned int pool) in ixgbe_set_source_address_pruning_X550()
3593 /* max rx pool is 63 */ in ixgbe_set_source_address_pruning_X550()
3594 if (pool > 63) in ixgbe_set_source_address_pruning_X550()
3601 pfflp |= (1ULL << pool); in ixgbe_set_source_address_pruning_X550()
3603 pfflp &= ~(1ULL << pool); in ixgbe_set_source_address_pruning_X550()
3587 ixgbe_set_source_address_pruning_X550(struct ixgbe_hw *hw, bool enable, unsigned int pool) ixgbe_set_source_address_pruning_X550() argument
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-common.c3150 struct gen_pool *pool; in coda_probe() local
3216 /* Get IRAM pool from device tree */ in coda_probe()
3217 pool = of_gen_pool_get(np, "iram", 0); in coda_probe()
3218 if (!pool) { in coda_probe()
3219 dev_err(&pdev->dev, "iram pool not available\n"); in coda_probe()
3222 dev->iram_pool = pool; in coda_probe()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c1390 list_first_entry(&device->shader_block_obj_pool, union radv_shader_arena_block, pool); in alloc_block_obj()
1391 list_del(&block->pool); in alloc_block_obj()
1401 list_add(&block->pool, &device->shader_block_obj_pool); in free_block_obj()
1604 pool) free(block); in radv_destroy_shader_arenas()
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py2675 pool = descriptor_pool.DescriptorPool()
2678 pool.Add(desc)
2679 cls.proto_cls = message_factory.MessageFactory(pool).GetPrototype(
2680 pool.FindMessageTypeByName('f.msg2'))
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvfc.h738 /* a pool of event structs for use */
788 struct ibmvfc_event_pool pool; member
/kernel/linux/linux-5.10/drivers/staging/octeon/
H A Dethernet.c186 segment_ptr.s.pool, in cvm_oct_free_work()
/kernel/linux/linux-6.6/drivers/staging/octeon/
H A Dethernet.c186 segment_ptr.s.pool, in cvm_oct_free_work()
/third_party/ffmpeg/libavcodec/
H A Davcodec.c474 av_buffer_unref(&avci->pool); in avcodec_close()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h495 /* List of the descriptor sets created using this pool. */
522 const struct pvr_descriptor_pool *pool; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h675 void compute_memory_pool_delete(struct compute_memory_pool* pool);
/third_party/python/Lib/test/
H A Dtest_genericalias.py30 from multiprocessing.pool import ApplyResult
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py43 pool = DescriptorPool()
46 pool.Add(file_descriptor_proto)
47 my_message_descriptor = pool.FindMessageTypeByName('some.package.MessageType')
196 """Adds the FileDescriptorProto and its types to this pool.
205 """Adds the FileDescriptorProto and its types to this pool.
218 # Add Descriptor to descriptor pool is dreprecated. Please use Add()
226 """Adds a Descriptor to the pool, non-recursively.
243 # Add EnumDescriptor to descriptor pool is dreprecated. Please use Add()
251 """Adds an EnumDescriptor to the pool.
284 # Add ServiceDescriptor to descriptor pool i
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta.c64 #define MVNETA_PORT_POOL_BUFFER_SZ_REG(pool) (0x1700 + ((pool) << 2))
184 #define MVNETA_CAUSE_BMU_ALLOC_ERR_MASK(pool) (1 << (MVNETA_CAUSE_BMU_ALLOC_ERR_SHIFT + (pool)))
1038 /* Notify HW about port's assignment of pool for bigger packets */
1051 /* Notify HW about port's assignment of pool for smaller packets */
1064 /* Set port's receive buffer size for assigned BM pool */
1168 if (of_property_read_u32(dn, "bm,pool-long", &long_pool_id)) { in mvneta_bm_port_init()
1169 netdev_info(pp->dev, "missing long pool id\n"); in mvneta_bm_port_init()
1173 /* Create port's long pool dependin in mvneta_bm_port_init()
2395 mvneta_swbm_build_skb(struct mvneta_port *pp, struct page_pool *pool, struct xdp_buff *xdp, u32 desc_status) mvneta_swbm_build_skb() argument
[all...]

Completed in 66 milliseconds

1...<<515253545556575859