Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c340 mutex_init(&bdev->rbtree_mutex); in hmm_bo_device_init()
396 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_alloc()
399 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
408 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
417 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
423 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
432 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_release()
445 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_release()
485 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_release()
548 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_device_search_start()
[all …]
/linux/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h97 struct mutex rbtree_mutex; member