/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_av.c | 189 ah->av = dma_pool_zalloc(dev->av_table.pool, in mthca_create_ah() 253 dma_pool_free(dev->av_table.pool, ah->av, ah->avdma); in mthca_destroy_ah() 340 dev->av_table.pool = dma_pool_create("mthca_av", &dev->pdev->dev, in mthca_init_av_table() 343 if (!dev->av_table.pool) in mthca_init_av_table() 360 dma_pool_destroy(dev->av_table.pool); in mthca_init_av_table() 374 dma_pool_destroy(dev->av_table.pool); in mthca_cleanup_av_table()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_av.c | 189 ah->av = dma_pool_zalloc(dev->av_table.pool, in mthca_create_ah() 253 dma_pool_free(dev->av_table.pool, ah->av, ah->avdma); in mthca_destroy_ah() 340 dev->av_table.pool = dma_pool_create("mthca_av", &dev->pdev->dev, in mthca_init_av_table() 343 if (!dev->av_table.pool) in mthca_init_av_table() 360 dma_pool_destroy(dev->av_table.pool); in mthca_init_av_table() 374 dma_pool_destroy(dev->av_table.pool); in mthca_cleanup_av_table()
|
/third_party/gn/src/gn/ |
H A D | ninja_action_target_writer.cc | 13 #include "gn/pool.h" 113 if (target_->pool().ptr) { in Run() 114 out_ << " pool = "; in Run() 115 out_ << target_->pool().ptr->GetNinjaName( in Run() 192 if (tool && tool->pool().ptr) { in WriteRuleDefinition() 193 out_ << " pool = "; in WriteRuleDefinition() 194 out_ << tool->pool().ptr->GetNinjaName( in WriteRuleDefinition() 258 if (target_->pool().ptr) { in WriteSourceRules() 259 out_ << " pool = "; in WriteSourceRules() 260 out_ << target_->pool() in WriteSourceRules() [all...] |
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_formatter.py | 161 Called trough multiprocessing pool. 223 pool = Pool(CPUS) 225 results = pool.imap_unordered(get_instrumented_lines, exe_list) 227 pool.close() 244 Called trough multiprocessing pool. The args are expected to unpack to: 361 pool = Pool(CPUS) 363 results = pool.imap_unordered(get_covered_lines, inputs) 365 pool.close()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.cpp | 300 VkDescriptorPool pool, VkDescriptorSetLayout layout, in AllocateDescriptorSet() 306 pool, // descriptorPool in AllocateDescriptorSet() 402 VkCommandPool pool, VkCommandBuffer *out) const in AllocateCommandBuffer() 407 pool, // commandPool in AllocateCommandBuffer() 414 void Device::FreeCommandBuffer(VkCommandPool pool, VkCommandBuffer buffer) in FreeCommandBuffer() argument 416 driver->vkFreeCommandBuffers(device, pool, 1, &buffer); in FreeCommandBuffer() 299 AllocateDescriptorSet( VkDescriptorPool pool, VkDescriptorSetLayout layout, VkDescriptorSet *out) const AllocateDescriptorSet() argument 401 AllocateCommandBuffer( VkCommandPool pool, VkCommandBuffer *out) const AllocateCommandBuffer() argument
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
H A D | dePoolArray.h | 23 * \brief Memory pool array class. 40 deMemPool* pool; /*!< Pool from which all memory is allocated from. */ member 52 dePoolArray* dePoolArray_create (deMemPool* pool, int elementSize); 61 * \brief Declare a template pool array class. 65 * This macro declares a pool array with all the necessary functions for 66 * operating with it. All allocated memory is taken from the memory pool 80 * Array* Array_create (deMemPool* pool); 96 deMemPool* pool; \ 106 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \ 118 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \ [all...] |
H A D | dePoolHash.h | 23 * \brief Memory pool hash class. 45 * \brief Declare a template pool hash class interface. 60 * Hash* Hash_create (deMemPool* pool); 81 deMemPool* pool; \ 97 TYPENAME* TYPENAME##_create (deMemPool* pool); \ 188 * \brief Implement a template pool hash class. 202 TYPENAME* TYPENAME##_create (deMemPool* pool) \ 205 DE_PTR_TYPE(TYPENAME) hash = DE_POOL_NEW(pool, TYPENAME); \ 210 hash->pool = pool; \ [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 102 * descriptor pool. Can be set for short lived descriptors, useful for 105 struct panfrost_pool *pool; member 704 xfer = pan_pool_alloc_desc(&batch->pool.base, RENDERER_STATE); in panfrost_emit_frag_shader_meta() 708 xfer = pan_pool_alloc_desc_aggregate(&batch->pool.base, in panfrost_emit_frag_shader_meta() 774 struct panfrost_ptr T = pan_pool_alloc_desc(&batch->pool.base, VIEWPORT); in panfrost_emit_viewport() 816 struct panfrost_ptr T = pan_pool_alloc_desc(&batch->pool.base, DEPTH_STENCIL); in panfrost_emit_depth_stencil() 847 struct panfrost_ptr T = pan_pool_alloc_desc_array(&batch->pool.base, rt_count, BLEND); in panfrost_emit_blend_valhall() 873 struct panfrost_ptr T = pan_pool_alloc_desc_array(&batch->pool.base, in panfrost_emit_vertex_buffers() 907 struct panfrost_ptr T = pan_pool_alloc_desc_array(&batch->pool.base, in panfrost_emit_vertex_data() 972 pan_pool_alloc_desc_array(&batch->pool in panfrost_emit_images() 1731 struct panfrost_pool *pool = so->pool ?: &ctx->descs; panfrost_create_sampler_view_bo() local 2443 panfrost_emit_varying_descs( struct panfrost_pool *pool, struct panfrost_shader_state *producer, struct panfrost_shader_state *consumer, uint16_t point_coord_mask, struct pan_linkage *out) panfrost_emit_varying_descs() argument 2569 struct panfrost_pool *pool = panfrost_emit_varying_descriptor() local 4524 prepare_shader(struct panfrost_shader_state *state, struct panfrost_pool *pool, bool upload) prepare_shader() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-packet.h | 53 /* The pool that the buffer came from / goes to */ 54 uint64_t pool:3; member 62 uint64_t pool:3;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-packet.h | 53 /* The pool that the buffer came from / goes to */ 54 uint64_t pool:3; member 62 uint64_t pool:3;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_resource.h | 36 #define TO_DCN201_RES_POOL(pool)\ 37 container_of(pool, struct dcn201_resource_pool, base)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn321/ |
H A D | dcn321_resource.h | 31 #define TO_DCN321_RES_POOL(pool)\ 32 container_of(pool, struct dcn321_resource_pool, base)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_resource.h | 35 #define TO_DCN314_RES_POOL(pool)\ 36 container_of(pool, struct dcn314_resource_pool, base)
|
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/ |
H A D | Struct.php | 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable 17 $pool->internalAddGeneratedFile(hex2bin(
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deMemPool.cpp | 21 * \brief Memory pool (deMemPool wrapper). 32 char* copyToPool (de::MemPool* pool, const char* string) in copyToPool() argument 35 char* copy = (char*)pool->alloc(size); in copyToPool()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 134 * (1) the dynamic state pool is located within the same 4 GiB as the low 138 * (2) the binding table pool is located at lower addresses than the surface 139 * state pool, within a 4 GiB range. This allows surface state base addresses 634 * both the block pool and the state pools. Unfortunately, in order to 665 #define anv_block_pool_foreach_bo(bo, pool) \ 666 for (struct anv_bo **_pp_bo = (pool)->bos, *bo; \ 667 _pp_bo != &(pool)->bos[(pool)->nbos] && (bo = *_pp_bo, true); \ 679 * around the actual BO so that we grow the pool after the wrapper BO has 691 /* The address where the start of the pool i 738 anv_block_pool_size(struct anv_block_pool *pool) anv_block_pool_size() argument 796 struct anv_state_pool *pool; global() member 1950 struct anv_descriptor_pool *pool; global() member 4112 khr_perf_query_preamble_offset(const struct anv_query_pool *pool, uint32_t pass) khr_perf_query_preamble_offset() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_shader.cpp | 37 pool(), all_nodes(), src_stats(), opt_stats(), errors(), in shader() 258 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags); in create_node() 264 alu_node* n = new (pool.allocate(sizeof(alu_node))) alu_node(); in create_alu() 271 new (pool.allocate(sizeof(alu_group_node))) alu_group_node(); in create_alu_group() 278 new (pool.allocate(sizeof(alu_packed_node))) alu_packed_node(); in create_alu_packed() 284 cf_node* n = new (pool.allocate(sizeof(cf_node))) cf_node(); in create_cf() 291 fetch_node* n = new (pool.allocate(sizeof(fetch_node))) fetch_node(); in create_fetch() 297 region_node *n = new (pool.allocate(sizeof(region_node))) in create_region() 305 depart_node* n = new (pool.allocate(sizeof(depart_node))) in create_depart() 313 repeat_node* n = new (pool in create_repeat() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_main.c | 364 mempool_t *pool; in snic_probe() local 563 pool = mempool_create_slab_pool(2, in snic_probe() 565 if (!pool) { in snic_probe() 566 SNIC_HOST_ERR(shost, "dflt sgl pool creation failed\n"); in snic_probe() 572 snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL] = pool; in snic_probe() 574 pool = mempool_create_slab_pool(2, in snic_probe() 576 if (!pool) { in snic_probe() 577 SNIC_HOST_ERR(shost, "max sgl pool creation failed\n"); in snic_probe() 583 snic->req_pool[SNIC_REQ_CACHE_MAX_SGL] = pool; in snic_probe() 585 pool in snic_probe() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_main.c | 350 mempool_t *pool; in snic_probe() local 549 pool = mempool_create_slab_pool(2, in snic_probe() 551 if (!pool) { in snic_probe() 552 SNIC_HOST_ERR(shost, "dflt sgl pool creation failed\n"); in snic_probe() 558 snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL] = pool; in snic_probe() 560 pool = mempool_create_slab_pool(2, in snic_probe() 562 if (!pool) { in snic_probe() 563 SNIC_HOST_ERR(shost, "max sgl pool creation failed\n"); in snic_probe() 569 snic->req_pool[SNIC_REQ_CACHE_MAX_SGL] = pool; in snic_probe() 571 pool in snic_probe() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | mmp_tdma.c | 126 struct gen_pool *pool; member 361 gpool = tdmac->pool; in mmp_tdma_free_descriptor() 413 gpool = tdmac->pool; in mmp_tdma_alloc_descriptor() 565 int type, struct gen_pool *pool) in mmp_tdma_chan_init() 586 tdmac->pool = pool; in mmp_tdma_chan_init() 645 struct gen_pool *pool = NULL; in mmp_tdma_probe() local 671 pool = of_gen_pool_get(pdev->dev.of_node, "asram", 0); in mmp_tdma_probe() 672 if (!pool) { in mmp_tdma_probe() 673 dev_err(&pdev->dev, "asram pool no in mmp_tdma_probe() 563 mmp_tdma_chan_init(struct mmp_tdma_device *tdev, int idx, int irq, int type, struct gen_pool *pool) mmp_tdma_chan_init() argument [all...] |
/kernel/liteos_a/kernel/extended/lms/ |
H A D | los_lms.c | 60 STATIC LmsMemListNode *OsLmsGetPoolNode(const VOID *pool)
in OsLmsGetPoolNode() argument 62 UINTPTR poolAddr = (UINTPTR)pool;
in OsLmsGetPoolNode() 118 UINT32 LOS_LmsCheckPoolAdd(const VOID *pool, UINT32 size)
in LOS_LmsCheckPoolAdd() argument 121 UINTPTR poolAddr = (UINTPTR)pool;
in LOS_LmsCheckPoolAdd() 125 if (pool == NULL) {
in LOS_LmsCheckPoolAdd() 131 lmsPoolNode = OsLmsGetPoolNode(pool);
in LOS_LmsCheckPoolAdd() 132 if (lmsPoolNode != NULL) { /* if pool already on checklist */
in LOS_LmsCheckPoolAdd() 133 /* Re-initialize the same pool, maybe with different size */
in LOS_LmsCheckPoolAdd() 141 PRINT_DEBUG("[LMS]the num of lms check pool is max already !\n");
in LOS_LmsCheckPoolAdd() 161 VOID LOS_LmsCheckPoolDel(const VOID *pool)
in LOS_LmsCheckPoolDel() argument [all...] |
/kernel/liteos_m/components/lms/ |
H A D | los_lms.c | 73 STATIC LmsMemListNode *OsLmsGetPoolNode(const VOID *pool)
in OsLmsGetPoolNode() argument 75 UINTPTR poolAddr = (UINTPTR)pool;
in OsLmsGetPoolNode() 131 UINT32 LOS_LmsCheckPoolAdd(const VOID *pool, UINT32 size)
in LOS_LmsCheckPoolAdd() argument 134 UINTPTR poolAddr = (UINTPTR)pool;
in LOS_LmsCheckPoolAdd() 138 if (pool == NULL) {
in LOS_LmsCheckPoolAdd() 144 lmsPoolNode = OsLmsGetPoolNode(pool);
in LOS_LmsCheckPoolAdd() 145 if (lmsPoolNode != NULL) { /* if pool already on checklist */
in LOS_LmsCheckPoolAdd() 146 /* Re-initialize the same pool, maybe with different size */
in LOS_LmsCheckPoolAdd() 154 PRINT_DEBUG("[LMS]the num of lms check pool is max already !\n");
in LOS_LmsCheckPoolAdd() 174 VOID LOS_LmsCheckPoolDel(const VOID *pool)
in LOS_LmsCheckPoolDel() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | stateblock9.c | 65 struct nine_range_pool *pool = &This->base.device->range_pool; in NineStateBlock9_dtor() local 92 nine_range_pool_put_chain(pool, This->state.changed.ps_const_f, r); in NineStateBlock9_dtor() 96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor() 100 nine_range_pool_put_chain(pool, This->state.changed.vs_const_i, r); in NineStateBlock9_dtor() 104 nine_range_pool_put_chain(pool, This->state.changed.vs_const_b, r); in NineStateBlock9_dtor() 144 struct nine_range_pool *pool) in nine_state_copy_common() 395 struct nine_range_pool *pool, in nine_state_copy_common_all() 563 struct nine_range_pool *pool = &device->range_pool; in NineStateBlock9_Apply() local 569 nine_state_copy_common_all(device, dst, src, src, TRUE, pool, MaxStreams); in NineStateBlock9_Apply() 571 nine_state_copy_common(device, dst, src, src, TRUE, pool); in NineStateBlock9_Apply() 139 nine_state_copy_common(struct NineDevice9 *device, struct nine_state *dst, struct nine_state *src, struct nine_state *mask, const boolean apply, struct nine_range_pool *pool) nine_state_copy_common() argument 390 nine_state_copy_common_all(struct NineDevice9 *device, struct nine_state *dst, struct nine_state *src, struct nine_state *help, const boolean apply, struct nine_range_pool *pool, const int MaxStreams) nine_state_copy_common_all() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 48 struct list_head *pool = &port->write_pool; variable 50 while (!list_empty(pool)) { 51 req = list_entry(pool->next, struct dbc_request, list_pool); 65 list_add(&req->list_pool, pool); 82 struct list_head *pool = &port->read_pool; variable 84 while (!list_empty(pool)) { 88 req = list_entry(pool->next, struct dbc_request, list_pool); 97 list_add(&req->list_pool, pool);
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 48 struct list_head *pool = &port->write_pool; variable 50 while (!list_empty(pool)) { 51 req = list_entry(pool->next, struct dbc_request, list_pool); 65 list_add(&req->list_pool, pool); 82 struct list_head *pool = &port->read_pool; variable 84 while (!list_empty(pool)) { 88 req = list_entry(pool->next, struct dbc_request, list_pool); 97 list_add(&req->list_pool, pool);
|