Lines Matching refs:activity
80 u32 activity;
190 * 1. The cache entry's activity counter is incremented
191 * 2. The previous (higher ranking) entry's activity counter is decremented
192 * 3. If the difference between the two activity counters is geater than
218 entry->activity += 1;
228 if (prev_entry->activity > 0)
229 prev_entry->activity -= 1;
230 if (entry->activity > prev_entry->activity &&
231 entry->activity - prev_entry->activity >