Lines Matching defs:signaled
39 * can be compared to decide which fence would be signaled later.
41 * @timestamp: Timestamp when the fence was signaled.
49 * DMA_FENCE_FLAG_SIGNALED_BIT - fence is already signaled
195 * @signaled:
197 * Peek whether the fence is signaled, as a fastpath optimization for
209 bool (*signaled)(struct dma_fence *fence);
224 * interrupted, and remaining jiffies if fence has signaled, or 0 if wait
226 * which should be treated as if the fence is signaled. For example a hardware
386 * is signaled yet.
389 * Returns true if the fence was already signaled, false if not. Since this
404 if (fence->ops->signaled && fence->ops->signaled(fence)) {
413 * dma_fence_is_signaled - Return an indication if the fence is signaled yet.
416 * Returns true if the fence was already signaled, false if not. Since this
434 if (fence->ops->signaled && fence->ops->signaled(fence)) {
486 * Returns NULL if both fences are signaled, otherwise the fence that would be
487 * signaled last. Both fences must be from the same context, since a seqno is
514 * if the fence has been signaled, dma_fence_get_status_locked() first checks
517 * Returns 0 if the fence has not yet been signaled, 1 if the fence has
518 * been signaled without an error condition, or a negative error code
559 * dma_fence_wait - sleep until the fence gets signaled
564 * or 0 if the fence was signaled. Other error values may be