Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Ddm-historical-service-time.c369 long long out1, out2, stale1, stale2; in hst_compare() local
373 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare()
393 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare()
395 return (!out2 * stale1) - (!out1 * stale2); in hst_compare()
418 if (stale2 < time_now) in hst_compare()