Searched refs:stale1 (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 372 hst_fill_compare(pi1, &hst1, &out1, &stale1); 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() 422 if (stale1 < 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 375 hst_fill_compare(pi1, &hst1, &out1, &stale1); 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() 425 if (stale1 < time_now) in hst_compare()
|
Completed in 2 milliseconds