Searched refs:stale2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-historical-service-time.c | 369 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()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ps-historical-service-time.c | 372 long long out1, out2, stale1, stale2; in hst_compare() local 376 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare() 396 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare() 398 return (!out2 * stale1) - (!out1 * stale2); in hst_compare() 421 if (stale2 < time_now) in hst_compare()
|
Completed in 2 milliseconds