Lines Matching defs:timestamp
41 * @timestamp: Timestamp when the fence was signaled.
50 * DMA_FENCE_FLAG_TIMESTAMP_BIT - timestamp recorded for fence signaling
73 * The lifetime of the timestamp is similarly tied to both the
74 * rcu freelist and the cb_list. The timestamp is only set upon
76 * only use either the cb_list of timestamp. Upon destruction,
86 /* @cb_list replaced by @timestamp on dma_fence_signal() */
87 ktime_t timestamp;
88 /* @timestamp replaced by @rcu on dma_fence_release() */
380 int dma_fence_signal_timestamp(struct dma_fence *fence, ktime_t timestamp);
381 int dma_fence_signal_timestamp_locked(struct dma_fence *fence, ktime_t timestamp);