/third_party/pulseaudio/src/pulsecore/ |
H A D | memchunk.c | 35 pa_mempool *pool; in pa_memchunk_make_writable() local 52 pa_mempool_unref(pool), pool = NULL; in pa_memchunk_make_writable() local
|
/third_party/pulseaudio/src/tests/ |
H A D | remix-test.c | 74 pa_mempool *pool; in main() local
|
/third_party/openssl/crypto/rand/ |
H A D | prov_seed.c | 21 RAND_POOL *pool; in ossl_rand_get_entropy() local 52 RAND_POOL *pool; in ossl_rand_get_nonce() local [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | compute_pipeline.cc | 34 Result ComputePipeline::Initialize(CommandPool* pool) { in Initialize() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkDescriptorPool.cpp | 31 VkDescriptorPool pool; in Create() local 41 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorPool pool, in GrVkDescriptorPool() argument
|
/third_party/skia/src/gpu/ |
H A D | GrProcessor.cpp | 36 GrMemoryPool* pool() const { in pool() function in __anon18778::MemoryPoolAccessor
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorPool.hpp | 55 uint8_t *pool = nullptr; member in vk::DescriptorPool
|
/third_party/skia/src/sksl/ |
H A D | SkSLPool.cpp | 39 auto pool = std::unique_ptr<Pool>(new Pool); in Create() local
|
/third_party/protobuf/php/tests/ |
H A D | memory_leak_test.php | 194 $pool = \Google\Protobuf\DescriptorPool::getGeneratedPool(); variable
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.h | 60 DescriptorPool* pool; member
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MessageBuilderContext.php | 44 private $pool; variable 51 $this->pool = $pool; variable
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | dePoolArray.cpp | 34 MemPool pool; in intArrayTest() local 108 MemPool pool; in alignedIntArrayTest() local 240 MemPool pool; sideEffectTest() local 272 MemPool pool; iteratorTest() local [all...] |
/third_party/vk-gl-cts/framework/delibs/depool/ |
H A D | dePoolArray.h | 40 deMemPool* pool; /*!< Pool from which all memory is allocated from. */ member [all...] |
H A D | dePoolHash.c | 39 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHash_selfTest() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | WorkerThread.h | 46 void setWorkerThreadPool(std::shared_ptr<WorkerThreadPool> pool) { mPool = pool; } in setWorkerThreadPool() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_xsk.h | 23 ice_xsk_pool_setup(struct ice_vsi __always_unused *vsi, struct xsk_buff_pool __always_unused *pool, u16 __always_unused qid) ice_xsk_pool_setup() argument
|
/kernel/linux/linux-5.10/drivers/tee/ |
H A D | tee_private.h | 58 struct tee_shm_pool *pool; member
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | memalloc.c | 66 struct gen_pool *pool = NULL; in snd_malloc_dev_iram() local 90 struct gen_pool *pool = dmab->private_data; in snd_free_dev_iram() local
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_among.h | 43 struct ebt_mac_wormhash_tuple pool[0]; member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | workqueue_internal.h | 39 struct worker_pool *pool; /* A: the associated pool */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dmapool.h | 41 static inline void dma_pool_destroy(struct dma_pool *pool) { } in dma_pool_destroy() argument 42 static inline void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc() argument 44 static inline void dma_pool_free(struct dma_pool *pool, void *vaddr, in dma_pool_free() argument 49 static inline void dmam_pool_destroy(struct dma_pool *pool) { } in dmam_pool_destroy() argument 52 static inline void *dma_pool_zalloc(struct dma_pool *pool, gfp_ argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/android/ion/ |
H A D | ion_page_pool.c | 15 static inline struct page *ion_page_pool_alloc_pages(struct ion_page_pool *pool) in ion_page_pool_alloc_pages() argument 22 static void ion_page_pool_free_pages(struct ion_page_pool *pool, in ion_page_pool_free_pages() argument 28 static void ion_page_pool_add(struct ion_page_pool *pool, struct page *page) in ion_page_pool_add() argument 44 ion_page_pool_remove(struct ion_page_pool *pool, bool high) ion_page_pool_remove() argument 64 ion_page_pool_alloc(struct ion_page_pool *pool) ion_page_pool_alloc() argument 83 ion_page_pool_free(struct ion_page_pool *pool, struct page *page) ion_page_pool_free() argument 90 ion_page_pool_total(struct ion_page_pool *pool, bool high) ion_page_pool_total() argument 100 ion_page_pool_shrink(struct ion_page_pool *pool, gfp_t gfp_mask, int nr_to_scan) ion_page_pool_shrink() argument 136 struct ion_page_pool *pool = kmalloc(sizeof(*pool), GFP_KERNEL); ion_page_pool_create() local 152 ion_page_pool_destroy(struct ion_page_pool *pool) ion_page_pool_destroy() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | pci_irq.h | 32 static inline bool mlx5_irq_pool_is_sf_pool(struct mlx5_irq_pool *pool) in mlx5_irq_pool_is_sf_pool() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmapool.h | 41 static inline void dma_pool_destroy(struct dma_pool *pool) { } in dma_pool_destroy() argument 42 static inline void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc() argument 44 static inline void dma_pool_free(struct dma_pool *pool, void *vaddr, in dma_pool_free() argument 49 static inline void dmam_pool_destroy(struct dma_pool *pool) { } in dmam_pool_destroy() argument 52 static inline void *dma_pool_zalloc(struct dma_pool *pool, gfp_ argument [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | netdev_rx_queue.h | 22 struct xsk_buff_pool *pool; member
|