Home
last modified time | relevance | path

Searched refs:pool (Results 676 - 700 of 1462) sorted by relevance

1...<<21222324252627282930>>...59

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_irq.h44 struct mlx5_irq *mlx5_irq_affinity_request(struct mlx5_irq_pool *pool,
56 mlx5_irq_affinity_request(struct mlx5_irq_pool *pool, struct irq_affinity_desc *af_desc) in mlx5_irq_affinity_request() argument
/kernel/linux/linux-6.6/scripts/clang-tools/
H A Drun-clang-tools.py68 pool = multiprocessing.Pool(initializer=init, initargs=(lock, args))
72 pool.map(run_analysis, datastore)
/third_party/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferComputeInstance.hpp56 vk::VkDescriptorPool pool,
62 vk::Move<vk::VkDescriptorSet> createDescriptorSet (vk::VkDescriptorPool pool,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferComputeInstance.hpp56 vk::VkDescriptorPool pool,
62 vk::Move<vk::VkDescriptorSet> createDescriptorSet (vk::VkDescriptorPool pool,
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcompute_pipeline.cc34 Result ComputePipeline::Initialize(CommandPool* pool) { in Initialize() argument
35 return Pipeline::Initialize(pool); in Initialize()
H A Dpipeline.cc63 if (info.pool != VK_NULL_HANDLE) { in ~Pipeline()
65 info.pool, nullptr); in ~Pipeline()
78 Result Pipeline::Initialize(CommandPool* pool) { in Initialize() argument
81 command_ = MakeUnique<CommandBuffer>(device_, pool); in Initialize()
144 &info.pool) != VK_SUCCESS) { in CreateDescriptorPools()
159 desc_set_info.descriptorPool = descriptor_set_info_[i].pool; in CreateDescriptorSets()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueryPool.hpp102 inline Query *getQuery(uint32_t query) const { return &pool[query]; } in getQuery()
106 Query *const pool; member in vk::QueryPool
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DAsyncTaskTests.cpp65 // Emulate the basic usage of worker thread pool in Create*PipelineAsync().
68 std::unique_ptr<dawn_platform::WorkerTaskPool> pool = platform.CreateWorkerTaskPool(); in TEST_F() local
70 dawn_native::AsyncTaskManager taskManager(pool.get()); in TEST_F()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp408 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in EraseBufferFromPool() local
409 if (i >= pool.size()) { in EraseBufferFromPool()
410 HLOGE("EraseBufferFromPool invalid params i: %{public}lu, pool size: %{public}lu", i, pool.size()); in EraseBufferFromPool()
413 BufferInfo& info = pool[i]; in EraseBufferFromPool()
415 pool.erase(pool.begin() + i); in EraseBufferFromPool()
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-multipath.c75 mempool_free(mp_bh, &conf->pool); in multipath_end_bh_io()
111 mp_bh = mempool_alloc(&conf->pool, GFP_NOIO); in multipath_make_request()
119 mempool_free(mp_bh, &conf->pool); in multipath_make_request()
405 ret = mempool_init_kmalloc_pool(&conf->pool, NR_RESERVED_BUFS, in multipath_run()
429 mempool_exit(&conf->pool); in multipath_run()
441 mempool_exit(&conf->pool); in multipath_free()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-multipath.c75 mempool_free(mp_bh, &conf->pool); in multipath_end_bh_io()
111 mp_bh = mempool_alloc(&conf->pool, GFP_NOIO); in multipath_make_request()
119 mempool_free(mp_bh, &conf->pool); in multipath_make_request()
399 ret = mempool_init_kmalloc_pool(&conf->pool, NR_RESERVED_BUFS, in multipath_run()
423 mempool_exit(&conf->pool); in multipath_run()
435 mempool_exit(&conf->pool); in multipath_free()
/third_party/ffmpeg/libavcodec/
H A Dlibvpxdec.c47 AVBufferPool *pool; member
59 av_buffer_pool_uninit(&ctx->pool); in get_frame_buffer()
61 ctx->pool = av_buffer_pool_init(min_size, av_buffer_allocz); in get_frame_buffer()
62 if (!ctx->pool) { in get_frame_buffer()
69 buf = av_buffer_pool_get(ctx->pool); in get_frame_buffer()
347 av_buffer_pool_uninit(&ctx->pool); in vpx_free()
H A Dlibsvtav1.c59 AVBufferPool *pool; member
471 av_buffer_pool_uninit(&svt_enc->pool); in get_output_ref()
472 svt_enc->pool = av_buffer_pool_init(max_tu_size + AV_INPUT_BUFFER_PADDING_SIZE, NULL); in get_output_ref()
473 if (!svt_enc->pool) in get_output_ref()
478 av_assert0(svt_enc->pool); in get_output_ref()
480 return av_buffer_pool_get(svt_enc->pool); in get_output_ref()
567 av_buffer_pool_uninit(&svt_enc->pool); in eb_enc_close()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c95 return snd_seq_total_cells(client->pool) > 0; in snd_seq_write_pool_allocated()
237 client->pool = snd_seq_pool_new(poolsize); in seq_create_client1()
238 if (client->pool == NULL) { in seq_create_client1()
270 snd_seq_pool_delete(&client->pool); in seq_create_client1()
287 if (client->pool) in seq_free_client1()
288 snd_seq_pool_delete(&client->pool); in seq_free_client1()
902 /* Allocate a cell from client pool and enqueue it to queue:
903 * if pool is empty and blocking is TRUE, sleep until a new cell is
942 err = snd_seq_event_dup(client->pool, event, &cell, !blocking || atomic, in snd_seq_client_enqueue_event()
989 * -EAGAIN no space in output pool
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtest_util.h129 const DescriptorPool* pool = base_descriptor->file()->pool(); in ReflectionTester() local
132 pool->FindFieldByName(package + ".TestAllTypes.optional_import_message"); in ReflectionTester()
136 nested_b_ = pool->FindFieldByName(package + ".TestAllTypes.NestedMessage.bb"); in ReflectionTester()
137 foreign_c_ = pool->FindFieldByName(package + ".ForeignMessage.c"); in ReflectionTester()
138 import_d_ = pool->FindFieldByName(import_package + ".ImportMessage.d"); in ReflectionTester()
139 import_e_ = pool->FindFieldByName(import_package + ".PublicImportMessage.e"); in ReflectionTester()
140 nested_foo_ = pool->FindEnumValueByName(package + ".TestAllTypes.FOO"); in ReflectionTester()
141 nested_bar_ = pool->FindEnumValueByName(package + ".TestAllTypes.BAR"); in ReflectionTester()
142 nested_baz_ = pool in ReflectionTester()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1070 seq_printf(m, "W1: ena\t\t\t%d\nW1: pool caching\t%d\n", in print_npa_aura_ctx()
1072 seq_printf(m, "W1: pool way mask\t%d\nW1: avg con\t\t%d\n", in print_npa_aura_ctx()
1074 seq_printf(m, "W1: pool drop ena\t%d\nW1: aura drop ena\t%d\n", in print_npa_aura_ctx()
1113 struct npa_pool_s *pool = &rsp->pool; in print_npa_pool_ctx() local
1116 seq_printf(m, "W0: Stack base\t\t%llx\n", pool->stack_base); in print_npa_pool_ctx()
1119 pool->ena, pool->nat_align); in print_npa_pool_ctx()
1121 pool->stack_caching, pool in print_npa_pool_ctx()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c106 vk_zalloc(&cmdbuf->vk.pool->alloc, sizeof(*barriers) * barrier_count, in dzn_cmd_buffer_queue_transition_barriers()
115 vk_free(&cmdbuf->vk.pool->alloc, barriers); in dzn_cmd_buffer_queue_transition_barriers()
269 vk_free(&cbuf->pool->alloc, res); in dzn_cmd_buffer_destroy()
274 dzn_descriptor_heap_pool_finish(&cmdbuf->rtvs.pool); in dzn_cmd_buffer_destroy()
275 dzn_descriptor_heap_pool_finish(&cmdbuf->dsvs.pool); in dzn_cmd_buffer_destroy()
284 vk_free(&cbuf->pool->alloc, he->data); in dzn_cmd_buffer_destroy()
290 vk_free(&cbuf->pool->alloc, he->data); in dzn_cmd_buffer_destroy()
304 vk_free(&cbuf->pool->alloc, he->data); in dzn_cmd_buffer_destroy()
311 vk_free(&cbuf->pool->alloc, he->data); in dzn_cmd_buffer_destroy()
316 vk_free(&cbuf->pool in dzn_cmd_buffer_destroy()
442 const struct vk_command_pool *pool = cmdbuf->vk.pool; dzn_cmd_buffer_reset() local
2303 struct dzn_descriptor_heap_pool *pool = dzn_cmd_buffer_update_heaps() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_lib.c133 /* fill random pool and seed the current legacy RNG */ in RAND_poll()
134 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll() local
138 if (pool == NULL) in RAND_poll()
141 if (ossl_pool_acquire_entropy(pool) == 0) in RAND_poll()
145 || meth->add(ossl_rand_pool_buffer(pool), in RAND_poll()
146 ossl_rand_pool_length(pool), in RAND_poll()
147 (ossl_rand_pool_entropy(pool) / 8.0)) == 0) in RAND_poll()
152 ossl_rand_pool_free(pool); in RAND_poll()
/third_party/openssl/crypto/rand/
H A Drand_lib.c131 /* fill random pool and seed the current legacy RNG */ in RAND_poll()
132 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll() local
136 if (pool == NULL) in RAND_poll()
139 if (ossl_pool_acquire_entropy(pool) == 0) in RAND_poll()
143 || meth->add(ossl_rand_pool_buffer(pool), in RAND_poll()
144 ossl_rand_pool_length(pool), in RAND_poll()
145 (ossl_rand_pool_entropy(pool) / 8.0)) == 0) in RAND_poll()
150 ossl_rand_pool_free(pool); in RAND_poll()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h90 struct rtrs_rdma_dev_pd *pool; member
327 struct rtrs_rdma_dev_pd *pool);
328 void rtrs_rdma_dev_pd_deinit(struct rtrs_rdma_dev_pd *pool);
331 struct rtrs_rdma_dev_pd *pool);
/kernel/linux/linux-6.6/fs/crypto/
H A Dcrypto.c321 mempool_t *pool; in fscrypt_initialize() local
327 /* No need to allocate a bounce page pool if this FS won't use it. */ in fscrypt_initialize()
336 pool = mempool_create_page_pool(num_prealloc_crypto_pages, 0); in fscrypt_initialize()
337 if (!pool) in fscrypt_initialize()
340 smp_store_release(&fscrypt_bounce_page_pool, pool); in fscrypt_initialize()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h86 struct rtrs_rdma_dev_pd *pool; member
328 struct rtrs_rdma_dev_pd *pool);
329 void rtrs_rdma_dev_pd_deinit(struct rtrs_rdma_dev_pd *pool);
332 struct rtrs_rdma_dev_pd *pool);
/kernel/linux/linux-6.6/lib/
H A Dstackdepot.c87 /* Currently used pool in stack_pools. */
89 /* Offset to the unused space in the currently used pool. */
94 * Stack depot tries to keep an extra pool allocated even before it runs out
95 * of space in the currently used pool.
96 * This flag marks that this next extra pool needs to be allocated and
97 * initialized. It has the value 0 when either the next pool is not yet
221 /* Uses preallocated memory to initialize a new stack depot pool. */
225 * If the next pool is already initialized or the maximum number of in depot_init_pool()
233 /* Check if the current pool is not yet allocated. */ in depot_init_pool()
235 /* Use the preallocated memory for the current pool in depot_init_pool()
469 void *pool; stack_depot_fetch() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRef.hpp215 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkDescriptorPool pool) in Deleter() argument
218 , m_pool (pool) in Deleter()
238 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkCommandPool pool) in Deleter() argument
241 , m_pool (pool) in Deleter()

Completed in 23 milliseconds

1...<<21222324252627282930>>...59