Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.h35 void xe_exec_queue_destroy(struct kref *ref);
57 kref_put(&q->refcount, xe_exec_queue_destroy); in xe_exec_queue_put()
H A Dxe_exec_queue.c472 void xe_exec_queue_destroy(struct kref *ref) in xe_exec_queue_destroy() function