Lines Matching refs:mutex
54 struct mutex mutex; member
373 mutex_lock(&overlay->mutex); in vmw_overlay_stop_all()
384 mutex_unlock(&overlay->mutex); in vmw_overlay_stop_all()
404 mutex_lock(&overlay->mutex); in vmw_overlay_resume_all()
418 mutex_unlock(&overlay->mutex); in vmw_overlay_resume_all()
438 mutex_lock(&overlay->mutex); in vmw_overlay_pause_all()
448 mutex_unlock(&overlay->mutex); in vmw_overlay_pause_all()
480 mutex_lock(&overlay->mutex); in vmw_overlay_ioctl()
496 mutex_unlock(&overlay->mutex); in vmw_overlay_ioctl()
518 mutex_lock(&overlay->mutex); in vmw_overlay_num_free_overlays()
524 mutex_unlock(&overlay->mutex); in vmw_overlay_num_free_overlays()
537 mutex_lock(&overlay->mutex); in vmw_overlay_claim()
546 mutex_unlock(&overlay->mutex); in vmw_overlay_claim()
550 mutex_unlock(&overlay->mutex); in vmw_overlay_claim()
563 mutex_lock(&overlay->mutex); in vmw_overlay_unref()
569 mutex_unlock(&overlay->mutex); in vmw_overlay_unref()
585 mutex_init(&overlay->mutex); in vmw_overlay_init()