Searched refs:await (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/i915/gt/ |
D | intel_migrate.h | 26 struct dma_fence *await, 36 struct dma_fence *await, 48 struct dma_fence *await, 56 struct dma_fence *await,
|
D | intel_migrate.c | 407 struct dma_fence *await, in intel_context_migrate_copy() argument 434 if (await) { in intel_context_migrate_copy() 435 err = i915_request_await_dma_fence(rq, await); in intel_context_migrate_copy() 445 await = NULL; in intel_context_migrate_copy() 528 struct dma_fence *await, in intel_context_migrate_clear() argument 553 if (await) { in intel_context_migrate_clear() 554 err = i915_request_await_dma_fence(rq, await); in intel_context_migrate_clear() 564 await = NULL; in intel_context_migrate_clear() 602 struct dma_fence *await, in intel_migrate_copy() argument 627 err = intel_context_migrate_copy(ce, await, in intel_migrate_copy() [all …]
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1050 * Queue of SCBs that have completed and await the host
|
D | aic7xxx.seq | 1694 * and await the bus going free. If this is an untagged transaction
|
D | aic79xx.seq | 1282 * and await the bus going free. If this is an untagged transaction
|