Searched refs:temp_refcount (Results 1 – 1 of 1) sorted by relevance
302 struct kref temp_refcount; in dc_plane_copy_config() local305 memcpy(&temp_refcount, &dst->refcount, sizeof(struct kref)); in dc_plane_copy_config()311 memcpy(&dst->refcount, &temp_refcount, sizeof(struct kref)); in dc_plane_copy_config()
Completed in 4 milliseconds