Lines Matching defs:timestamp
75 * @timestamp: interrupt timestamp
78 static void job_finish(struct hl_device *hdev, u32 cs_seq, struct hl_cq *cq, ktime_t timestamp)
85 job->timestamp = timestamp;
96 * @timestamp: interrupt timestamp
99 static void cs_finish(struct hl_device *hdev, u16 cs_seq, ktime_t timestamp)
119 cs->completion_timestamp = timestamp;
137 ktime_t timestamp = ktime_get();
179 cs_finish(hdev, shadow_index, timestamp);
181 job_finish(hdev, shadow_index, cq, timestamp);
227 * This function will set timestamp and delete the registration node from the
239 u64 timestamp;
242 /* Alloc/Init the timestamp registration free objects list */
254 timestamp = ktime_to_ns(now);
256 *pend->ts_reg_info.timestamp_kernel_addr = timestamp;
305 &ts_reg_free_list_head, intr->timestamp);
311 pend->fence.timestamp = intr->timestamp;
359 user_int->timestamp = ktime_get();