Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma-buf/
Ddma-fence.c35 static atomic64_t dma_fence_context_counter = ATOMIC64_INIT(1); variable
109 return atomic64_add_return(num, &dma_fence_context_counter) - num; in dma_fence_context_alloc()