Home
last modified time | relevance | path

Searched defs:nelems (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-5.10/kernel/dma/
H A Ddummy.c21 dma_dummy_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir, unsigned long attrs) dma_dummy_map_sg() argument
H A Ddebug.h70 debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, int nelems, int dir) debug_dma_unmap_sg() argument
110 debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, int direction) debug_dma_sync_sg_for_cpu() argument
116 debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, int nelems, int direction) debug_dma_sync_sg_for_device() argument
H A Dmapping.c282 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, enum dma_data_direction dir) dma_sync_sg_for_cpu() argument
296 dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, int nelems, enum dma_data_direction dir) dma_sync_sg_for_device() argument
/kernel/linux/linux-6.6/kernel/dma/
H A Ddummy.c21 dma_dummy_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir, unsigned long attrs) dma_dummy_map_sg() argument
H A Ddebug.h76 debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, int nelems, int dir) debug_dma_unmap_sg() argument
118 debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, int direction) debug_dma_sync_sg_for_cpu() argument
124 debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, int nelems, int direction) debug_dma_sync_sg_for_device() argument
H A Dmapping.c360 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, enum dma_data_direction dir) dma_sync_sg_for_cpu() argument
374 dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, int nelems, enum dma_data_direction dir) dma_sync_sg_for_device() argument
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Ddma-iommu.c73 ppc_iommu_unmap_sg(get_iommu_table_base(dev), sglist, nelems, in dma_iommu_unmap_sg() local
61 dma_iommu_map_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, unsigned long attrs) dma_iommu_map_sg() argument
69 dma_iommu_unmap_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, unsigned long attrs) dma_iommu_unmap_sg() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Ddma-iommu.c130 ppc_iommu_unmap_sg(get_iommu_table_base(dev), sglist, nelems, in dma_iommu_unmap_sg() local
118 dma_iommu_map_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, unsigned long attrs) dma_iommu_map_sg() argument
126 dma_iommu_unmap_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, unsigned long attrs) dma_iommu_unmap_sg() argument
/kernel/linux/linux-5.10/include/linux/
H A Dpci-dma-compat.h93 pci_dma_sync_sg_for_cpu(struct pci_dev *hwdev, struct scatterlist *sg, int nelems, int direction) pci_dma_sync_sg_for_cpu() argument
100 pci_dma_sync_sg_for_device(struct pci_dev *hwdev, struct scatterlist *sg, int nelems, int direction) pci_dma_sync_sg_for_device() argument
H A Drhashtable-types.h90 atomic_t nelems; member
H A Ddma-mapping.h186 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, enum dma_data_direction dir) dma_sync_sg_for_cpu() argument
190 dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, int nelems, enum dma_data_direction dir) dma_sync_sg_for_device() argument
/kernel/linux/linux-6.6/include/linux/
H A Drhashtable-types.h90 atomic_t nelems; member
/kernel/linux/linux-6.6/drivers/xen/
H A Dswiotlb-xen.c311 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg() argument
326 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg() argument
350 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir) xen_swiotlb_sync_sg_for_cpu() argument
363 xen_swiotlb_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir) xen_swiotlb_sync_sg_for_device() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbtf.h64 __u32 nelems; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dbtf.h107 __u32 nelems; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbtf.h107 __u32 nelems; member
/kernel/linux/linux-5.10/drivers/xen/
H A Dswiotlb-xen.c490 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg() argument
505 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg() argument
529 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir) xen_swiotlb_sync_sg_for_cpu() argument
542 xen_swiotlb_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir) xen_swiotlb_sync_sg_for_device() argument
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbtf.h114 __u32 nelems; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbtf.h79 __u32 nelems; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbtf.h114 __u32 nelems; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbtf.h79 __u32 nelems; member
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Damd_gart_64.c363 dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, in dma_map_cont() argument
324 __dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, struct scatterlist *sout, unsigned long pages) __dma_map_cont() argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Diommu.c432 dma_4u_map_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, unsigned long attrs) dma_4u_map_sg() argument
607 dma_4u_unmap_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, unsigned long attrs) dma_4u_unmap_sg() argument
697 dma_4u_sync_sg_for_cpu(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction) dma_4u_sync_sg_for_cpu() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Diommu.c432 dma_4u_map_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, unsigned long attrs) dma_4u_map_sg() argument
605 dma_4u_unmap_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, unsigned long attrs) dma_4u_unmap_sg() argument
695 dma_4u_sync_sg_for_cpu(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction) dma_4u_sync_sg_for_cpu() argument
/kernel/linux/linux-5.10/lib/
H A Drhashtable.c390 unsigned int nelems = atomic_read(&ht->nelems); in rhashtable_shrink() local

Completed in 22 milliseconds

123