Searched defs:pool (Results 176 - 200 of 316) sorted by relevance

1234567891011>>

/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c146 struct i3c_generic_ibi_pool *pool; member in struct:hci_dma_dev_ibi_data
550 struct i3c_generic_ibi_pool *pool; local
[all...]
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c79 static void *host_s2_zalloc_page(void *pool) argument
[all...]
/linux-master/drivers/dma/
H A Ddmaengine.c1313 mempool_t *pool; member in struct:dmaengine_unmap_pool
H A Dpch_dma.c118 struct dma_pool *pool; member in struct:pch_dma
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c1213 struct otx2_pool *pool; local
H A Dotx2_common.c523 static int otx2_alloc_pool_buf(struct otx2_nic *pfvf, struct otx2_pool *pool, argument
541 static int __otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool, argument
563 int otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool, argument
927 struct otx2_pool *pool; local
1211 otx2_free_bufs(struct otx2_nic *pfvf, struct otx2_pool *pool, u64 iova, int size) argument
1234 struct otx2_pool *pool; local
1265 struct otx2_pool *pool; local
1286 struct otx2_pool *pool; local
1364 struct otx2_pool *pool; local
1432 struct otx2_pool *pool; local
1502 struct otx2_pool *pool; local
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw.c355 struct page_pool *pool; local
H A Ddavinci_cpdma.c100 struct cpdma_desc_pool *pool; member in struct:cpdma_ctlr
192 struct cpdma_desc_pool *pool = ctlr->pool; local
215 struct cpdma_desc_pool *pool; local
279 desc_phys(struct cpdma_desc_pool *pool, struct cpdma_desc __iomem *desc) argument
288 desc_from_phys(struct cpdma_desc_pool *pool, dma_addr_t dma) argument
294 cpdma_desc_alloc(struct cpdma_desc_pool *pool) argument
300 cpdma_desc_free(struct cpdma_desc_pool *pool, struct cpdma_desc __iomem *desc, int num_desc) argument
378 struct cpdma_desc_pool *pool = ctlr->pool; local
985 struct cpdma_desc_pool *pool = ctlr->pool; local
1182 struct cpdma_desc_pool *pool = ctlr->pool; local
1198 struct cpdma_desc_pool *pool = ctlr->pool; local
1225 struct cpdma_desc_pool *pool = ctlr->pool; local
1315 struct cpdma_desc_pool *pool = ctlr->pool; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c267 struct xsk_buff_pool *pool = xsk_get_pool_from_qid(vsi->netdev, qid); local
287 ice_xsk_pool_enable(struct ice_vsi *vsi, struct xsk_buff_pool *pool, u16 qid) argument
372 ice_xsk_pool_setup(struct ice_vsi *vsi, struct xsk_buff_pool *pool, u16 qid) argument
435 ice_fill_rx_descs(struct xsk_buff_pool *pool, struct xdp_buff **xdp, union ice_32b_rx_flex_desc *rx_desc, u16 count) argument
[all...]
/linux-master/block/
H A Dbio.c162 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) argument
182 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs, argument
1682 int biovec_init_pool(mempool_t *pool, int pool_entries) argument
[all...]
/linux-master/net/sunrpc/
H A Dsvc.c503 struct svc_pool *pool = &serv->sv_pools[i]; local
591 struct svc_pool *pool = &serv->sv_pools[i]; local
637 svc_rqst_alloc(struct svc_serv *serv, struct svc_pool *pool, int node) argument
673 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node) argument
704 svc_pool_wake_idle_thread(struct svc_pool *pool) argument
728 svc_pool_next(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) argument
737 struct svc_pool *pool; local
768 svc_start_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) argument
803 svc_stop_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) argument
838 svc_set_num_threads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) argument
927 struct svc_pool *pool = rqstp->rq_pool; local
[all...]
/linux-master/drivers/pci/
H A Dp2pdma.c25 struct gen_pool *pool; member in struct:pci_p2pdma
[all...]
/linux-master/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c748 static void mmu_dma_mem_free_from_chunk(struct gen_pool *pool, argument
779 struct gen_pool **pool = &hr_priv->mmu_pgt_pool; local
[all...]
/linux-master/mm/
H A Dz3fold.c86 unsigned long pool; /* back link */ member in struct:z3fold_buddy_slots
114 struct z3fold_pool *pool; member in struct:z3fold_header
194 alloc_slots(struct z3fold_pool *pool, gfp_t gfp) argument
310 struct z3fold_pool *pool = slots_to_pool(slots); local
319 init_z3fold_page(struct page *page, bool headless, struct z3fold_pool *pool, gfp_t gfp) argument
441 struct z3fold_pool *pool = zhdr_to_pool(zhdr); local
472 struct z3fold_pool *pool = zhdr_to_pool(zhdr); local
494 struct z3fold_pool *pool = container_of(w, struct z3fold_pool, work); local
539 add_to_unbuddied(struct z3fold_pool *pool, struct z3fold_header *zhdr) argument
597 struct z3fold_pool *pool = zhdr_to_pool(zhdr); local
737 struct z3fold_pool *pool = zhdr_to_pool(zhdr); local
786 __z3fold_alloc(struct z3fold_pool *pool, size_t size, bool can_sleep) argument
911 struct z3fold_pool *pool = NULL; local
964 z3fold_destroy_pool(struct z3fold_pool *pool) argument
1001 z3fold_alloc(struct z3fold_pool *pool, size_t size, gfp_t gfp, unsigned long *handle) argument
1093 z3fold_free(struct z3fold_pool *pool, unsigned long handle) argument
1175 z3fold_map(struct z3fold_pool *pool, unsigned long handle) argument
1220 z3fold_unmap(struct z3fold_pool *pool, unsigned long handle) argument
1245 z3fold_get_pool_size(struct z3fold_pool *pool) argument
1253 struct z3fold_pool *pool; local
1290 struct z3fold_pool *pool; local
1348 struct z3fold_pool *pool; local
1380 z3fold_zpool_destroy(void *pool) argument
1385 z3fold_zpool_malloc(void *pool, size_t size, gfp_t gfp, unsigned long *handle) argument
1390 z3fold_zpool_free(void *pool, unsigned long handle) argument
1395 z3fold_zpool_map(void *pool, unsigned long handle, enum zpool_mapmode mm) argument
1400 z3fold_zpool_unmap(void *pool, unsigned long handle) argument
1405 z3fold_zpool_total_size(void *pool) argument
[all...]
/linux-master/mm/kasan/
H A Dkasan_test.c1064 static void *mempool_prepare_kmalloc(struct kunit *test, mempool_t *pool, size_t size) argument
1086 static struct kmem_cache *mempool_prepare_slab(struct kunit *test, mempool_t *pool, size_t size) argument
1107 static void *mempool_prepare_page(struct kunit *test, mempool_t *pool, in argument
1123 mempool_oob_right_helper(struct kunit *test, mempool_t *pool, size_t size) argument
1144 mempool_t pool; local
1158 mempool_t pool; local
1172 mempool_t pool; local
1192 mempool_uaf_helper(struct kunit *test, mempool_t *pool, bool page) argument
1207 mempool_t pool; local
1221 mempool_t pool; local
1235 mempool_t pool; local
1249 mempool_t pool; local
1261 mempool_double_free_helper(struct kunit *test, mempool_t *pool) argument
1275 mempool_t pool; local
1289 mempool_t pool; local
1303 mempool_t pool; local
1315 mempool_kmalloc_invalid_free_helper(struct kunit *test, mempool_t *pool) argument
1329 mempool_t pool; local
1343 mempool_t pool; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h1002 bnx2x_free_rx_mem_pool(struct bnx2x *bp, struct bnx2x_alloc_pool *pool) argument
/linux-master/kernel/dma/
H A Dswiotlb.c306 static void add_mem_pool(struct io_tlb_mem *mem, struct io_tlb_pool *pool) argument
687 struct io_tlb_pool *pool; local
738 struct io_tlb_pool *pool; local
756 struct io_tlb_pool *pool = container_of(rcu, struct io_tlb_pool, rcu); local
778 struct io_tlb_pool *pool; local
801 swiotlb_del_pool(struct device *dev, struct io_tlb_pool *pool) argument
1015 swiotlb_search_pool_area(struct device *dev, struct io_tlb_pool *pool, int area_index, phys_addr_t orig_addr, size_t alloc_size, unsigned int alloc_align_mask) argument
1145 struct io_tlb_pool *pool; local
1185 struct io_tlb_pool *pool; local
1260 struct io_tlb_pool *pool; local
1305 mem_pool_used(struct io_tlb_pool *pool) argument
1327 struct io_tlb_pool *pool; local
1350 struct io_tlb_pool *pool; local
1475 struct io_tlb_pool *pool; local
1716 struct io_tlb_pool *pool; local
1772 struct io_tlb_pool *pool; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Diommu.c227 struct iommu_pool *pool; local
440 struct iommu_pool *pool; local
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-fpa-defs.h76 uint64_t pool:5; member in struct:cvmx_fpa_addr_range_error::cvmx_fpa_addr_range_error_s
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h120 struct dma_pool *pool; member in struct:mthca_cmd
265 struct dma_pool *pool; member in struct:mthca_av_table
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c158 struct pidff_usage pool[sizeof(pidff_pool)]; member in struct:pidff_device
[all...]
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h197 struct dma_pool *pool; member in struct:crypto_ctx_hdr
447 struct dma_pool *pool; member in struct:ctx_hdr
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_buffers.c54 u8 pool; member in struct:mlxsw_sp_sb_pool_des
[all...]
/linux-master/net/ceph/
H A Dosdmap.c956 u64 pool; local
1347 u64 pool; local
1972 u64 pool; local
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c1495 static void mempool_refill(mempool_t *pool) argument
1498 mempool_free(mempool_alloc(pool, GFP_KERNEL), pool); local
[all...]

Completed in 295 milliseconds

1234567891011>>