Lines Matching full:distance
39 * Access frequency and refault distance
45 * In cases where the average access distance between thrashing pages
50 * However, the average access distance could be bigger than the
98 * This is called the refault distance.
101 * access the refault, we combine the in-cache distance with the
102 * out-of-cache distance to get the complete minimum access distance
107 * And knowing the minimum access distance of a page, we can easily
117 * Put into words, the refault distance (out-of-cache) can be seen as
131 * So when a refault distance of (R - E) is observed and there are at
155 * refault distance will immediately activate the refaulting page.
168 * that case, we have to sacrifice granularity for distance, and group
230 * Calculates and evaluates the refault distance of the previously
275 * The unsigned subtraction here gives an accurate distance in workingset_refault()
283 * refault distance, leading to a false activation should this in workingset_refault()
513 * actionable refault distance, which is currently half of in workingset_init()