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);
222 * interrupted, and remaining jiffies if fence has signaled, or 0 if wait
224 * which should be treated as if the fence is signaled. For example a hardware
266 * would prefer the fence to be signaled by. This is intended to
406 * is signaled yet.
409 * Returns true if the fence was already signaled, false if not. Since this
424 if (fence->ops->signaled && fence->ops->signaled(fence)) {
433 * dma_fence_is_signaled - Return an indication if the fence is signaled yet.
436 * Returns true if the fence was already signaled, false if not. Since this
454 if (fence->ops->signaled && fence->ops->signaled(fence)) {
521 * Returns NULL if both fences are signaled, otherwise the fence that would be
522 * signaled last. Both fences must be from the same context, since a seqno is
549 * if the fence has been signaled, dma_fence_get_status_locked() first checks
552 * Returns 0 if the fence has not yet been signaled, 1 if the fence has
553 * been signaled without an error condition, or a negative error code
590 * After a fence is signaled the timestamp is updated with the signaling time,
613 * dma_fence_wait - sleep until the fence gets signaled
618 * or 0 if the fence was signaled. Other error values may be