Home
last modified time | relevance | path

Searched defs:nelems (Results 1 – 18 of 18) sorted by relevance

/linux/kernel/dma/
H A Ddummy.c30 int nelems, enum dma_data_direction dir, in dma_dummy_map_sg()
37 int nelems, enum dma_data_direction dir, in dma_dummy_unmap_sg()
H A Dmapping.c413 int nelems, enum dma_data_direction dir) in __dma_sync_sg_for_cpu()
430 int nelems, enum dma_data_direction dir) in __dma_sync_sg_for_device()
/linux/drivers/xen/
H A Dswiotlb-xen.c354 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg()
369 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg()
394 int nelems, enum dma_data_direction dir) in xen_swiotlb_sync_sg_for_cpu()
407 int nelems, enum dma_data_direction dir) in xen_swiotlb_sync_sg_for_device()
/linux/arch/sparc/kernel/
H A Diommu.c443 int nelems, enum dma_data_direction direction, in dma_4u_map_sg()
616 int nelems, enum dma_data_direction direction, in dma_4u_unmap_sg()
706 struct scatterlist *sglist, int nelems, in dma_4u_sync_sg_for_cpu()
H A Dpci_sun4v.c479 int nelems, enum dma_data_direction direction, in dma_4v_map_sg()
634 int nelems, enum dma_data_direction direction, in dma_4v_unmap_sg()
/linux/include/linux/
H A Ddma-mapping.h458 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_cpu()
465 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_device()
490 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_cpu()
494 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_device()
/linux/arch/x86/kernel/
H A Damd_gart_64.c325 int nelems, struct scatterlist *sout, in __dma_map_cont()
363 dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, in dma_map_cont()
/linux/arch/powerpc/kvm/
H A Dguest-state-buffer.c78 u32 nelems = kvmppc_gsb_nelems(gsb); in kvmppc_gsb_put() local
/linux/net/netfilter/
H A Dnft_set_rbtree.c580 u32 nelems = atomic_read(&set->nelems) - set->ndeact; in nft_array_elems() local
603 u32 shrinked_max_intervals, nelems = nft_array_elems(set); in nft_array_may_resize() local
H A Dnf_tables_api.c501 unsigned int nelems, old_nelems = tail->nelems; in nft_trans_collapse_set_elem() local
4960 unsigned int nelems; nf_tables_fill_set_info() local
6632 int rem, err = 0, nelems = 0; nf_tables_getsetelem() local
7553 unsigned int max = nft_set_maxsize(set), nelems; nft_add_set_elem() local
[all...]
/linux/tools/lib/bpf/
H A Dbtf_relocate.c104 int nelems) in search_btf_name_size()
H A Dbtf.c935 __u32 nelems = 1; in btf__resolve_size() local
/linux/tools/include/uapi/linux/
H A Dbtf.h114 __u32 nelems; global() member
/linux/lib/
H A Drhashtable.c409 unsigned int nelems = atomic_read(&ht->nelems); in rhashtable_shrink() local
/linux/drivers/iommu/
H A Ddma-iommu.c1135 int nelems, enum dma_data_direction dir) in iommu_dma_sync_sg_for_cpu()
1152 int nelems, enum dma_data_direction dir) in iommu_dma_sync_sg_for_device()
/linux/include/linux/mtd/
H A Drawnand.h965 unsigned int nelems; member
/linux/kernel/bpf/
H A Dbtf.c2084 u32 i, size, nelems = 1, id = 0; in __btf_resolve_size() local
3762 u32 off, u32 nelems, in btf_find_nested_struct()
3806 u32 i, nelems = 1; in btf_find_field_one() local
/linux/drivers/scsi/
H A Dhpsa.c604 static int board_id_in_array(u32 a[], int nelems, u32 board_id) in board_id_in_array()