Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c364 mutex_init(&bdev->rbtree_mutex); in hmm_bo_device_init()
419 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_alloc()
422 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
431 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
440 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
446 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
455 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_release()
468 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_release()
508 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_release()
571 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_device_search_start()
[all …]
/Linux-v5.10/drivers/staging/media/atomisp/include/hmm/
Dhmm_bo.h120 struct mutex rbtree_mutex; member