Searched refs:temp_refcount (Results 1 – 2 of 2) 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()
3407 struct kref temp_refcount = stream->refcount; in restore_planes_and_stream_state() local3409 stream->refcount = temp_refcount; in restore_planes_and_stream_state()