Home
last modified time | relevance | path

Searched refs:pool (Results 1426 - 1450 of 1483) sorted by relevance

1...<<51525354555657585960

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c492 struct page_pool *pool = c->rq.page_pool; in mlx5e_stats_update_stats_rq_page_pool() local
495 if (!page_pool_get_stats(pool, &stats)) in mlx5e_stats_update_stats_rq_page_pool()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c1706 if (!hwfc->pool) { in opencl_frames_init()
1753 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in opencl_get_buffer()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmutils.h1234 void dll_pool_detach(void * osh, dll_pool_t * pool, uint16 elems_max, uint16 elem_size);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h470 enum amdgpu_ib_pool_type pool,
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h565 struct dma_pool *pool; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h949 mempool_t *pool; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h628 struct dma_pool *pool; member
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Ddriver.h300 struct dma_pool *pool; member
477 struct mutex pool_lock; /* protects pool lists */
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dcss.c1147 static void __gp_dma_free_dma(struct gen_pool *pool, in __gp_dma_free_dma() argument
1206 * Allocate dma memory from the css global pool. Intended for memory not
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Ddriver.h322 struct dma_pool *pool; member
474 struct mutex pool_lock; /* protects pool lists */
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h535 struct dma_pool *pool; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h631 struct dma_pool *pool; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h1062 mempool_t *pool; member
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dcss.c1105 static void __gp_dma_free_dma(struct gen_pool *pool, in __gp_dma_free_dma() argument
1164 * Allocate dma memory from the css global pool. Intended for memory not
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h375 ZSTD_threadPool* pool; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.c697 assert(cmd_buffer->pool->queue_family_index == queue->queue_family_index); in vk_queue_submit()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc2544 out_buffer_ + out_buffer_pos_, "constant pool begin (length %d)", in InstructionDecode()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_core_main.c287 struct qeth_qdio_buffer_pool *pool = &card->qdio.init_pool; in qeth_resize_buffer_pool() local
289 int delta = count - pool->buf_count; in qeth_resize_buffer_pool()
298 /* Remove entries from the pool: */ in qeth_resize_buffer_pool()
300 entry = list_first_entry(&pool->entry_list, in qeth_resize_buffer_pool()
327 list_splice(&entries, &pool->entry_list); in qeth_resize_buffer_pool()
331 pool->buf_count = count; in qeth_resize_buffer_pool()
2669 /* inbound buffer pool */ in qeth_alloc_qdio_queues()
2728 /* inbound buffer pool */ in qeth_free_qdio_queues()
2933 /* no free buffer in pool so take first one and swap pages */ in qeth_find_free_buffer_pool_entry()
3018 /*give only as many buffers to hardware as we have buffer pool entrie in qeth_init_qdio_queues()
[all...]
/kernel/linux/linux-5.10/net/ceph/
H A Dmessenger.c3505 if (m->pool) in ceph_msg_release()
3506 ceph_msgpool_put(m->pool, m); in ceph_msg_release()
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c2784 src_oloc.pool = src_ci->i_layout.pool_id; in ceph_do_objects_copy()
2786 dst_oloc.pool = dst_ci->i_layout.pool_id; in ceph_do_objects_copy()
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h644 struct xsk_buff_pool *pool; member
1019 struct xsk_buff_pool *pool; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1872 const struct resource_pool *pool) in dce110_set_safe_displaymarks()
1875 int underlay_idx = pool->underlay_pipe_index; in dce110_set_safe_displaymarks()
1870 dce110_set_safe_displaymarks( struct resource_context *res_ctx, const struct resource_pool *pool) dce110_set_safe_displaymarks() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp888 static Move<VkDescriptorSet> allocateSingleDescriptorSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout) in allocateSingleDescriptorSet() argument
894 pool, in allocateSingleDescriptorSet()
1253 // Create command pool in execute()
2683 // Create command pool in execute()
2982 // Create command pool in execute()
2985 // Descriptor pool, set layout and set. in execute()
3402 // Create command pool in renderTess()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp888 static Move<VkDescriptorSet> allocateSingleDescriptorSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout) in allocateSingleDescriptorSet() argument
894 pool, in allocateSingleDescriptorSet()
1253 // Create command pool in execute()
2683 // Create command pool in execute()
2982 // Create command pool in execute()
2985 // Descriptor pool, set layout and set. in execute()
3402 // Create command pool in renderTess()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c315 &cmd_buffer->vk.pool->alloc, in add_surface_reloc()
320 &cmd_buffer->vk.pool->alloc, in add_surface_reloc()
340 &cmd_buffer->vk.pool->alloc, in add_surface_state_relocs()
352 &cmd_buffer->vk.pool->alloc, in add_surface_state_relocs()
1631 * was allocated from a command pool with the in BeginCommandBuffer()

Completed in 91 milliseconds

1...<<51525354555657585960