Home
last modified time | relevance | path

Searched refs:gather (Results 51 - 75 of 137) sorted by relevance

123456

/third_party/python/Lib/asyncio/
H A Drunners.py201 loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
H A Dsubprocess.py198 stdin, stdout, stderr = await tasks.gather(stdin, stdout, stderr)
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.hpp229 bool gather; member in sw::Sampler
/kernel/linux/linux-6.6/drivers/iommu/
H A Dmtk_iommu.c795 struct iommu_iotlb_gather *gather) in mtk_iommu_unmap()
799 iommu_iotlb_gather_add_range(gather, iova, pgsize * pgcount); in mtk_iommu_unmap()
800 return dom->iop->unmap_pages(dom->iop, iova, pgsize, pgcount, gather); in mtk_iommu_unmap()
812 struct iommu_iotlb_gather *gather) in mtk_iommu_iotlb_sync()
815 size_t length = gather->end - gather->start + 1; in mtk_iommu_iotlb_sync()
817 mtk_iommu_tlb_flush_range_sync(gather->start, length, dom->bank); in mtk_iommu_iotlb_sync()
793 mtk_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) mtk_iommu_unmap() argument
811 mtk_iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) mtk_iommu_iotlb_sync() argument
H A Dmsm_iommu.c176 static void __flush_iotlb_page(struct iommu_iotlb_gather *gather, in __flush_iotlb_page() argument
499 struct iommu_iotlb_gather *gather) in msm_iommu_unmap()
506 ret = priv->iop->unmap_pages(priv->iop, iova, pgsize, pgcount, gather); in msm_iommu_unmap()
497 msm_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) msm_iommu_unmap() argument
H A Dipmmu-vmsa.c642 struct iommu_iotlb_gather *gather) in ipmmu_unmap()
646 return domain->iop->unmap_pages(domain->iop, iova, pgsize, pgcount, gather); in ipmmu_unmap()
658 struct iommu_iotlb_gather *gather) in ipmmu_iotlb_sync()
640 ipmmu_unmap(struct iommu_domain *io_domain, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) ipmmu_unmap() argument
657 ipmmu_iotlb_sync(struct iommu_domain *io_domain, struct iommu_iotlb_gather *gather) ipmmu_iotlb_sync() argument
H A Dtegra-smmu.c737 size_t size, struct iommu_iotlb_gather *gather) in __tegra_smmu_unmap()
768 size_t size, struct iommu_iotlb_gather *gather) in tegra_smmu_unmap()
774 size = __tegra_smmu_unmap(domain, iova, size, gather); in tegra_smmu_unmap()
736 __tegra_smmu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) __tegra_smmu_unmap() argument
767 tegra_smmu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) tegra_smmu_unmap() argument
/kernel/linux/linux-5.10/drivers/block/
H A Dps3disk.c82 struct request *req, int gather) in ps3disk_scatter_gather()
99 if (gather) in ps3disk_scatter_gather()
81 ps3disk_scatter_gather(struct ps3_storage_device *dev, struct request *req, int gather) ps3disk_scatter_gather() argument
/kernel/linux/linux-6.6/drivers/block/
H A Dps3disk.c81 struct request *req, int gather) in ps3disk_scatter_gather()
88 if (gather) in ps3disk_scatter_gather()
80 ps3disk_scatter_gather(struct ps3_storage_device *dev, struct request *req, int gather) ps3disk_scatter_gather() argument
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dio_pgtable.c35 static void v1_tlb_add_page(struct iommu_iotlb_gather *gather, in v1_tlb_add_page() argument
441 struct iommu_iotlb_gather *gather) in iommu_v1_unmap_pages()
438 iommu_v1_unmap_pages(struct io_pgtable_ops *ops, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) iommu_v1_unmap_pages() argument
H A Diommu.c2273 struct iommu_iotlb_gather *gather, in amd_iommu_iotlb_gather_add_page()
2287 iommu_iotlb_gather_is_disjoint(gather, iova, size)) in amd_iommu_iotlb_gather_add_page()
2288 iommu_iotlb_sync(domain, gather); in amd_iommu_iotlb_gather_add_page()
2290 iommu_iotlb_gather_add_range(gather, iova, size); in amd_iommu_iotlb_gather_add_page()
2295 struct iommu_iotlb_gather *gather) in amd_iommu_unmap_pages()
2308 amd_iommu_iotlb_gather_add_page(dom, gather, iova, r); in amd_iommu_unmap_pages()
2423 struct iommu_iotlb_gather *gather) in amd_iommu_iotlb_sync()
2429 domain_flush_pages(dom, gather->start, gather->end - gather in amd_iommu_iotlb_sync()
2272 amd_iommu_iotlb_gather_add_page(struct iommu_domain *domain, struct iommu_iotlb_gather *gather, unsigned long iova, size_t size) amd_iommu_iotlb_gather_add_page() argument
2293 amd_iommu_unmap_pages(struct iommu_domain *dom, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) amd_iommu_unmap_pages() argument
2422 amd_iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) amd_iommu_iotlb_sync() argument
[all...]
/kernel/linux/linux-5.10/drivers/iommu/
H A Dmsm_iommu.c183 static void __flush_iotlb_page(struct iommu_iotlb_gather *gather, in __flush_iotlb_page() argument
501 size_t len, struct iommu_iotlb_gather *gather) in msm_iommu_unmap()
507 len = priv->iop->unmap(priv->iop, iova, len, gather); in msm_iommu_unmap()
500 msm_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t len, struct iommu_iotlb_gather *gather) msm_iommu_unmap() argument
H A Dipmmu-vmsa.c693 size_t size, struct iommu_iotlb_gather *gather) in ipmmu_unmap()
697 return domain->iop->unmap(domain->iop, iova, size, gather); in ipmmu_unmap()
709 struct iommu_iotlb_gather *gather) in ipmmu_iotlb_sync()
692 ipmmu_unmap(struct iommu_domain *io_domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) ipmmu_unmap() argument
708 ipmmu_iotlb_sync(struct iommu_domain *io_domain, struct iommu_iotlb_gather *gather) ipmmu_iotlb_sync() argument
H A Ds390-iommu.c308 struct iommu_iotlb_gather *gather) in s390_iommu_unmap()
306 s390_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) s390_iommu_unmap() argument
H A Dtegra-smmu.c742 size_t size, struct iommu_iotlb_gather *gather) in __tegra_smmu_unmap()
773 size_t size, struct iommu_iotlb_gather *gather) in tegra_smmu_unmap()
779 size = __tegra_smmu_unmap(domain, iova, size, gather); in tegra_smmu_unmap()
741 __tegra_smmu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) __tegra_smmu_unmap() argument
772 tegra_smmu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) tegra_smmu_unmap() argument
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h88 u32 gather:1; member
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h88 u32 gather:1; member
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Ddebug_hw.c215 g = &job->cmds[i].gather; in show_channel_gathers()
H A Dchannel_hw.c133 struct host1x_job_gather *g = &cmd->gather; in submit_gathers()
150 dev_err(dev, "invalid gather for push buffer %pad\n", in submit_gathers()
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c344 static void arm_smmu_tlb_add_page_s1(struct iommu_iotlb_gather *gather, in arm_smmu_tlb_add_page_s1() argument
368 static void arm_smmu_tlb_add_page_s2(struct iommu_iotlb_gather *gather, in arm_smmu_tlb_add_page_s2() argument
388 static void arm_smmu_tlb_add_page_s2_v1(struct iommu_iotlb_gather *gather, in arm_smmu_tlb_add_page_s2_v1() argument
1228 size_t size, struct iommu_iotlb_gather *gather) in arm_smmu_unmap()
1238 ret = ops->unmap(ops, iova, size, gather); in arm_smmu_unmap()
1257 struct iommu_iotlb_gather *gather) in arm_smmu_iotlb_sync()
1227 arm_smmu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) arm_smmu_unmap() argument
1256 arm_smmu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) arm_smmu_iotlb_sync() argument
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1995 static void arm_smmu_tlb_inv_page_nosync(struct iommu_iotlb_gather *gather, in arm_smmu_tlb_inv_page_nosync() argument
2002 iommu_iotlb_gather_add_page(domain, gather, iova, granule); in arm_smmu_tlb_inv_page_nosync()
2496 struct iommu_iotlb_gather *gather) in arm_smmu_unmap_pages()
2504 return ops->unmap_pages(ops, iova, pgsize, pgcount, gather); in arm_smmu_unmap_pages()
2516 struct iommu_iotlb_gather *gather) in arm_smmu_iotlb_sync()
2520 if (!gather->pgsize) in arm_smmu_iotlb_sync()
2523 arm_smmu_tlb_inv_range_domain(gather->start, in arm_smmu_iotlb_sync()
2524 gather->end - gather->start + 1, in arm_smmu_iotlb_sync()
2525 gather in arm_smmu_iotlb_sync()
2494 arm_smmu_unmap_pages(struct iommu_domain *domain, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) arm_smmu_unmap_pages() argument
2515 arm_smmu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) arm_smmu_iotlb_sync() argument
[all...]
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.c4186 struct iommu_iotlb_gather *gather) in intel_iommu_unmap()
4204 domain_unmap(dmar_domain, start_pfn, last_pfn, &gather->freelist); in intel_iommu_unmap()
4213 if (!iommu_iotlb_gather_queued(gather)) in intel_iommu_unmap()
4214 iommu_iotlb_gather_add_page(domain, gather, iova, size); in intel_iommu_unmap()
4222 struct iommu_iotlb_gather *gather) in intel_iommu_unmap_pages()
4227 return intel_iommu_unmap(domain, iova, size, gather); in intel_iommu_unmap_pages()
4231 struct iommu_iotlb_gather *gather) in intel_iommu_tlb_sync()
4234 unsigned long iova_pfn = IOVA_PFN(gather->start); in intel_iommu_tlb_sync()
4235 size_t size = gather->end - gather in intel_iommu_tlb_sync()
4184 intel_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) intel_iommu_unmap() argument
4219 intel_iommu_unmap_pages(struct iommu_domain *domain, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) intel_iommu_unmap_pages() argument
4230 intel_iommu_tlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) intel_iommu_tlb_sync() argument
[all...]
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1738 static void arm_smmu_tlb_inv_page_nosync(struct iommu_iotlb_gather *gather, in arm_smmu_tlb_inv_page_nosync() argument
1745 iommu_iotlb_gather_add_page(domain, gather, iova, granule); in arm_smmu_tlb_inv_page_nosync()
2256 size_t size, struct iommu_iotlb_gather *gather) in arm_smmu_unmap()
2264 return ops->unmap(ops, iova, size, gather); in arm_smmu_unmap()
2276 struct iommu_iotlb_gather *gather) in arm_smmu_iotlb_sync()
2280 arm_smmu_tlb_inv_range(gather->start, gather->end - gather->start + 1, in arm_smmu_iotlb_sync()
2281 gather->pgsize, true, smmu_domain); in arm_smmu_iotlb_sync()
2255 arm_smmu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) arm_smmu_unmap() argument
2275 arm_smmu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) arm_smmu_iotlb_sync() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2393 std::function<bool()> gather;
2732 // Task not started, proceed to gather phase.
2734 if (task.gather) {
2761 CORE_CPU_PERF_BEGIN(gather, "glTF", task.name, "Gather");
2763 if (cancelled_ || !task.gather()) {
2767 CORE_CPU_PERF_END(gather);
3020 task->gather = [this]() -> bool {
3082 task->gather = [t = task.get()]() -> bool {
3201 // Create gather task that loads all cubemap faces for this light.
3206 task->gather
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_iommu.c134 static void msm_iommu_tlb_add_page(struct iommu_iotlb_gather *gather, in msm_iommu_tlb_add_page() argument

Completed in 48 milliseconds

123456