Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hv/
Dhv_util.c351 struct timespec64 threshold_ts; in hv_implicit_sync() local
354 ktime_get_real_ts64(&threshold_ts); in hv_implicit_sync()
356 threshold_ts.tv_sec += 5; in hv_implicit_sync()
361 if (timespec64_compare(&new_ts, &threshold_ts) >= 0) in hv_implicit_sync()