j
k
j a
j l
dma_fence_init(&fence->base, &blk_mq_dma_fence_ops, &fence->lock, token->fence_ctx, atomic_inc_return(&token->fence_seq)); spin_lock_init(&fence->lock);
dma_fence_init(&fence->base, &blk_mq_dma_fence_ops, &fence->lock,
token->fence_ctx, atomic_inc_return(&token->fence_seq));
spin_lock_init(&fence->lock);
nit lock should be initialized before handing its address to dma_fence_init()
Back to the thread
Back to the list