Searched refs:pages_mutex (Results 1 – 3 of 3) sorted by relevance
60 mutex_destroy(&vma->pages_mutex); in i915_vma_free()170 mutex_init(&vma->pages_mutex); in vma_create()876 if (mutex_lock_interruptible(&vma->pages_mutex)) in vma_get_pages()896 mutex_unlock(&vma->pages_mutex); in vma_get_pages()904 mutex_lock_nested(&vma->pages_mutex, SINGLE_DEPTH_NESTING); in __vma_put_pages()912 mutex_unlock(&vma->pages_mutex); in __vma_put_pages()
266 struct mutex pages_mutex; /* protect acquire/release of backing pages */ member
427 mutex_init(&vma->pages_mutex); in pd_vma_create()