Searched refs:ofence (Results 1 – 1 of 1) sorted by relevance
944 struct xe_oa_fence *ofence = container_of(w, typeof(*ofence), work.work); in xe_oa_fence_work_fn() local948 dma_fence_put(&ofence->base); in xe_oa_fence_work_fn()956 struct xe_oa_fence *ofence = container_of(cb, typeof(*ofence), cb); in xe_oa_config_cb() local983 struct xe_oa_fence *ofence; in xe_oa_emit_oa_config() local987 ofence = kzalloc(sizeof(*ofence), GFP_KERNEL); in xe_oa_emit_oa_config()988 if (!ofence) { in xe_oa_emit_oa_config()1007 spin_lock_init(&ofence->lock); in xe_oa_emit_oa_config()1008 dma_fence_init(&ofence->base, &xe_oa_fence_ops, &ofence->lock, 0, 0); in xe_oa_emit_oa_config()1018 dma_fence_get(&ofence->base); in xe_oa_emit_oa_config()1032 dma_fence_put(&ofence->base); in xe_oa_emit_oa_config()[all …]