Searched refs:first_cs_time (Results 1 – 1 of 1) sorted by relevance
2739 ktime_t max_ktime, first_cs_time; in hl_cs_poll_fences() local2763 first_cs_time = max_ktime; in hl_cs_poll_fences()2826 (ktime_compare(fence->timestamp, first_cs_time) < 0)) in hl_cs_poll_fences()2827 first_cs_time = fence->timestamp; in hl_cs_poll_fences()2851 (ktime_compare(first_cs_time, max_ktime) != 0)) in hl_cs_poll_fences()2852 mcs_data->timestamp = ktime_to_ns(first_cs_time); in hl_cs_poll_fences()