Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.h27 void xe_lrc_destroy(struct kref *ref);
50 kref_put(&lrc->refcount, xe_lrc_destroy); in xe_lrc_put()
Dxe_lrc.c1057 void xe_lrc_destroy(struct kref *ref) in xe_lrc_destroy() function