Home
last modified time | relevance | path

Searched refs:xe_exec_queue_destroy (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_exec_queue.h30 void xe_exec_queue_destroy(struct kref *ref);
52 kref_put(&q->refcount, xe_exec_queue_destroy); in xe_exec_queue_put()
Dxe_trace.h175 DEFINE_EVENT(xe_exec_queue, xe_exec_queue_destroy,
Dxe_exec_queue.c244 void xe_exec_queue_destroy(struct kref *ref) in xe_exec_queue_destroy() function