Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma-buf/
H A Ddma-fence.c284 static struct lockdep_map dma_fence_lockdep_map = { variable
305 if (lock_is_held_type(&dma_fence_lockdep_map, 1)) in dma_fence_begin_signalling()
313 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _RET_IP_); in dma_fence_begin_signalling()
330 lock_release(&dma_fence_lockdep_map, _RET_IP_); in dma_fence_end_signalling()
338 tmp = lock_is_held_type(&dma_fence_lockdep_map, 1); in __dma_fence_might_wait()
340 lock_release(&dma_fence_lockdep_map, _THIS_IP_); in __dma_fence_might_wait()
341 lock_map_acquire(&dma_fence_lockdep_map); in __dma_fence_might_wait()
342 lock_map_release(&dma_fence_lockdep_map); in __dma_fence_might_wait()
344 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _THIS_IP_); in __dma_fence_might_wait()