| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 145 static void ibmveth_init_buffer_pool(struct ibmveth_buff_pool *pool, in ibmveth_init_buffer_pool() 157 static int ibmveth_alloc_buffer_pool(struct ibmveth_buff_pool *pool) in ibmveth_alloc_buffer_pool() 206 struct ibmveth_buff_pool *pool) in ibmveth_replenish_buffer_pool() 315 struct ibmveth_buff_pool *pool = &adapter->rx_buff_pool[i]; in ibmveth_replenish_task() local 327 struct ibmveth_buff_pool *pool) in ibmveth_free_buffer_pool() 363 unsigned int pool = correlator >> 32; in ibmveth_remove_buffer_from_pool() local 398 unsigned int pool = correlator >> 32; in ibmveth_rxq_get_buffer() local 412 unsigned int pool = correlator >> 32; in ibmveth_rxq_recycle_buffer() local 1785 struct ibmveth_buff_pool *pool = container_of(kobj, in veth_pool_show() local 1801 struct ibmveth_buff_pool *pool = container_of(kobj, in veth_pool_store() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | davinci_cpdma.c | 100 struct cpdma_desc_pool *pool; member 192 struct cpdma_desc_pool *pool = ctlr->pool; in cpdma_desc_pool_destroy() local 215 struct cpdma_desc_pool *pool; in cpdma_desc_pool_create() local 279 static inline dma_addr_t desc_phys(struct cpdma_desc_pool *pool, in desc_phys() 288 desc_from_phys(struct cpdma_desc_pool *pool, dma_addr_t dma) in desc_from_phys() 294 cpdma_desc_alloc(struct cpdma_desc_pool *pool) in cpdma_desc_alloc() 300 static void cpdma_desc_free(struct cpdma_desc_pool *pool, in cpdma_desc_free() 378 struct cpdma_desc_pool *pool = ctlr->pool; in cpdma_chan_on() local 985 struct cpdma_desc_pool *pool = ctlr->pool; in __cpdma_chan_submit() local 1182 struct cpdma_desc_pool *pool = ctlr->pool; in cpdma_check_free_tx_desc() local [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | xsk_buff_pool.h | 25 struct xsk_buff_pool *pool; member 129 static inline void xp_dma_sync_for_device(struct xsk_buff_pool *pool, in xp_dma_sync_for_device() 145 static inline bool xp_desc_crosses_non_contig_pg(struct xsk_buff_pool *pool, in xp_desc_crosses_non_contig_pg() 162 static inline u64 xp_aligned_extract_addr(struct xsk_buff_pool *pool, u64 addr) in xp_aligned_extract_addr()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_dl.c | 110 struct vsp1_dl_body_pool *pool; member 227 struct vsp1_dl_body_pool *pool; member 251 struct vsp1_dl_body_pool *pool; in vsp1_dl_body_pool_create() local 308 void vsp1_dl_body_pool_destroy(struct vsp1_dl_body_pool *pool) in vsp1_dl_body_pool_destroy() 329 struct vsp1_dl_body *vsp1_dl_body_get(struct vsp1_dl_body_pool *pool) in vsp1_dl_body_get() 426 struct vsp1_dl_cmd_pool *pool; in vsp1_dl_cmd_pool_create() local 486 struct vsp1_dl_ext_cmd *vsp1_dl_ext_cmd_get(struct vsp1_dl_cmd_pool *pool) in vsp1_dl_ext_cmd_get() 519 static void vsp1_dl_ext_cmd_pool_destroy(struct vsp1_dl_cmd_pool *pool) in vsp1_dl_ext_cmd_pool_destroy()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | mem_protect.c | 53 static void *host_s2_zalloc_page(void *pool) in host_s2_zalloc_page() 214 struct hyp_pool *pool) in __host_stage2_idmap() 225 struct hyp_pool *pool = is_memory ? &host_s2_mem : &host_s2_dev; in host_stage2_idmap() local
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/tee/ |
| H A D | tee_shm_pool.c | 155 struct tee_shm_pool *pool; in tee_shm_pool_alloc() local 178 void tee_shm_pool_free(struct tee_shm_pool *pool) in tee_shm_pool_free()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_resource.c | 1459 static void dcn20_resource_destruct(struct dcn20_resource_pool *pool) in dcn20_resource_destruct() 1673 const struct resource_pool *pool = dc->res_pool; in dcn20_acquire_dsc() local 1703 const struct resource_pool *pool, in dcn20_release_dsc() 1871 const struct resource_pool *pool = dc->res_pool; in dcn20_split_stream_for_odm() local 1940 const struct resource_pool *pool, in dcn20_split_stream_for_mpc() 2514 const struct resource_pool *pool, 3264 const struct resource_pool *pool, 3299 static void dcn20_destroy_resource_pool(struct resource_pool **pool) 3346 bool dcn20_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) 3369 bool dcn20_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_resource.c | 819 static void dce110_resource_destruct(struct dce110_resource_pool *pool) in dce110_resource_destruct() 1130 const struct resource_pool *pool, in dce110_acquire_underlay() 1195 static void dce110_destroy_resource_pool(struct resource_pool **pool) in dce110_destroy_resource_pool() 1206 const struct resource_pool *pool, in dce110_find_first_free_match_stream_enc_for_link() 1249 static bool underlay_create(struct dc_context *ctx, struct resource_pool *pool) in underlay_create() 1355 struct dce110_resource_pool *pool, in dce110_resource_construct() 1540 struct dce110_resource_pool *pool = in dce110_create_resource_pool() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/megaraid/ |
| H A D | megaraid_mm.c | 510 mm_dmapool_t *pool; in mraid_mm_attach_buf() local 636 mm_dmapool_t *pool; in mraid_mm_dealloc_kioc() local 1070 mm_dmapool_t *pool; in mraid_mm_setup_dma_pools() local 1186 mm_dmapool_t *pool; in mraid_mm_teardown_dma_pools() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.c | 471 dma_addr_t __otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool) in __otx2_alloc_rbuf() 491 static dma_addr_t otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool) in otx2_alloc_rbuf() 742 struct otx2_pool *pool; in otx2_sq_init() local 1071 struct otx2_pool *pool; in otx2_aura_pool_free() local 1090 struct otx2_pool *pool; in otx2_aura_init() local 1163 struct otx2_pool *pool; in otx2_pool_init() local 1214 struct otx2_pool *pool; in otx2_sq_aura_pool_init() local 1280 struct otx2_pool *pool; in otx2_rq_aura_pool_init() local
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | names.c | 142 struct pool { struct 143 struct pool *next; argument 147 static struct pool *pool_head; argument 171 struct pool *pool; in names_free() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_resource.c | 1201 static void dcn30_resource_destruct(struct dcn30_resource_pool *pool) in dcn30_resource_destruct() 1345 static bool dcn30_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn30_dwbc_create() 1370 static bool dcn30_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn30_mmhubbub_create() 1416 static void dcn30_destroy_resource_pool(struct resource_pool **pool) in dcn30_destroy_resource_pool() 1642 const struct resource_pool *pool, in dcn30_acquire_post_bldn_3dlut() 1678 const struct resource_pool *pool, in dcn30_release_post_bldn_3dlut() 1712 struct dcn30_resource_pool *pool) in init_soc_bounding_box() 1858 const struct resource_pool *pool = dc->res_pool; in dcn30_split_stream_for_mpc_or_odm() local 2599 struct dcn30_resource_pool *pool) in dcn30_resource_construct() 2882 struct dcn30_resource_pool *pool = in dcn30_create_resource_pool() local
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | dmabounce.c | 55 struct dmabounce_pool *pool; member 62 struct dma_pool *pool; member 110 struct dmabounce_pool *pool; in alloc_safe_buffer() local 470 static int dmabounce_init_pool(struct dmabounce_pool *pool, struct device *dev, in dmabounce_init_pool()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs.c | 502 struct rtrs_rdma_dev_pd *pool) in rtrs_rdma_dev_pd_init() 511 void rtrs_rdma_dev_pd_deinit(struct rtrs_rdma_dev_pd *pool) in rtrs_rdma_dev_pd_deinit() 520 struct rtrs_rdma_dev_pd *pool; in dev_free() local 554 struct rtrs_rdma_dev_pd *pool) in rtrs_ib_dev_find_or_add()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/libcxgb/ |
| H A D | libcxgb_ppm.c | 121 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 *pool = NULL; in cxgbi_ppm_init() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.h | 42 struct dma_pool *pool; member 47 struct dma_pool *pool; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | iommu-common.c | 106 struct iommu_pool *pool; in iommu_tbl_range_alloc() local 249 struct iommu_pool *pool; in iommu_tbl_range_free() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_xsk.c | 85 struct xsk_buff_pool *pool, in i40e_xsk_pool_enable() 143 struct xsk_buff_pool *pool; in i40e_xsk_pool_disable() local 185 int i40e_xsk_pool_setup(struct i40e_vsi *vsi, struct xsk_buff_pool *pool, in i40e_xsk_pool_setup()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | sram_heap.c | 37 struct gen_pool *pool; member 41 struct gen_pool *pool; member 355 static u64 gen_pool_phys_to_virt(struct gen_pool *pool, phys_addr_t paddr) in gen_pool_phys_to_virt()
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | zatm.c | 180 static void refill_pool(struct atm_dev *dev,int pool) in refill_pool() 258 static void drain_free(struct atm_dev *dev,int pool) in drain_free() 280 static void use_pool(struct atm_dev *dev,int pool) in use_pool() 308 static void unuse_pool(struct atm_dev *dev,int pool) in unuse_pool() 1454 int pool; in zatm_ioctl() local 1477 int pool; in zatm_ioctl() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_resource.c | 965 static void dcn10_resource_destruct(struct dcn10_resource_pool *pool) in dcn10_resource_destruct() 1152 const struct resource_pool *pool, in dcn10_acquire_idle_pipe_for_layer() 1190 static void dcn10_destroy_resource_pool(struct resource_pool **pool) in dcn10_destroy_resource_pool() 1287 const struct resource_pool *pool, in dcn10_find_first_free_match_stream_enc_for_link() 1345 struct dcn10_resource_pool *pool) in dcn10_resource_construct() 1672 struct dcn10_resource_pool *pool = in dcn10_create_resource_pool() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce100/ |
| H A D | dce100_resource.c | 758 static void dce100_resource_destruct(struct dce110_resource_pool *pool) in dce100_resource_destruct() 914 static void dce100_destroy_resource_pool(struct resource_pool **pool) in dce100_destroy_resource_pool() 934 const struct resource_pool *pool, in dce100_find_first_free_match_stream_enc_for_link() 987 struct dce110_resource_pool *pool) in dce100_resource_construct() 1165 struct dce110_resource_pool *pool = in dce100_create_resource_pool() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libfc/ |
| H A D | fc_exch.c | 85 struct fc_exch_pool __percpu *pool; member 413 static inline struct fc_exch *fc_exch_ptr_get(struct fc_exch_pool *pool, in fc_exch_ptr_get() 426 static inline void fc_exch_ptr_set(struct fc_exch_pool *pool, u16 index, in fc_exch_ptr_set() 438 struct fc_exch_pool *pool; in fc_exch_delete() local 819 struct fc_exch_pool *pool; in fc_exch_em_alloc() local 931 struct fc_exch_pool *pool; in fc_exch_find() local 1937 struct fc_exch_pool *pool, in fc_exch_pool_reset() 2473 struct fc_exch_pool *pool; in fc_exch_mgr_alloc() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/ |
| H A D | shared_thread_pool.cpp | 7 auto pool = weak.lock(); in sharedThreadPool() local
|