Home
last modified time | relevance | path

Searched defs:pool (Results 101 - 125 of 608) sorted by relevance

12345678910>>...25

/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
H A Drmgr_vbuf.c128 int ia_css_rmgr_init_vbuf(struct ia_css_rmgr_vbuf_pool *pool) in ia_css_rmgr_init_vbuf() argument
161 ia_css_rmgr_uninit_vbuf(struct ia_css_rmgr_vbuf_pool *pool) ia_css_rmgr_uninit_vbuf() argument
197 rmgr_push_handle(struct ia_css_rmgr_vbuf_pool *pool, struct ia_css_rmgr_vbuf_handle **handle) rmgr_push_handle() argument
225 rmgr_pop_handle(struct ia_css_rmgr_vbuf_pool *pool, struct ia_css_rmgr_vbuf_handle **handle) rmgr_pop_handle() argument
254 ia_css_rmgr_acq_vbuf(struct ia_css_rmgr_vbuf_pool *pool, struct ia_css_rmgr_vbuf_handle **handle) ia_css_rmgr_acq_vbuf() argument
310 ia_css_rmgr_rel_vbuf(struct ia_css_rmgr_vbuf_pool *pool, struct ia_css_rmgr_vbuf_handle **handle) ia_css_rmgr_rel_vbuf() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dk3-cppi-desc-pool.c27 void k3_cppi_desc_pool_destroy(struct k3_cppi_desc_pool *pool) in k3_cppi_desc_pool_destroy() argument
49 struct k3_cppi_desc_pool *pool; k3_cppi_desc_pool_create_name() local
104 k3_cppi_desc_pool_virt2dma(struct k3_cppi_desc_pool *pool, void *addr) k3_cppi_desc_pool_virt2dma() argument
111 k3_cppi_desc_pool_dma2virt(struct k3_cppi_desc_pool *pool, dma_addr_t dma) k3_cppi_desc_pool_dma2virt() argument
117 k3_cppi_desc_pool_alloc(struct k3_cppi_desc_pool *pool) k3_cppi_desc_pool_alloc() argument
123 k3_cppi_desc_pool_free(struct k3_cppi_desc_pool *pool, void *addr) k3_cppi_desc_pool_free() argument
129 k3_cppi_desc_pool_avail(struct k3_cppi_desc_pool *pool) k3_cppi_desc_pool_avail() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/tests/
H A Dttm_device_test.c158 struct ttm_pool *pool; in ttm_device_init_pools() local
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_memory.h34 struct snd_seq_pool *pool; /* used pool */ member
75 static inline int snd_seq_unused_cells(struct snd_seq_pool *pool) in snd_seq_unused_cells() argument
81 snd_seq_total_cells(struct snd_seq_pool *pool) snd_seq_total_cells() argument
[all...]
/kernel/liteos_a/kernel/base/mem/membox/
H A Dlos_membox.c76 LITE_OS_SEC_TEXT_INIT UINT32 LOS_MemboxInit(VOID *pool, UINT32 poolSize, UINT32 blkSize) in LOS_MemboxInit() argument
120 LITE_OS_SEC_TEXT VOID *LOS_MemboxAlloc(VOID *pool) in LOS_MemboxAlloc() argument
144 LITE_OS_SEC_TEXT UINT32 LOS_MemboxFree(VOID *pool, VOID *box) in LOS_MemboxFree() argument
171 LITE_OS_SEC_TEXT_MINOR VOID LOS_MemboxClr(VOID *pool, VOI argument
183 LOS_ShowBox(VOID *pool) LOS_ShowBox() argument
[all...]
/kernel/linux/linux-6.6/mm/
H A Dzpool.c23 void *pool; member
[all...]
H A Ddmapool_test.c31 static struct dma_pool *pool; variable
/kernel/linux/linux-6.6/lib/
H A Dsg_pool.c14 mempool_t *pool; member
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue_internal.h45 struct worker_pool *pool; /* A: the associated pool */ member
/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...]
/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...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.h42 struct dma_pool *pool; member
47 struct dma_pool *pool; member
/kernel/linux/linux-6.6/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-6.6/arch/powerpc/platforms/pseries/
H A Drtas-work-area.c139 struct gen_pool *pool; in rtas_work_area_allocator_init() local
/kernel/linux/linux-6.6/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...]

Completed in 11 milliseconds

12345678910>>...25