Lines Matching refs:reclaimable
869 * This might let an unmovable request use a reclaimable pageblock
2454 * reclaimable and unmovable allocations, we steal regardless of page size,
2456 * is worse than movable allocations stealing from unmovable and reclaimable
3210 * We only track unmovable, reclaimable and movable on pcp lists.
4587 * request even if all reclaimable pages are considered then we are
4593 unsigned long reclaimable;
4597 available = reclaimable = zone_reclaimable_pages(zone);
4602 * reclaimable pages?
4606 trace_reclaim_retry_zone(z, order, reclaimable,
4621 if (2 * write_pending > reclaimable) {
5435 unsigned long reclaimable;
5461 * Part of the reclaimable slab and other kernel memory consists of
5465 reclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) +
5467 available += reclaimable - min(reclaimable / 2, wmark_low);