Lines Matching refs:timestamp
316 * @timestamp: fence signal timestamp in kernel's CLOCK_MONOTONIC time domain
322 * only be effective the first time. Set the timestamp provided as the fence
323 * signal timestamp.
331 int dma_fence_signal_timestamp_locked(struct dma_fence *fence, ktime_t timestamp)
342 /* Stash the cb_list before replacing it with the timestamp */
345 fence->timestamp = timestamp;
361 * @timestamp: fence signal timestamp in kernel's CLOCK_MONOTONIC time domain
367 * only be effective the first time. Set the timestamp provided as the fence
368 * signal timestamp.
373 int dma_fence_signal_timestamp(struct dma_fence *fence, ktime_t timestamp)
383 ret = dma_fence_signal_timestamp_locked(fence, timestamp);