Searched refs:num_syncs (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3-test.c | 18 unsigned int num_syncs; member 71 test_writer->num_syncs += 1; in arm_smmu_test_writer_record_syncs() 130 .num_syncs = 0, in arm_smmu_v3_test_ste_expect_transition() 148 KUNIT_EXPECT_EQ(test, test_writer.num_syncs, num_syncs_expected); in arm_smmu_v3_test_ste_expect_transition() 414 .num_syncs = 0, in arm_smmu_v3_test_cd_expect_transition() 432 KUNIT_EXPECT_EQ(test, test_writer.num_syncs, num_syncs_expected); in arm_smmu_v3_test_cd_expect_transition()
|
| /linux/include/uapi/drm/ |
| H A D | xe_drm.h | 1179 * .num_syncs = 1, 1220 /** @num_syncs: amount of syncs to wait on */ 1221 __u32 num_syncs; member 1452 * .num_syncs = 1, 1467 /** @num_syncs: Amount of struct drm_xe_sync in array. */ member 1468 __u32 num_syncs;
|
| /linux/Documentation/gpu/ |
| H A D | drm-vm-bind-async.rst | 258 synchronous VM_BIND, the num_syncs and syncs fields must be zero. Here 298 /** @num_syncs: amount of syncs to wait for or to signal on completion. */ 299 __u32 num_syncs;
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 1202 static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs) in no_in_syncs() argument 1206 for (i = 0; i < num_syncs; i++) { in no_in_syncs() 1296 if (!job && !no_in_syncs(vops->syncs, vops->num_syncs)) in xe_pt_vm_dependencies() 1341 for (i = 0; job && !err && i < vops->num_syncs; i++) in xe_pt_vm_dependencies()
|