Searched refs:first_cs_time (Results 1 – 1 of 1) sorted by relevance
2725 ktime_t max_ktime, first_cs_time; in hl_cs_poll_fences() local2749 first_cs_time = max_ktime; in hl_cs_poll_fences()2812 (ktime_compare(fence->timestamp, first_cs_time) < 0)) in hl_cs_poll_fences()2813 first_cs_time = fence->timestamp; in hl_cs_poll_fences()2837 (ktime_compare(first_cs_time, max_ktime) != 0)) in hl_cs_poll_fences()2838 mcs_data->timestamp = ktime_to_ns(first_cs_time); in hl_cs_poll_fences()