Lines Matching refs: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
194 * @signaled
196 * Peek whether the fence is signaled, as a fastpath optimization for
208 bool (*signaled)(struct dma_fence *fence);
223 * interrupted, and remaining jiffies if fence has signaled, or 0 if wait
225 * which should be treated as if the fence is signaled. For example a hardware
389 * is signaled yet.
392 * Returns true if the fence was already signaled, false if not. Since this
407 if (fence->ops->signaled && fence->ops->signaled(fence)) {
416 * dma_fence_is_signaled - Return an indication if the fence is signaled yet.
419 * Returns true if the fence was already signaled, false if not. Since this
437 if (fence->ops->signaled && fence->ops->signaled(fence)) {
489 * Returns NULL if both fences are signaled, otherwise the fence that would be
490 * signaled last. Both fences must be from the same context, since a seqno is
518 * if the fence has been signaled, dma_fence_get_status_locked() first checks
521 * Returns 0 if the fence has not yet been signaled, 1 if the fence has
522 * been signaled without an error condition, or a negative error code
560 * dma_fence_wait - sleep until the fence gets signaled
565 * or 0 if the fence was signaled. Other error values may be