Home
last modified time | relevance | path

Searched defs:pool (Results 76 – 100 of 303) sorted by relevance

12345678910>>...13

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c669 static bool dcn303_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn303_dwbc_create()
704 static bool dcn303_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn303_mmhubbub_create()
899 static bool init_soc_bounding_box(struct dc *dc, struct resource_pool *pool) in init_soc_bounding_box()
932 static void dcn303_resource_destruct(struct resource_pool *pool) in dcn303_resource_destruct()
1059 static void dcn303_destroy_resource_pool(struct resource_pool **pool) in dcn303_destroy_resource_pool()
1142 struct resource_pool *pool) in dcn303_resource_construct()
1443 struct resource_pool *pool = kzalloc(sizeof(struct resource_pool), GFP_KERNEL); in dcn303_create_resource_pool() local
/linux/tools/usb/usbip/libsrc/
H A Dnames.c142 struct pool { struct
143 struct pool *next; argument
147 static struct pool *pool_head; argument
171 struct pool *pool; in names_free() local
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-xsk.c175 struct xsk_buff_pool *pool = xsk_get_pool_from_qid(dev, qid); in dpaa2_xsk_disable_pool() local
221 struct xsk_buff_pool *pool, in dpaa2_xsk_enable_pool()
303 int dpaa2_xsk_setup_pool(struct net_device *dev, struct xsk_buff_pool *pool, u16 qid) in dpaa2_xsk_setup_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c92 #define TO_DCN301_RES_POOL(pool)\ argument
1036 static void dcn301_destruct(struct dcn301_resource_pool *pool) in dcn301_destruct()
1175 static bool dcn301_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn301_dwbc_create()
1200 static bool dcn301_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn301_mmhubbub_create()
1241 static void dcn301_destroy_resource_pool(struct resource_pool **pool) in dcn301_destroy_resource_pool()
1290 struct dcn301_resource_pool *pool) in init_soc_bounding_box()
1410 struct dcn301_resource_pool *pool) in dcn301_resource_construct()
1726 struct dcn301_resource_pool *pool = in dcn301_create_resource_pool() local
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn301/
H A Ddcn301_fpu.c34 #define TO_DCN301_RES_POOL(pool)\ argument
326 struct dcn301_resource_pool *pool = TO_DCN301_RES_POOL(dc->res_pool); in dcn301_fpu_update_bw_bounding_box() local
/linux/drivers/tee/optee/
H A Dffa_abi.c375 static int pool_ffa_op_alloc(struct tee_shm_pool *pool, in pool_ffa_op_alloc()
382 static void pool_ffa_op_free(struct tee_shm_pool *pool, in pool_ffa_op_free()
388 static void pool_ffa_op_destroy_pool(struct tee_shm_pool *pool) in pool_ffa_op_destroy_pool()
407 struct tee_shm_pool *pool = kzalloc(sizeof(*pool), GFP_KERNEL); in optee_ffa_shm_pool_alloc_pages() local
900 struct tee_shm_pool *pool; in optee_ffa_probe() local
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1065 static void dcn30_resource_destruct(struct dcn30_resource_pool *pool) in dcn30_resource_destruct()
1215 static bool dcn30_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn30_dwbc_create()
1240 static bool dcn30_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn30_mmhubbub_create()
1286 static void dcn30_destroy_resource_pool(struct resource_pool **pool) in dcn30_destroy_resource_pool()
1430 const struct resource_pool *pool, in dcn30_acquire_post_bldn_3dlut()
1466 const struct resource_pool *pool, in dcn30_release_post_bldn_3dlut()
1497 struct dcn30_resource_pool *pool) in init_soc_bounding_box()
1528 const struct resource_pool *pool = dc->res_pool; in dcn30_split_stream_for_mpc_or_odm() local
2271 struct dcn30_resource_pool *pool) in dcn30_resource_construct()
2620 struct dcn30_resource_pool *pool = in dcn30_create_resource_pool() local
/linux/tools/workqueue/
H A Dwq_dump.py153 pool = drgn.Object(prog, 'struct worker_pool', address=pool) variable
158 pool = drgn.Object(prog, 'struct worker_pool', address=pool) variable
/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c121 struct cxgbi_ppm_pool *pool; in ppm_get_cpu_entries() local
197 struct cxgbi_ppm_pool *pool; in ppm_unmark_entries() local
395 struct cxgbi_ppm_pool __percpu *pool = NULL; in cxgbi_ppm_init() local
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.h42 struct dma_pool *pool; member
47 struct dma_pool *pool; member
/linux/drivers/scsi/libfc/
H A Dfc_exch.c84 struct fc_exch_pool __percpu *pool; member
412 static inline struct fc_exch *fc_exch_ptr_get(struct fc_exch_pool *pool, in fc_exch_ptr_get()
425 static inline void fc_exch_ptr_set(struct fc_exch_pool *pool, u16 index, in fc_exch_ptr_set()
437 struct fc_exch_pool *pool; in fc_exch_delete() local
818 struct fc_exch_pool *pool; in fc_exch_em_alloc() local
929 struct fc_exch_pool *pool; in fc_exch_find() local
1935 struct fc_exch_pool *pool, in fc_exch_pool_reset()
2471 struct fc_exch_pool *pool; in fc_exch_mgr_alloc() local
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c910 static void dcn201_resource_destruct(struct dcn201_resource_pool *pool) in dcn201_resource_destruct()
1002 const struct resource_pool *pool, in dcn201_acquire_free_pipe_for_layer()
1048 static void dcn201_destroy_resource_pool(struct resource_pool **pool) in dcn201_destroy_resource_pool()
1089 struct dcn201_resource_pool *pool) in dcn201_resource_construct()
1305 struct dcn201_resource_pool *pool = in dcn201_create_resource_pool() local
/linux/arch/sparc/kernel/
H A Diommu-common.c106 struct iommu_pool *pool; in iommu_tbl_range_alloc() local
249 struct iommu_pool *pool; in iommu_tbl_range_free() local
/linux/include/linux/
H A Dswiotlb.h252 struct io_tlb_pool *pool = swiotlb_find_pool(dev, addr); in swiotlb_tbl_unmap_single() local
264 struct io_tlb_pool *pool = swiotlb_find_pool(dev, addr); in swiotlb_sync_single_for_device() local
276 struct io_tlb_pool *pool = swiotlb_find_pool(dev, addr); in swiotlb_sync_single_for_cpu() local
H A Dsram.h11 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy()
/linux/drivers/xen/
H A Dswiotlb-xen.c270 struct io_tlb_pool *pool; in xen_swiotlb_unmap_page() local
293 struct io_tlb_pool *pool; in xen_swiotlb_sync_single_for_cpu() local
312 struct io_tlb_pool *pool; in xen_swiotlb_sync_single_for_device() local
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c21 struct otx2_pool *pool; in otx2_qos_aura_pool_free() local
39 struct otx2_pool *pool; in otx2_qos_sq_aura_pool_init() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c95 struct mlx5_fs_pool *pool; in mlx5_fs_cleanup_hws_actions_pool() local
1266 mlx5_fs_destroy_pr_pool(struct mlx5_fs_pool *pool, struct xarray *pr_pools, in mlx5_fs_destroy_pr_pool()
1435 struct mlx5_fs_pool *pool; in mlx5_fs_create_mh_pool() local
1457 mlx5_fs_destroy_mh_pool(struct mlx5_fs_pool *pool, struct xarray *mh_pools, in mlx5_fs_destroy_mh_pool()
1474 struct mlx5_fs_pool *pool; in mlx5_cmd_hws_modify_header_alloc() local
1527 struct mlx5_fs_pool *pool; in mlx5_cmd_hws_modify_header_dealloc() local
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1340 static void dcn316_resource_destruct(struct dcn316_resource_pool *pool) in dcn316_resource_destruct()
1506 static bool dcn31_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn31_dwbc_create()
1531 static bool dcn31_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn31_mmhubbub_create()
1571 static void dcn316_destroy_resource_pool(struct resource_pool **pool) in dcn316_destroy_resource_pool()
1731 struct dcn316_resource_pool *pool) in dcn316_resource_construct()
2032 struct dcn316_resource_pool *pool = in dcn316_create_resource_pool() local
H A Ddcn316_resource.h31 #define TO_DCN316_RES_POOL(pool)\ argument
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.h31 #define TO_DCN321_RES_POOL(pool)\ argument
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.h12 #define TO_DCN351_RES_POOL(pool)\ argument
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.h34 #define TO_DCE110_RES_POOL(pool)\ argument
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.h31 #define TO_DCN315_RES_POOL(pool)\ argument
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.h32 #define TO_DCN10_RES_POOL(pool)\ argument

12345678910>>...13