Lines Matching defs:sync
114 struct xe_sync_entry *sync, in xe_sync_entry_parse()
222 int xe_sync_entry_add_deps(struct xe_sync_entry *sync, struct xe_sched_job *job) in xe_sync_entry_add_deps()
239 int xe_sync_entry_wait(struct xe_sync_entry *sync) in xe_sync_entry_wait()
251 bool xe_sync_needs_wait(struct xe_sync_entry *sync) in xe_sync_needs_wait()
257 void xe_sync_entry_signal(struct xe_sync_entry *sync, struct dma_fence *fence) in xe_sync_entry_signal()
294 void xe_sync_entry_cleanup(struct xe_sync_entry *sync) in xe_sync_entry_cleanup()
320 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync, in xe_sync_in_fence_get()
408 struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync) in xe_sync_ufence_get()