Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c342 mutex_init(&bdev->rbtree_mutex); in hmm_bo_device_init()
397 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_alloc()
400 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
418 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
424 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_alloc()
433 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_release()
486 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_release()
549 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_device_search_start()
557 mutex_unlock(&bdev->rbtree_mutex); in hmm_bo_device_search_start()
569 mutex_lock(&bdev->rbtree_mutex); in hmm_bo_device_search_in_range()
[all …]
/linux-6.15/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h97 struct mutex rbtree_mutex; member