Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h55 void xe_lrc_destroy(struct kref *ref);
79 kref_put(&lrc->refcount, xe_lrc_destroy); in xe_lrc_put()
H A Dxe_lrc.c1639 void xe_lrc_destroy(struct kref *ref) in xe_lrc_destroy() function