Searched refs:dma_fence_lockdep_map (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-fence.c | 249 static struct lockdep_map dma_fence_lockdep_map = { variable 270 if (lock_is_held_type(&dma_fence_lockdep_map, 1)) in dma_fence_begin_signalling() 278 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _RET_IP_); in dma_fence_begin_signalling() 295 lock_release(&dma_fence_lockdep_map, _RET_IP_); in dma_fence_end_signalling() 303 tmp = lock_is_held_type(&dma_fence_lockdep_map, 1); in __dma_fence_might_wait() 305 lock_release(&dma_fence_lockdep_map, _THIS_IP_); in __dma_fence_might_wait() 306 lock_map_acquire(&dma_fence_lockdep_map); in __dma_fence_might_wait() 307 lock_map_release(&dma_fence_lockdep_map); in __dma_fence_might_wait() 309 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _THIS_IP_); in __dma_fence_might_wait()
|