Home
last modified time | relevance | path

Searched refs:timestamp_kt (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/accel/habanalabs/common/
Dcommand_submission.c2662 ktime_t timestamp_kt; in hl_wait_for_fence() local
2676 if (!hl_pop_cs_outcome(&ctx->outcome_store, seq, &timestamp_kt, &error)) { in hl_wait_for_fence()
2701 timestamp_kt = fence->timestamp; in hl_wait_for_fence()
2707 *timestamp = ktime_to_ns(timestamp_kt); in hl_wait_for_fence()