Home
last modified time | relevance | path

Searched defs:pool (Results 226 - 250 of 999) sorted by relevance

12345678910>>...40

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp46 void FencedDeleter::DeleteWhenUnused(VkDescriptorPool pool) { in DeleteWhenUnused() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorPool.php43 private static $pool; variable
H A DMapField.php84 $pool = DescriptorPool::getGeneratedPool(); variable
/third_party/protobuf/php/tests/
H A DDescriptorsTest.php50 $pool = DescriptorPool::getGeneratedPool(); variable
61 $pool = DescriptorPool::getGeneratedPool(); variable
79 $pool = DescriptorPool::getGeneratedPool(); variable
96 $pool = DescriptorPool::getGeneratedPool(); global() variable
114 $pool = DescriptorPool::getGeneratedPool(); global() variable
138 $pool = DescriptorPool::getGeneratedPool(); global() variable
213 $pool = DescriptorPool::getGeneratedPool(); global() variable
224 $pool = DescriptorPool::getGeneratedPool(); global() variable
236 $pool = DescriptorPool::getGeneratedPool(); global() variable
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dpstream-util.c142 int pa_pstream_register_memfd_mempool(pa_pstream *p, pa_mempool *pool, const char **fail_reason) { in pa_pstream_register_memfd_mempool() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dtype_info_test_helper.cc58 const DescriptorPool* pool = descriptors[0]->file()->pool(); in ResetTypeInfo() local
/third_party/skia/bench/
H A DGrMemoryPoolBench.cpp44 static void run_stack(GrMemoryPool* pool, int loops) { in run_stack() argument
68 static void run_queue(GrMemoryPool* pool, in argument
92 run_pushpop(GrMemoryPool* pool, int loops) run_pushpop() argument
113 run_random(GrMemoryPool* pool, int loops) run_random() argument
173 std::unique_ptr<GrMemoryPool> pool; global() variable
[all...]
/third_party/rust/crates/regex/src/
H A Dlib.rs748 mod pool; modules
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolStringBuilder.c38 deMemPool* pool; member
44 dePoolStringBuilder* dePoolStringBuilder_create (deMemPool* pool) in dePoolStringBuilder_create() argument
118 char* dePoolStringBuilder_dupToPool (dePoolStringBuilder* builder, deMemPool* pool) in dePoolStringBuilder_dupToPool() argument
[all...]
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dresource_node_pool_test.cpp49 auto &pool = ResourceNodePool::Instance(); in HWTEST_F() local
71 auto &pool = ResourceNodePool::Instance(); in HWTEST_F() local
85 auto &pool in HWTEST_F() local
95 auto &pool = ResourceNodePool::Instance(); HWTEST_F() local
119 auto &pool = ResourceNodePool::Instance(); HWTEST_F() local
173 auto &pool = ResourceNodePool::Instance(); HWTEST_F() local
202 auto &pool = ResourceNodePool::Instance(); HWTEST_F() local
225 auto &pool = ResourceNodePool::Instance(); HWTEST_F() local
[all...]
H A Dcontext_pool_test.cpp47 auto &pool = ContextPool::Instance(); in HWTEST_F() local
62 auto &pool = ContextPool::Instance(); in HWTEST_F() local
73 auto &pool = ContextPool::Instance(); in HWTEST_F() local
86 auto &pool = ContextPool::Instance(); HWTEST_F() local
96 auto &pool = ContextPool::Instance(); HWTEST_F() local
126 auto &pool = ContextPool::Instance(); HWTEST_F() local
146 auto &pool = ContextPool::Instance(); HWTEST_F() local
199 auto &pool = ContextPool::Instance(); HWTEST_F() local
234 auto &pool = ContextPool::Instance(); HWTEST_F() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_event.c35 static hi_s32 event_type_counter(hdmi_event_pool *pool, hdmi_event event, hi_bool write) in event_type_counter() argument
[all...]
H A Ddrv_hdmi_event.h64 hdmi_event_pool pool[HDMI_EVENT_POOL_CNT]; member
/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/
H A Dpage_pool.c21 static inline struct page *dmabuf_page_pool_alloc_pages(struct dmabuf_page_pool *pool) in dmabuf_page_pool_alloc_pages() argument
29 static inline void dmabuf_page_pool_free_pages(struct dmabuf_page_pool *pool, struct page *page) in dmabuf_page_pool_free_pages() argument
34 static void dmabuf_page_pool_add(struct dmabuf_page_pool *pool, struct page *page) in dmabuf_page_pool_add() argument
51 dmabuf_page_pool_remove(struct dmabuf_page_pool *pool, int index) dmabuf_page_pool_remove() argument
67 dmabuf_page_pool_fetch(struct dmabuf_page_pool *pool) dmabuf_page_pool_fetch() argument
79 dmabuf_page_pool_alloc(struct dmabuf_page_pool *pool) dmabuf_page_pool_alloc() argument
95 dmabuf_page_pool_free(struct dmabuf_page_pool *pool, struct page *page) dmabuf_page_pool_free() argument
105 dmabuf_page_pool_total(struct dmabuf_page_pool *pool, bool high) dmabuf_page_pool_total() argument
118 struct dmabuf_page_pool *pool = kmalloc(sizeof(*pool), GFP_KERNEL); dmabuf_page_pool_create() local
141 dmabuf_page_pool_destroy(struct dmabuf_page_pool *pool) dmabuf_page_pool_destroy() argument
162 dmabuf_page_pool_do_shrink(struct dmabuf_page_pool *pool, gfp_t gfp_mask, int nr_to_scan) dmabuf_page_pool_do_shrink() argument
199 struct dmabuf_page_pool *pool; dmabuf_page_pool_shrink() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/
H A Dpage_pool.c22 struct page *dmabuf_page_pool_alloc_pages(struct dmabuf_page_pool *pool) in dmabuf_page_pool_alloc_pages() argument
29 static inline void dmabuf_page_pool_free_pages(struct dmabuf_page_pool *pool, in dmabuf_page_pool_free_pages() argument
35 static void dmabuf_page_pool_add(struct dmabuf_page_pool *pool, struct page *page) in dmabuf_page_pool_add() argument
52 dmabuf_page_pool_remove(struct dmabuf_page_pool *pool, int index) dmabuf_page_pool_remove() argument
69 dmabuf_page_pool_fetch(struct dmabuf_page_pool *pool) dmabuf_page_pool_fetch() argument
80 dmabuf_page_pool_alloc(struct dmabuf_page_pool *pool) dmabuf_page_pool_alloc() argument
95 dmabuf_page_pool_free(struct dmabuf_page_pool *pool, struct page *page) dmabuf_page_pool_free() argument
104 dmabuf_page_pool_total(struct dmabuf_page_pool *pool, bool high) dmabuf_page_pool_total() argument
116 struct dmabuf_page_pool *pool = kmalloc(sizeof(*pool), GFP_KERNEL); dmabuf_page_pool_create() local
138 dmabuf_page_pool_destroy(struct dmabuf_page_pool *pool) dmabuf_page_pool_destroy() argument
158 dmabuf_page_pool_do_shrink(struct dmabuf_page_pool *pool, gfp_t gfp_mask, int nr_to_scan) dmabuf_page_pool_do_shrink() argument
192 struct dmabuf_page_pool *pool; dmabuf_page_pool_shrink() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h68 RefPtr<AceType> pool; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2.cpp96 IGLTF2Importer::Ptr Gltf2::CreateGLTF2Importer(IEcs& ecs, IThreadPool& pool) in CreateGLTF2Importer() argument
124 ISceneImporter::Ptr Gltf2::CreateSceneImporter(IEcs& ecs, IThreadPool& pool) in CreateSceneImporter() argument
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.c70 int32 SAMGR_StartTaskPool(TaskPool *pool, const char *name) in SAMGR_StartTaskPool() argument
93 SAMGR_ReleaseTaskPool(TaskPool *pool) SAMGR_ReleaseTaskPool() argument
109 SAMGR_ReferenceTaskPool(TaskPool *pool) SAMGR_ReferenceTaskPool() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp93 auto pool = TaskExecutor::GetInstance().GetExecutor(); in GetRdbStore() local
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp467 DhcpAddressPool pool; in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c24 DympoolType *pool = FILLP_NULL_PTR; in DympCreatePool() local
75 DympDestroyPool(DympoolType *pool) DympDestroyPool() argument
110 DympSetConsSafe(DympoolType *pool, FILLP_BOOL safe) DympSetConsSafe() argument
115 DympSetProdSafe(DympoolType *pool, FILLP_BOOL safe) DympSetProdSafe() argument
120 DympExpandMemory(DympoolType *pool, int stepSizeWork) DympExpandMemory() argument
176 DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow) DympAskMoreMemory() argument
204 DympAlloc(DympoolType *pool, void **data, int throttleGrow) DympAlloc() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-fpa.h106 static inline const char *cvmx_fpa_get_name(uint64_t pool) in cvmx_fpa_get_name() argument
117 static inline void *cvmx_fpa_get_base(uint64_t pool) in cvmx_fpa_get_base() argument
131 cvmx_fpa_is_member(uint64_t pool, void *ptr) cvmx_fpa_is_member() argument
185 cvmx_fpa_alloc(uint64_t pool) cvmx_fpa_alloc() argument
202 cvmx_fpa_async_alloc(uint64_t scr_addr, uint64_t pool) cvmx_fpa_async_alloc() argument
226 cvmx_fpa_free_nosync(void *ptr, uint64_t pool, uint64_t num_cache_lines) cvmx_fpa_free_nosync() argument
248 cvmx_fpa_free(void *ptr, uint64_t pool, uint64_t num_cache_lines) cvmx_fpa_free() argument
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Diommu-common.c106 struct iommu_pool *pool; in iommu_tbl_range_alloc() local
249 struct iommu_pool *pool; iommu_tbl_range_free() local
[all...]
/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A Dbpmp-tegra186.c20 struct gen_pool *pool; member
[all...]
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dfastmap-wl.c134 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_refill_pools() local
54 return_unused_pool_pebs(struct ubi_device *ubi, struct ubi_fm_pool *pool) return_unused_pool_pebs() argument
233 struct ubi_fm_pool *pool = &ubi->fm_pool; ubi_wl_get_peb() local
286 struct ubi_fm_pool *pool = &ubi->fm_wl_pool; get_peb_for_wl() local
[all...]

Completed in 12 milliseconds

12345678910>>...40