Lines Matching refs:activity
69 u32 activity;
224 * 1. The cache entry's activity counter is incremented
225 * 2. The previous (higher ranking) entry's activity counter is decremented
226 * 3. If the difference between the two activity counters is geater than
252 entry->activity += 1;
262 if (prev_entry->activity > 0)
263 prev_entry->activity -= 1;
264 if (entry->activity > prev_entry->activity &&
265 entry->activity - prev_entry->activity >