Lines Matching defs:chain
9 #include <linux/dma-fence-chain.h>
79 struct dma_fence *f, *chain;
86 chain = mock_chain(NULL, f, 1);
87 if (!chain)
90 dma_fence_enable_sw_signaling(chain);
95 dma_fence_put(chain);
280 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:1\n",
318 * We signaled the middle fence (2) of the 1-2-3 chain. The behavior
319 * of the dma-fence-chain is to make us wait for all the fences up to
322 * collected during the traversal of the chain).
325 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:2\n",
511 pr_err("chain[%d] not signaled!\n", i);
518 pr_err("chain[%d] is signaled!\n", i);
543 pr_err("chain[%d] is signaled!\n", i);
551 pr_err("chain[%d] was not signaled!\n", i);