Lines Matching defs:inactive
100 * in a pass thru the inactive list when swap is full. the value should be
101 * "small"... if it's too large we'll cycle the active pages thru the inactive
292 * now recompute inactive count
638 * => we work on meeting our free target by converting inactive pages
826 * inactive queue.
909 * by converting inactive pages into free pages. then we work on
910 * meeting our inactive target by converting active pages to
911 * inactive ones.
959 int active, inactive;
984 uvm_estimatepageable(&active, &inactive);
985 if (filepages >= MIN((active + inactive) >> 4,
998 uvm_estimatepageable(int *active, int *inactive)
1001 uvmpdpol_estimatepageable(active, inactive);