Searched refs:ofence (Results 1 – 1 of 1) sorted by relevance
957 struct xe_oa_fence *ofence = container_of(w, typeof(*ofence), work.work); in xe_oa_fence_work_fn() local960 dma_fence_signal(&ofence->base); in xe_oa_fence_work_fn()961 dma_fence_put(&ofence->base); in xe_oa_fence_work_fn()969 struct xe_oa_fence *ofence = container_of(cb, typeof(*ofence), cb); in xe_oa_config_cb() local971 INIT_DELAYED_WORK(&ofence->work, xe_oa_fence_work_fn); in xe_oa_config_cb()972 queue_delayed_work(system_unbound_wq, &ofence->work, in xe_oa_config_cb()996 struct xe_oa_fence *ofence; in xe_oa_emit_oa_config() local1000 ofence = kzalloc(sizeof(*ofence), GFP_KERNEL); in xe_oa_emit_oa_config()1001 if (!ofence) { in xe_oa_emit_oa_config()1020 spin_lock_init(&ofence->lock); in xe_oa_emit_oa_config()[all …]