Searched refs:clock_res (Results 1 – 2 of 2) sorted by relevance
205 __u32 clock_res; in tc_core_init() local213 if (fscanf(fp, "%08x%08x%08x", &t2us, &us2t, &clock_res) != 3) { in tc_core_init()223 if (clock_res == 1000000000) in tc_core_init()226 clock_factor = (double)clock_res / TIME_UNITS_PER_SEC; in tc_core_init()
817 struct timespec clock_res; in v3dv_GetPhysicalDeviceProperties() local818 clock_getres(CLOCK_MONOTONIC, &clock_res); in v3dv_GetPhysicalDeviceProperties()820 clock_res.tv_sec * 1000000000.0f + clock_res.tv_nsec; in v3dv_GetPhysicalDeviceProperties()