Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-fence.c249 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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds