Lines Matching defs:chain
9 #include <linux/dma-fence-chain.h>
87 struct dma_fence *f, *chain;
94 chain = mock_chain(NULL, f, 1);
95 if (!chain)
101 dma_fence_put(chain);
284 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:1\n",
322 * We signaled the middle fence (2) of the 1-2-3 chain. The behavior
323 * of the dma-fence-chain is to make us wait for all the fences up to
326 * collected during the traversal of the chain).
329 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:2\n",
515 pr_err("chain[%d] not signaled!\n", i);
522 pr_err("chain[%d] is signaled!\n", i);
547 pr_err("chain[%d] is signaled!\n", i);
555 pr_err("chain[%d] was not signaled!\n", i);