Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c353 mutex_init(&bdev->rbtree_mutex); in hmm_bo_device_init()
408 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_alloc()
411 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
429 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
435 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
444 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_release()
497 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_release()
560 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_device_search_start()
568 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_device_search_start()
580 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_device_search_in_range()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h108 struct mutex rbtree_mutex; member