Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/habanalabs/common/
Dcommand_submission.c2494 ktime_t timestamp_kt; in hl_wait_for_fence() local
2508 if (!hl_pop_cs_outcome(&ctx->outcome_store, seq, &timestamp_kt, &error)) { in hl_wait_for_fence()
2533 timestamp_kt = fence->timestamp; in hl_wait_for_fence()
2539 *timestamp = ktime_to_ns(timestamp_kt); in hl_wait_for_fence()