Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/mm/vmscan.c |
| 3 | * |
| 4 | * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds |
| 5 | * |
| 6 | * Swap reorganised 29.12.95, Stephen Tweedie. |
| 7 | * kswapd added: 7.1.96 sct |
| 8 | * Removed kswapd_ctl limits, and swap out as many pages as needed |
| 9 | * to bring the system back to freepages.high: 2.4.97, Rik van Riel. |
| 10 | * Zone aware kswapd started 02/00, Kanoj Sarcar (kanoj@sgi.com). |
| 11 | * Multiqueue VM started 5.8.00, Rik van Riel. |
| 12 | */ |
| 13 | |
| 14 | #include <linux/mm.h> |
| 15 | #include <linux/module.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 16 | #include <linux/gfp.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #include <linux/kernel_stat.h> |
| 18 | #include <linux/swap.h> |
| 19 | #include <linux/pagemap.h> |
| 20 | #include <linux/init.h> |
| 21 | #include <linux/highmem.h> |
Andrew Morton | e129b5c | 2006-09-27 01:50:00 -0700 | [diff] [blame] | 22 | #include <linux/vmstat.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | #include <linux/file.h> |
| 24 | #include <linux/writeback.h> |
| 25 | #include <linux/blkdev.h> |
| 26 | #include <linux/buffer_head.h> /* for try_to_release_page(), |
| 27 | buffer_heads_over_limit */ |
| 28 | #include <linux/mm_inline.h> |
| 29 | #include <linux/pagevec.h> |
| 30 | #include <linux/backing-dev.h> |
| 31 | #include <linux/rmap.h> |
| 32 | #include <linux/topology.h> |
| 33 | #include <linux/cpu.h> |
| 34 | #include <linux/cpuset.h> |
| 35 | #include <linux/notifier.h> |
| 36 | #include <linux/rwsem.h> |
Rafael J. Wysocki | 248a030 | 2006-03-22 00:09:04 -0800 | [diff] [blame] | 37 | #include <linux/delay.h> |
Yasunori Goto | 3218ae1 | 2006-06-27 02:53:33 -0700 | [diff] [blame] | 38 | #include <linux/kthread.h> |
Nigel Cunningham | 7dfb710 | 2006-12-06 20:34:23 -0800 | [diff] [blame] | 39 | #include <linux/freezer.h> |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 40 | #include <linux/memcontrol.h> |
Keika Kobayashi | 873b477 | 2008-07-25 01:48:52 -0700 | [diff] [blame] | 41 | #include <linux/delayacct.h> |
Lee Schermerhorn | af936a1 | 2008-10-18 20:26:53 -0700 | [diff] [blame] | 42 | #include <linux/sysctl.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | |
| 44 | #include <asm/tlbflush.h> |
| 45 | #include <asm/div64.h> |
| 46 | |
| 47 | #include <linux/swapops.h> |
| 48 | |
Nick Piggin | 0f8053a | 2006-03-22 00:08:33 -0800 | [diff] [blame] | 49 | #include "internal.h" |
| 50 | |
Mel Gorman | 33906bc | 2010-08-09 17:19:16 -0700 | [diff] [blame] | 51 | #define CREATE_TRACE_POINTS |
| 52 | #include <trace/events/vmscan.h> |
| 53 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 54 | struct scan_control { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | /* Incremented by the number of inactive pages that were scanned */ |
| 56 | unsigned long nr_scanned; |
| 57 | |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 58 | /* Number of pages freed so far during a call to shrink_zones() */ |
| 59 | unsigned long nr_reclaimed; |
| 60 | |
KOSAKI Motohiro | 22fba33 | 2009-12-14 17:59:10 -0800 | [diff] [blame] | 61 | /* How many pages shrink_list() should reclaim */ |
| 62 | unsigned long nr_to_reclaim; |
| 63 | |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 64 | unsigned long hibernation_mode; |
| 65 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | /* This context's GFP mask */ |
Al Viro | 6daa0e2 | 2005-10-21 03:18:50 -0400 | [diff] [blame] | 67 | gfp_t gfp_mask; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | |
| 69 | int may_writepage; |
| 70 | |
Johannes Weiner | a6dc60f8 | 2009-03-31 15:19:30 -0700 | [diff] [blame] | 71 | /* Can mapped pages be reclaimed? */ |
| 72 | int may_unmap; |
Christoph Lameter | f1fd106 | 2006-01-18 17:42:30 -0800 | [diff] [blame] | 73 | |
KOSAKI Motohiro | 2e2e425 | 2009-04-21 12:24:57 -0700 | [diff] [blame] | 74 | /* Can pages be swapped as part of reclaim? */ |
| 75 | int may_swap; |
| 76 | |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 77 | int swappiness; |
Nick Piggin | 408d854 | 2006-09-25 23:31:27 -0700 | [diff] [blame] | 78 | |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 79 | int order; |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 80 | |
KOSAKI Motohiro | 5f53e76 | 2010-05-24 14:32:37 -0700 | [diff] [blame] | 81 | /* |
Nikanth Karthikesan | 415b54e | 2010-08-17 15:39:09 +0530 | [diff] [blame] | 82 | * Intend to reclaim enough continuous memory rather than reclaim |
| 83 | * enough amount of memory. i.e, mode for high order allocation. |
KOSAKI Motohiro | 5f53e76 | 2010-05-24 14:32:37 -0700 | [diff] [blame] | 84 | */ |
| 85 | bool lumpy_reclaim_mode; |
| 86 | |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 87 | /* Which cgroup do we reclaim from */ |
| 88 | struct mem_cgroup *mem_cgroup; |
| 89 | |
KAMEZAWA Hiroyuki | 327c0e9 | 2009-03-31 15:23:31 -0700 | [diff] [blame] | 90 | /* |
| 91 | * Nodemask of nodes allowed by the caller. If NULL, all nodes |
| 92 | * are scanned. |
| 93 | */ |
| 94 | nodemask_t *nodemask; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | }; |
| 96 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | #define lru_to_page(_head) (list_entry((_head)->prev, struct page, lru)) |
| 98 | |
| 99 | #ifdef ARCH_HAS_PREFETCH |
| 100 | #define prefetch_prev_lru_page(_page, _base, _field) \ |
| 101 | do { \ |
| 102 | if ((_page)->lru.prev != _base) { \ |
| 103 | struct page *prev; \ |
| 104 | \ |
| 105 | prev = lru_to_page(&(_page->lru)); \ |
| 106 | prefetch(&prev->_field); \ |
| 107 | } \ |
| 108 | } while (0) |
| 109 | #else |
| 110 | #define prefetch_prev_lru_page(_page, _base, _field) do { } while (0) |
| 111 | #endif |
| 112 | |
| 113 | #ifdef ARCH_HAS_PREFETCHW |
| 114 | #define prefetchw_prev_lru_page(_page, _base, _field) \ |
| 115 | do { \ |
| 116 | if ((_page)->lru.prev != _base) { \ |
| 117 | struct page *prev; \ |
| 118 | \ |
| 119 | prev = lru_to_page(&(_page->lru)); \ |
| 120 | prefetchw(&prev->_field); \ |
| 121 | } \ |
| 122 | } while (0) |
| 123 | #else |
| 124 | #define prefetchw_prev_lru_page(_page, _base, _field) do { } while (0) |
| 125 | #endif |
| 126 | |
| 127 | /* |
| 128 | * From 0 .. 100. Higher means more swappy. |
| 129 | */ |
| 130 | int vm_swappiness = 60; |
Andrew Morton | bd1e22b | 2006-06-23 02:03:47 -0700 | [diff] [blame] | 131 | long vm_total_pages; /* The total number of pages which the VM controls */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | |
| 133 | static LIST_HEAD(shrinker_list); |
| 134 | static DECLARE_RWSEM(shrinker_rwsem); |
| 135 | |
Balbir Singh | 00f0b82 | 2008-03-04 14:28:39 -0800 | [diff] [blame] | 136 | #ifdef CONFIG_CGROUP_MEM_RES_CTLR |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 137 | #define scanning_global_lru(sc) (!(sc)->mem_cgroup) |
KAMEZAWA Hiroyuki | 91a4547 | 2008-02-07 00:14:29 -0800 | [diff] [blame] | 138 | #else |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 139 | #define scanning_global_lru(sc) (1) |
KAMEZAWA Hiroyuki | 91a4547 | 2008-02-07 00:14:29 -0800 | [diff] [blame] | 140 | #endif |
| 141 | |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 142 | static struct zone_reclaim_stat *get_reclaim_stat(struct zone *zone, |
| 143 | struct scan_control *sc) |
| 144 | { |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 145 | if (!scanning_global_lru(sc)) |
KOSAKI Motohiro | 3e2f41f | 2009-01-07 18:08:20 -0800 | [diff] [blame] | 146 | return mem_cgroup_get_reclaim_stat(sc->mem_cgroup, zone); |
| 147 | |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 148 | return &zone->reclaim_stat; |
| 149 | } |
| 150 | |
Vincent Li | 0b21767 | 2009-09-21 17:03:09 -0700 | [diff] [blame] | 151 | static unsigned long zone_nr_lru_pages(struct zone *zone, |
| 152 | struct scan_control *sc, enum lru_list lru) |
KOSAKI Motohiro | c9f299d | 2009-01-07 18:08:16 -0800 | [diff] [blame] | 153 | { |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 154 | if (!scanning_global_lru(sc)) |
KOSAKI Motohiro | a3d8e05 | 2009-01-07 18:08:19 -0800 | [diff] [blame] | 155 | return mem_cgroup_zone_nr_pages(sc->mem_cgroup, zone, lru); |
| 156 | |
KOSAKI Motohiro | c9f299d | 2009-01-07 18:08:16 -0800 | [diff] [blame] | 157 | return zone_page_state(zone, NR_LRU_BASE + lru); |
| 158 | } |
| 159 | |
| 160 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 161 | /* |
| 162 | * Add a shrinker callback to be called from the vm |
| 163 | */ |
Rusty Russell | 8e1f936 | 2007-07-17 04:03:17 -0700 | [diff] [blame] | 164 | void register_shrinker(struct shrinker *shrinker) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | { |
Rusty Russell | 8e1f936 | 2007-07-17 04:03:17 -0700 | [diff] [blame] | 166 | shrinker->nr = 0; |
| 167 | down_write(&shrinker_rwsem); |
| 168 | list_add_tail(&shrinker->list, &shrinker_list); |
| 169 | up_write(&shrinker_rwsem); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | } |
Rusty Russell | 8e1f936 | 2007-07-17 04:03:17 -0700 | [diff] [blame] | 171 | EXPORT_SYMBOL(register_shrinker); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | |
| 173 | /* |
| 174 | * Remove one |
| 175 | */ |
Rusty Russell | 8e1f936 | 2007-07-17 04:03:17 -0700 | [diff] [blame] | 176 | void unregister_shrinker(struct shrinker *shrinker) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | { |
| 178 | down_write(&shrinker_rwsem); |
| 179 | list_del(&shrinker->list); |
| 180 | up_write(&shrinker_rwsem); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 181 | } |
Rusty Russell | 8e1f936 | 2007-07-17 04:03:17 -0700 | [diff] [blame] | 182 | EXPORT_SYMBOL(unregister_shrinker); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 183 | |
| 184 | #define SHRINK_BATCH 128 |
| 185 | /* |
| 186 | * Call the shrink functions to age shrinkable caches |
| 187 | * |
| 188 | * Here we assume it costs one seek to replace a lru page and that it also |
| 189 | * takes a seek to recreate a cache object. With this in mind we age equal |
| 190 | * percentages of the lru and ageable caches. This should balance the seeks |
| 191 | * generated by these structures. |
| 192 | * |
Simon Arlott | 183ff22 | 2007-10-20 01:27:18 +0200 | [diff] [blame] | 193 | * If the vm encountered mapped pages on the LRU it increase the pressure on |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | * slab to avoid swapping. |
| 195 | * |
| 196 | * We do weird things to avoid (scanned*seeks*entries) overflowing 32 bits. |
| 197 | * |
| 198 | * `lru_pages' represents the number of on-LRU pages in all the zones which |
| 199 | * are eligible for the caller's allocation attempt. It is used for balancing |
| 200 | * slab reclaim versus page reclaim. |
akpm@osdl.org | b15e090 | 2005-06-21 17:14:35 -0700 | [diff] [blame] | 201 | * |
| 202 | * Returns the number of slab objects which we shrunk. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | */ |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 204 | unsigned long shrink_slab(unsigned long scanned, gfp_t gfp_mask, |
| 205 | unsigned long lru_pages) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | { |
| 207 | struct shrinker *shrinker; |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 208 | unsigned long ret = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 209 | |
| 210 | if (scanned == 0) |
| 211 | scanned = SWAP_CLUSTER_MAX; |
| 212 | |
| 213 | if (!down_read_trylock(&shrinker_rwsem)) |
akpm@osdl.org | b15e090 | 2005-06-21 17:14:35 -0700 | [diff] [blame] | 214 | return 1; /* Assume we'll be able to shrink next time */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 215 | |
| 216 | list_for_each_entry(shrinker, &shrinker_list, list) { |
| 217 | unsigned long long delta; |
| 218 | unsigned long total_scan; |
Dave Chinner | 7f8275d | 2010-07-19 14:56:17 +1000 | [diff] [blame] | 219 | unsigned long max_pass; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | |
Dave Chinner | 7f8275d | 2010-07-19 14:56:17 +1000 | [diff] [blame] | 221 | max_pass = (*shrinker->shrink)(shrinker, 0, gfp_mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | delta = (4 * scanned) / shrinker->seeks; |
Andrea Arcangeli | ea164d7 | 2005-11-28 13:44:15 -0800 | [diff] [blame] | 223 | delta *= max_pass; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | do_div(delta, lru_pages + 1); |
| 225 | shrinker->nr += delta; |
Andrea Arcangeli | ea164d7 | 2005-11-28 13:44:15 -0800 | [diff] [blame] | 226 | if (shrinker->nr < 0) { |
David Rientjes | 88c3bd7 | 2009-03-31 15:23:29 -0700 | [diff] [blame] | 227 | printk(KERN_ERR "shrink_slab: %pF negative objects to " |
| 228 | "delete nr=%ld\n", |
| 229 | shrinker->shrink, shrinker->nr); |
Andrea Arcangeli | ea164d7 | 2005-11-28 13:44:15 -0800 | [diff] [blame] | 230 | shrinker->nr = max_pass; |
| 231 | } |
| 232 | |
| 233 | /* |
| 234 | * Avoid risking looping forever due to too large nr value: |
| 235 | * never try to free more than twice the estimate number of |
| 236 | * freeable entries. |
| 237 | */ |
| 238 | if (shrinker->nr > max_pass * 2) |
| 239 | shrinker->nr = max_pass * 2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | |
| 241 | total_scan = shrinker->nr; |
| 242 | shrinker->nr = 0; |
| 243 | |
| 244 | while (total_scan >= SHRINK_BATCH) { |
| 245 | long this_scan = SHRINK_BATCH; |
| 246 | int shrink_ret; |
akpm@osdl.org | b15e090 | 2005-06-21 17:14:35 -0700 | [diff] [blame] | 247 | int nr_before; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | |
Dave Chinner | 7f8275d | 2010-07-19 14:56:17 +1000 | [diff] [blame] | 249 | nr_before = (*shrinker->shrink)(shrinker, 0, gfp_mask); |
| 250 | shrink_ret = (*shrinker->shrink)(shrinker, this_scan, |
| 251 | gfp_mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 252 | if (shrink_ret == -1) |
| 253 | break; |
akpm@osdl.org | b15e090 | 2005-06-21 17:14:35 -0700 | [diff] [blame] | 254 | if (shrink_ret < nr_before) |
| 255 | ret += nr_before - shrink_ret; |
Christoph Lameter | f8891e5 | 2006-06-30 01:55:45 -0700 | [diff] [blame] | 256 | count_vm_events(SLABS_SCANNED, this_scan); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | total_scan -= this_scan; |
| 258 | |
| 259 | cond_resched(); |
| 260 | } |
| 261 | |
| 262 | shrinker->nr += total_scan; |
| 263 | } |
| 264 | up_read(&shrinker_rwsem); |
akpm@osdl.org | b15e090 | 2005-06-21 17:14:35 -0700 | [diff] [blame] | 265 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | } |
| 267 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 268 | static inline int is_page_cache_freeable(struct page *page) |
| 269 | { |
Johannes Weiner | ceddc3a | 2009-09-21 17:03:00 -0700 | [diff] [blame] | 270 | /* |
| 271 | * A freeable page cache page is referenced only by the caller |
| 272 | * that isolated the page, the page cache radix tree and |
| 273 | * optional buffer heads at page->private. |
| 274 | */ |
Johannes Weiner | edcf474 | 2009-09-21 17:02:59 -0700 | [diff] [blame] | 275 | return page_count(page) - page_has_private(page) == 2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 276 | } |
| 277 | |
| 278 | static int may_write_to_queue(struct backing_dev_info *bdi) |
| 279 | { |
Christoph Lameter | 930d915 | 2006-01-08 01:00:47 -0800 | [diff] [blame] | 280 | if (current->flags & PF_SWAPWRITE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 281 | return 1; |
| 282 | if (!bdi_write_congested(bdi)) |
| 283 | return 1; |
| 284 | if (bdi == current->backing_dev_info) |
| 285 | return 1; |
| 286 | return 0; |
| 287 | } |
| 288 | |
| 289 | /* |
| 290 | * We detected a synchronous write error writing a page out. Probably |
| 291 | * -ENOSPC. We need to propagate that into the address_space for a subsequent |
| 292 | * fsync(), msync() or close(). |
| 293 | * |
| 294 | * The tricky part is that after writepage we cannot touch the mapping: nothing |
| 295 | * prevents it from being freed up. But we have a ref on the page and once |
| 296 | * that page is locked, the mapping is pinned. |
| 297 | * |
| 298 | * We're allowed to run sleeping lock_page() here because we know the caller has |
| 299 | * __GFP_FS. |
| 300 | */ |
| 301 | static void handle_write_error(struct address_space *mapping, |
| 302 | struct page *page, int error) |
| 303 | { |
Nick Piggin | a6aa62a | 2010-07-20 13:24:25 -0700 | [diff] [blame] | 304 | lock_page_nosync(page); |
Guillaume Chazarain | 3e9f45b | 2007-05-08 00:23:25 -0700 | [diff] [blame] | 305 | if (page_mapping(page) == mapping) |
| 306 | mapping_set_error(mapping, error); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 307 | unlock_page(page); |
| 308 | } |
| 309 | |
Andy Whitcroft | c661b07 | 2007-08-22 14:01:26 -0700 | [diff] [blame] | 310 | /* Request for sync pageout. */ |
| 311 | enum pageout_io { |
| 312 | PAGEOUT_IO_ASYNC, |
| 313 | PAGEOUT_IO_SYNC, |
| 314 | }; |
| 315 | |
Christoph Lameter | 04e62a2 | 2006-06-23 02:03:38 -0700 | [diff] [blame] | 316 | /* possible outcome of pageout() */ |
| 317 | typedef enum { |
| 318 | /* failed to write page out, page is locked */ |
| 319 | PAGE_KEEP, |
| 320 | /* move page to the active list, page is locked */ |
| 321 | PAGE_ACTIVATE, |
| 322 | /* page has been sent to the disk successfully, page is unlocked */ |
| 323 | PAGE_SUCCESS, |
| 324 | /* page is clean and locked */ |
| 325 | PAGE_CLEAN, |
| 326 | } pageout_t; |
| 327 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 328 | /* |
Andrew Morton | 1742f19 | 2006-03-22 00:08:21 -0800 | [diff] [blame] | 329 | * pageout is called by shrink_page_list() for each dirty page. |
| 330 | * Calls ->writepage(). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 331 | */ |
Andy Whitcroft | c661b07 | 2007-08-22 14:01:26 -0700 | [diff] [blame] | 332 | static pageout_t pageout(struct page *page, struct address_space *mapping, |
| 333 | enum pageout_io sync_writeback) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | { |
| 335 | /* |
| 336 | * If the page is dirty, only perform writeback if that write |
| 337 | * will be non-blocking. To prevent this allocation from being |
| 338 | * stalled by pagecache activity. But note that there may be |
| 339 | * stalls if we need to run get_block(). We could test |
| 340 | * PagePrivate for that. |
| 341 | * |
Vincent Li | 6aceb53 | 2009-12-14 17:58:49 -0800 | [diff] [blame] | 342 | * If this process is currently in __generic_file_aio_write() against |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 343 | * this page's queue, we can perform writeback even if that |
| 344 | * will block. |
| 345 | * |
| 346 | * If the page is swapcache, write it back even if that would |
| 347 | * block, for some throttling. This happens by accident, because |
| 348 | * swap_backing_dev_info is bust: it doesn't reflect the |
| 349 | * congestion state of the swapdevs. Easy to fix, if needed. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | */ |
| 351 | if (!is_page_cache_freeable(page)) |
| 352 | return PAGE_KEEP; |
| 353 | if (!mapping) { |
| 354 | /* |
| 355 | * Some data journaling orphaned pages can have |
| 356 | * page->mapping == NULL while being dirty with clean buffers. |
| 357 | */ |
David Howells | 266cf65 | 2009-04-03 16:42:36 +0100 | [diff] [blame] | 358 | if (page_has_private(page)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 359 | if (try_to_free_buffers(page)) { |
| 360 | ClearPageDirty(page); |
Harvey Harrison | d40cee2 | 2008-04-30 00:55:07 -0700 | [diff] [blame] | 361 | printk("%s: orphaned page\n", __func__); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 362 | return PAGE_CLEAN; |
| 363 | } |
| 364 | } |
| 365 | return PAGE_KEEP; |
| 366 | } |
| 367 | if (mapping->a_ops->writepage == NULL) |
| 368 | return PAGE_ACTIVATE; |
| 369 | if (!may_write_to_queue(mapping->backing_dev_info)) |
| 370 | return PAGE_KEEP; |
| 371 | |
| 372 | if (clear_page_dirty_for_io(page)) { |
| 373 | int res; |
| 374 | struct writeback_control wbc = { |
| 375 | .sync_mode = WB_SYNC_NONE, |
| 376 | .nr_to_write = SWAP_CLUSTER_MAX, |
OGAWA Hirofumi | 111ebb6 | 2006-06-23 02:03:26 -0700 | [diff] [blame] | 377 | .range_start = 0, |
| 378 | .range_end = LLONG_MAX, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 379 | .for_reclaim = 1, |
| 380 | }; |
| 381 | |
| 382 | SetPageReclaim(page); |
| 383 | res = mapping->a_ops->writepage(page, &wbc); |
| 384 | if (res < 0) |
| 385 | handle_write_error(mapping, page, res); |
Zach Brown | 994fc28c | 2005-12-15 14:28:17 -0800 | [diff] [blame] | 386 | if (res == AOP_WRITEPAGE_ACTIVATE) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | ClearPageReclaim(page); |
| 388 | return PAGE_ACTIVATE; |
| 389 | } |
Andy Whitcroft | c661b07 | 2007-08-22 14:01:26 -0700 | [diff] [blame] | 390 | |
| 391 | /* |
| 392 | * Wait on writeback if requested to. This happens when |
| 393 | * direct reclaiming a large contiguous area and the |
| 394 | * first attempt to free a range of pages fails. |
| 395 | */ |
| 396 | if (PageWriteback(page) && sync_writeback == PAGEOUT_IO_SYNC) |
| 397 | wait_on_page_writeback(page); |
| 398 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | if (!PageWriteback(page)) { |
| 400 | /* synchronous write or broken a_ops? */ |
| 401 | ClearPageReclaim(page); |
| 402 | } |
Mel Gorman | 755f022 | 2010-08-09 17:19:18 -0700 | [diff] [blame] | 403 | trace_mm_vmscan_writepage(page, |
| 404 | trace_reclaim_flags(page, sync_writeback)); |
Andrew Morton | e129b5c | 2006-09-27 01:50:00 -0700 | [diff] [blame] | 405 | inc_zone_page_state(page, NR_VMSCAN_WRITE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 406 | return PAGE_SUCCESS; |
| 407 | } |
| 408 | |
| 409 | return PAGE_CLEAN; |
| 410 | } |
| 411 | |
Andrew Morton | a649fd9 | 2006-10-17 00:09:36 -0700 | [diff] [blame] | 412 | /* |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 413 | * Same as remove_mapping, but if the page is removed from the mapping, it |
| 414 | * gets returned with a refcount of 0. |
Andrew Morton | a649fd9 | 2006-10-17 00:09:36 -0700 | [diff] [blame] | 415 | */ |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 416 | static int __remove_mapping(struct address_space *mapping, struct page *page) |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 417 | { |
Nick Piggin | 28e4d96 | 2006-09-25 23:31:23 -0700 | [diff] [blame] | 418 | BUG_ON(!PageLocked(page)); |
| 419 | BUG_ON(mapping != page_mapping(page)); |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 420 | |
Nick Piggin | 19fd623 | 2008-07-25 19:45:32 -0700 | [diff] [blame] | 421 | spin_lock_irq(&mapping->tree_lock); |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 422 | /* |
Nick Piggin | 0fd0e6b | 2006-09-27 01:50:02 -0700 | [diff] [blame] | 423 | * The non racy check for a busy page. |
| 424 | * |
| 425 | * Must be careful with the order of the tests. When someone has |
| 426 | * a ref to the page, it may be possible that they dirty it then |
| 427 | * drop the reference. So if PageDirty is tested before page_count |
| 428 | * here, then the following race may occur: |
| 429 | * |
| 430 | * get_user_pages(&page); |
| 431 | * [user mapping goes away] |
| 432 | * write_to(page); |
| 433 | * !PageDirty(page) [good] |
| 434 | * SetPageDirty(page); |
| 435 | * put_page(page); |
| 436 | * !page_count(page) [good, discard it] |
| 437 | * |
| 438 | * [oops, our write_to data is lost] |
| 439 | * |
| 440 | * Reversing the order of the tests ensures such a situation cannot |
| 441 | * escape unnoticed. The smp_rmb is needed to ensure the page->flags |
| 442 | * load is not satisfied before that of page->_count. |
| 443 | * |
| 444 | * Note that if SetPageDirty is always performed via set_page_dirty, |
| 445 | * and thus under tree_lock, then this ordering is not required. |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 446 | */ |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 447 | if (!page_freeze_refs(page, 2)) |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 448 | goto cannot_free; |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 449 | /* note: atomic_cmpxchg in page_freeze_refs provides the smp_rmb */ |
| 450 | if (unlikely(PageDirty(page))) { |
| 451 | page_unfreeze_refs(page, 2); |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 452 | goto cannot_free; |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 453 | } |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 454 | |
| 455 | if (PageSwapCache(page)) { |
| 456 | swp_entry_t swap = { .val = page_private(page) }; |
| 457 | __delete_from_swap_cache(page); |
Nick Piggin | 19fd623 | 2008-07-25 19:45:32 -0700 | [diff] [blame] | 458 | spin_unlock_irq(&mapping->tree_lock); |
KAMEZAWA Hiroyuki | cb4b86b | 2009-06-16 15:32:52 -0700 | [diff] [blame] | 459 | swapcache_free(swap, page); |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 460 | } else { |
| 461 | __remove_from_page_cache(page); |
Nick Piggin | 19fd623 | 2008-07-25 19:45:32 -0700 | [diff] [blame] | 462 | spin_unlock_irq(&mapping->tree_lock); |
Daisuke Nishimura | e767e05 | 2009-05-28 14:34:28 -0700 | [diff] [blame] | 463 | mem_cgroup_uncharge_cache_page(page); |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 464 | } |
| 465 | |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 466 | return 1; |
| 467 | |
| 468 | cannot_free: |
Nick Piggin | 19fd623 | 2008-07-25 19:45:32 -0700 | [diff] [blame] | 469 | spin_unlock_irq(&mapping->tree_lock); |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 470 | return 0; |
| 471 | } |
| 472 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 473 | /* |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 474 | * Attempt to detach a locked page from its ->mapping. If it is dirty or if |
| 475 | * someone else has a ref on the page, abort and return 0. If it was |
| 476 | * successfully detached, return 1. Assumes the caller has a single ref on |
| 477 | * this page. |
| 478 | */ |
| 479 | int remove_mapping(struct address_space *mapping, struct page *page) |
| 480 | { |
| 481 | if (__remove_mapping(mapping, page)) { |
| 482 | /* |
| 483 | * Unfreezing the refcount with 1 rather than 2 effectively |
| 484 | * drops the pagecache ref for us without requiring another |
| 485 | * atomic operation. |
| 486 | */ |
| 487 | page_unfreeze_refs(page, 1); |
| 488 | return 1; |
| 489 | } |
| 490 | return 0; |
| 491 | } |
| 492 | |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 493 | /** |
| 494 | * putback_lru_page - put previously isolated page onto appropriate LRU list |
| 495 | * @page: page to be put back to appropriate lru list |
| 496 | * |
| 497 | * Add previously isolated @page to appropriate LRU list. |
| 498 | * Page may still be unevictable for other reasons. |
| 499 | * |
| 500 | * lru_lock must not be held, interrupts must be enabled. |
| 501 | */ |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 502 | void putback_lru_page(struct page *page) |
| 503 | { |
| 504 | int lru; |
| 505 | int active = !!TestClearPageActive(page); |
Lee Schermerhorn | bbfd28e | 2008-10-18 20:26:40 -0700 | [diff] [blame] | 506 | int was_unevictable = PageUnevictable(page); |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 507 | |
| 508 | VM_BUG_ON(PageLRU(page)); |
| 509 | |
| 510 | redo: |
| 511 | ClearPageUnevictable(page); |
| 512 | |
| 513 | if (page_evictable(page, NULL)) { |
| 514 | /* |
| 515 | * For evictable pages, we can use the cache. |
| 516 | * In event of a race, worst case is we end up with an |
| 517 | * unevictable page on [in]active list. |
| 518 | * We know how to handle that. |
| 519 | */ |
Johannes Weiner | 401a8e1 | 2009-09-21 17:02:58 -0700 | [diff] [blame] | 520 | lru = active + page_lru_base_type(page); |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 521 | lru_cache_add_lru(page, lru); |
| 522 | } else { |
| 523 | /* |
| 524 | * Put unevictable pages directly on zone's unevictable |
| 525 | * list. |
| 526 | */ |
| 527 | lru = LRU_UNEVICTABLE; |
| 528 | add_page_to_unevictable_list(page); |
Johannes Weiner | 6a7b954 | 2009-10-26 16:50:00 -0700 | [diff] [blame] | 529 | /* |
| 530 | * When racing with an mlock clearing (page is |
| 531 | * unlocked), make sure that if the other thread does |
| 532 | * not observe our setting of PG_lru and fails |
| 533 | * isolation, we see PG_mlocked cleared below and move |
| 534 | * the page back to the evictable list. |
| 535 | * |
| 536 | * The other side is TestClearPageMlocked(). |
| 537 | */ |
| 538 | smp_mb(); |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 539 | } |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 540 | |
| 541 | /* |
| 542 | * page's status can change while we move it among lru. If an evictable |
| 543 | * page is on unevictable list, it never be freed. To avoid that, |
| 544 | * check after we added it to the list, again. |
| 545 | */ |
| 546 | if (lru == LRU_UNEVICTABLE && page_evictable(page, NULL)) { |
| 547 | if (!isolate_lru_page(page)) { |
| 548 | put_page(page); |
| 549 | goto redo; |
| 550 | } |
| 551 | /* This means someone else dropped this page from LRU |
| 552 | * So, it will be freed or putback to LRU again. There is |
| 553 | * nothing to do here. |
| 554 | */ |
| 555 | } |
| 556 | |
Lee Schermerhorn | bbfd28e | 2008-10-18 20:26:40 -0700 | [diff] [blame] | 557 | if (was_unevictable && lru != LRU_UNEVICTABLE) |
| 558 | count_vm_event(UNEVICTABLE_PGRESCUED); |
| 559 | else if (!was_unevictable && lru == LRU_UNEVICTABLE) |
| 560 | count_vm_event(UNEVICTABLE_PGCULLED); |
| 561 | |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 562 | put_page(page); /* drop ref from isolate */ |
| 563 | } |
| 564 | |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 565 | enum page_references { |
| 566 | PAGEREF_RECLAIM, |
| 567 | PAGEREF_RECLAIM_CLEAN, |
Johannes Weiner | 64574746 | 2010-03-05 13:42:22 -0800 | [diff] [blame] | 568 | PAGEREF_KEEP, |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 569 | PAGEREF_ACTIVATE, |
| 570 | }; |
| 571 | |
| 572 | static enum page_references page_check_references(struct page *page, |
| 573 | struct scan_control *sc) |
| 574 | { |
Johannes Weiner | 64574746 | 2010-03-05 13:42:22 -0800 | [diff] [blame] | 575 | int referenced_ptes, referenced_page; |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 576 | unsigned long vm_flags; |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 577 | |
Johannes Weiner | 64574746 | 2010-03-05 13:42:22 -0800 | [diff] [blame] | 578 | referenced_ptes = page_referenced(page, 1, sc->mem_cgroup, &vm_flags); |
| 579 | referenced_page = TestClearPageReferenced(page); |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 580 | |
| 581 | /* Lumpy reclaim - ignore references */ |
KOSAKI Motohiro | 5f53e76 | 2010-05-24 14:32:37 -0700 | [diff] [blame] | 582 | if (sc->lumpy_reclaim_mode) |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 583 | return PAGEREF_RECLAIM; |
| 584 | |
| 585 | /* |
| 586 | * Mlock lost the isolation race with us. Let try_to_unmap() |
| 587 | * move the page to the unevictable list. |
| 588 | */ |
| 589 | if (vm_flags & VM_LOCKED) |
| 590 | return PAGEREF_RECLAIM; |
| 591 | |
Johannes Weiner | 64574746 | 2010-03-05 13:42:22 -0800 | [diff] [blame] | 592 | if (referenced_ptes) { |
| 593 | if (PageAnon(page)) |
| 594 | return PAGEREF_ACTIVATE; |
| 595 | /* |
| 596 | * All mapped pages start out with page table |
| 597 | * references from the instantiating fault, so we need |
| 598 | * to look twice if a mapped file page is used more |
| 599 | * than once. |
| 600 | * |
| 601 | * Mark it and spare it for another trip around the |
| 602 | * inactive list. Another page table reference will |
| 603 | * lead to its activation. |
| 604 | * |
| 605 | * Note: the mark is set for activated pages as well |
| 606 | * so that recently deactivated but used pages are |
| 607 | * quickly recovered. |
| 608 | */ |
| 609 | SetPageReferenced(page); |
| 610 | |
| 611 | if (referenced_page) |
| 612 | return PAGEREF_ACTIVATE; |
| 613 | |
| 614 | return PAGEREF_KEEP; |
| 615 | } |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 616 | |
| 617 | /* Reclaim if clean, defer dirty pages to writeback */ |
Johannes Weiner | 64574746 | 2010-03-05 13:42:22 -0800 | [diff] [blame] | 618 | if (referenced_page) |
| 619 | return PAGEREF_RECLAIM_CLEAN; |
| 620 | |
| 621 | return PAGEREF_RECLAIM; |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 622 | } |
| 623 | |
Mel Gorman | abe4c3b | 2010-08-09 17:19:31 -0700 | [diff] [blame] | 624 | static noinline_for_stack void free_page_list(struct list_head *free_pages) |
| 625 | { |
| 626 | struct pagevec freed_pvec; |
| 627 | struct page *page, *tmp; |
| 628 | |
| 629 | pagevec_init(&freed_pvec, 1); |
| 630 | |
| 631 | list_for_each_entry_safe(page, tmp, free_pages, lru) { |
| 632 | list_del(&page->lru); |
| 633 | if (!pagevec_add(&freed_pvec, page)) { |
| 634 | __pagevec_free(&freed_pvec); |
| 635 | pagevec_reinit(&freed_pvec); |
| 636 | } |
| 637 | } |
| 638 | |
| 639 | pagevec_free(&freed_pvec); |
| 640 | } |
| 641 | |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 642 | /* |
Andrew Morton | 1742f19 | 2006-03-22 00:08:21 -0800 | [diff] [blame] | 643 | * shrink_page_list() returns the number of reclaimed pages |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 644 | */ |
Andrew Morton | 1742f19 | 2006-03-22 00:08:21 -0800 | [diff] [blame] | 645 | static unsigned long shrink_page_list(struct list_head *page_list, |
Andy Whitcroft | c661b07 | 2007-08-22 14:01:26 -0700 | [diff] [blame] | 646 | struct scan_control *sc, |
| 647 | enum pageout_io sync_writeback) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 648 | { |
| 649 | LIST_HEAD(ret_pages); |
Mel Gorman | abe4c3b | 2010-08-09 17:19:31 -0700 | [diff] [blame] | 650 | LIST_HEAD(free_pages); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 651 | int pgactivate = 0; |
Andrew Morton | 05ff513 | 2006-03-22 00:08:20 -0800 | [diff] [blame] | 652 | unsigned long nr_reclaimed = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | |
| 654 | cond_resched(); |
| 655 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 656 | while (!list_empty(page_list)) { |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 657 | enum page_references references; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 658 | struct address_space *mapping; |
| 659 | struct page *page; |
| 660 | int may_enter_fs; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 661 | |
| 662 | cond_resched(); |
| 663 | |
| 664 | page = lru_to_page(page_list); |
| 665 | list_del(&page->lru); |
| 666 | |
Nick Piggin | 529ae9a | 2008-08-02 12:01:03 +0200 | [diff] [blame] | 667 | if (!trylock_page(page)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 668 | goto keep; |
| 669 | |
Nick Piggin | 725d704 | 2006-09-25 23:30:55 -0700 | [diff] [blame] | 670 | VM_BUG_ON(PageActive(page)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 671 | |
| 672 | sc->nr_scanned++; |
Christoph Lameter | 80e4342 | 2006-02-11 17:55:53 -0800 | [diff] [blame] | 673 | |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 674 | if (unlikely(!page_evictable(page, NULL))) |
| 675 | goto cull_mlocked; |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 676 | |
Johannes Weiner | a6dc60f8 | 2009-03-31 15:19:30 -0700 | [diff] [blame] | 677 | if (!sc->may_unmap && page_mapped(page)) |
Christoph Lameter | 80e4342 | 2006-02-11 17:55:53 -0800 | [diff] [blame] | 678 | goto keep_locked; |
| 679 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 680 | /* Double the slab pressure for mapped and swapcache pages */ |
| 681 | if (page_mapped(page) || PageSwapCache(page)) |
| 682 | sc->nr_scanned++; |
| 683 | |
Andy Whitcroft | c661b07 | 2007-08-22 14:01:26 -0700 | [diff] [blame] | 684 | may_enter_fs = (sc->gfp_mask & __GFP_FS) || |
| 685 | (PageSwapCache(page) && (sc->gfp_mask & __GFP_IO)); |
| 686 | |
| 687 | if (PageWriteback(page)) { |
| 688 | /* |
| 689 | * Synchronous reclaim is performed in two passes, |
| 690 | * first an asynchronous pass over the list to |
| 691 | * start parallel writeback, and a second synchronous |
| 692 | * pass to wait for the IO to complete. Wait here |
| 693 | * for any page for which writeback has already |
| 694 | * started. |
| 695 | */ |
| 696 | if (sync_writeback == PAGEOUT_IO_SYNC && may_enter_fs) |
| 697 | wait_on_page_writeback(page); |
Andrew Morton | 4dd4b92 | 2008-03-24 12:29:52 -0700 | [diff] [blame] | 698 | else |
Andy Whitcroft | c661b07 | 2007-08-22 14:01:26 -0700 | [diff] [blame] | 699 | goto keep_locked; |
| 700 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 701 | |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 702 | references = page_check_references(page, sc); |
| 703 | switch (references) { |
| 704 | case PAGEREF_ACTIVATE: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 705 | goto activate_locked; |
Johannes Weiner | 64574746 | 2010-03-05 13:42:22 -0800 | [diff] [blame] | 706 | case PAGEREF_KEEP: |
| 707 | goto keep_locked; |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 708 | case PAGEREF_RECLAIM: |
| 709 | case PAGEREF_RECLAIM_CLEAN: |
| 710 | ; /* try to reclaim the page below */ |
| 711 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 712 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 713 | /* |
| 714 | * Anonymous process memory has backing store? |
| 715 | * Try to allocate it some swap space here. |
| 716 | */ |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 717 | if (PageAnon(page) && !PageSwapCache(page)) { |
Hugh Dickins | 63eb6b93 | 2008-11-19 15:36:37 -0800 | [diff] [blame] | 718 | if (!(sc->gfp_mask & __GFP_IO)) |
| 719 | goto keep_locked; |
Hugh Dickins | ac47b00 | 2009-01-06 14:39:39 -0800 | [diff] [blame] | 720 | if (!add_to_swap(page)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 721 | goto activate_locked; |
Hugh Dickins | 63eb6b93 | 2008-11-19 15:36:37 -0800 | [diff] [blame] | 722 | may_enter_fs = 1; |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 723 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 724 | |
| 725 | mapping = page_mapping(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 726 | |
| 727 | /* |
| 728 | * The page is mapped into the page tables of one or more |
| 729 | * processes. Try to unmap it here. |
| 730 | */ |
| 731 | if (page_mapped(page) && mapping) { |
Andi Kleen | 14fa31b | 2009-09-16 11:50:10 +0200 | [diff] [blame] | 732 | switch (try_to_unmap(page, TTU_UNMAP)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | case SWAP_FAIL: |
| 734 | goto activate_locked; |
| 735 | case SWAP_AGAIN: |
| 736 | goto keep_locked; |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 737 | case SWAP_MLOCK: |
| 738 | goto cull_mlocked; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 739 | case SWAP_SUCCESS: |
| 740 | ; /* try to free the page below */ |
| 741 | } |
| 742 | } |
| 743 | |
| 744 | if (PageDirty(page)) { |
Johannes Weiner | dfc8d63 | 2010-03-05 13:42:19 -0800 | [diff] [blame] | 745 | if (references == PAGEREF_RECLAIM_CLEAN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 746 | goto keep_locked; |
Andrew Morton | 4dd4b92 | 2008-03-24 12:29:52 -0700 | [diff] [blame] | 747 | if (!may_enter_fs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 748 | goto keep_locked; |
Christoph Lameter | 52a8363 | 2006-02-01 03:05:28 -0800 | [diff] [blame] | 749 | if (!sc->may_writepage) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 750 | goto keep_locked; |
| 751 | |
| 752 | /* Page is dirty, try to write it out here */ |
Andy Whitcroft | c661b07 | 2007-08-22 14:01:26 -0700 | [diff] [blame] | 753 | switch (pageout(page, mapping, sync_writeback)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 754 | case PAGE_KEEP: |
| 755 | goto keep_locked; |
| 756 | case PAGE_ACTIVATE: |
| 757 | goto activate_locked; |
| 758 | case PAGE_SUCCESS: |
Andrew Morton | 4dd4b92 | 2008-03-24 12:29:52 -0700 | [diff] [blame] | 759 | if (PageWriteback(page) || PageDirty(page)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 760 | goto keep; |
| 761 | /* |
| 762 | * A synchronous write - probably a ramdisk. Go |
| 763 | * ahead and try to reclaim the page. |
| 764 | */ |
Nick Piggin | 529ae9a | 2008-08-02 12:01:03 +0200 | [diff] [blame] | 765 | if (!trylock_page(page)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 766 | goto keep; |
| 767 | if (PageDirty(page) || PageWriteback(page)) |
| 768 | goto keep_locked; |
| 769 | mapping = page_mapping(page); |
| 770 | case PAGE_CLEAN: |
| 771 | ; /* try to free the page below */ |
| 772 | } |
| 773 | } |
| 774 | |
| 775 | /* |
| 776 | * If the page has buffers, try to free the buffer mappings |
| 777 | * associated with this page. If we succeed we try to free |
| 778 | * the page as well. |
| 779 | * |
| 780 | * We do this even if the page is PageDirty(). |
| 781 | * try_to_release_page() does not perform I/O, but it is |
| 782 | * possible for a page to have PageDirty set, but it is actually |
| 783 | * clean (all its buffers are clean). This happens if the |
| 784 | * buffers were written out directly, with submit_bh(). ext3 |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 785 | * will do this, as well as the blockdev mapping. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 786 | * try_to_release_page() will discover that cleanness and will |
| 787 | * drop the buffers and mark the page clean - it can be freed. |
| 788 | * |
| 789 | * Rarely, pages can have buffers and no ->mapping. These are |
| 790 | * the pages which were not successfully invalidated in |
| 791 | * truncate_complete_page(). We try to drop those buffers here |
| 792 | * and if that worked, and the page is no longer mapped into |
| 793 | * process address space (page_count == 1) it can be freed. |
| 794 | * Otherwise, leave the page on the LRU so it is swappable. |
| 795 | */ |
David Howells | 266cf65 | 2009-04-03 16:42:36 +0100 | [diff] [blame] | 796 | if (page_has_private(page)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 797 | if (!try_to_release_page(page, sc->gfp_mask)) |
| 798 | goto activate_locked; |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 799 | if (!mapping && page_count(page) == 1) { |
| 800 | unlock_page(page); |
| 801 | if (put_page_testzero(page)) |
| 802 | goto free_it; |
| 803 | else { |
| 804 | /* |
| 805 | * rare race with speculative reference. |
| 806 | * the speculative reference will free |
| 807 | * this page shortly, so we may |
| 808 | * increment nr_reclaimed here (and |
| 809 | * leave it off the LRU). |
| 810 | */ |
| 811 | nr_reclaimed++; |
| 812 | continue; |
| 813 | } |
| 814 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 815 | } |
| 816 | |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 817 | if (!mapping || !__remove_mapping(mapping, page)) |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 818 | goto keep_locked; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 819 | |
Nick Piggin | a978d6f | 2008-10-18 20:26:58 -0700 | [diff] [blame] | 820 | /* |
| 821 | * At this point, we have no other references and there is |
| 822 | * no way to pick any more up (removed from LRU, removed |
| 823 | * from pagecache). Can use non-atomic bitops now (and |
| 824 | * we obviously don't have to worry about waking up a process |
| 825 | * waiting on the page lock, because there are no references. |
| 826 | */ |
| 827 | __clear_page_locked(page); |
Nick Piggin | e286781 | 2008-07-25 19:45:30 -0700 | [diff] [blame] | 828 | free_it: |
Andrew Morton | 05ff513 | 2006-03-22 00:08:20 -0800 | [diff] [blame] | 829 | nr_reclaimed++; |
Mel Gorman | abe4c3b | 2010-08-09 17:19:31 -0700 | [diff] [blame] | 830 | |
| 831 | /* |
| 832 | * Is there need to periodically free_page_list? It would |
| 833 | * appear not as the counts should be low |
| 834 | */ |
| 835 | list_add(&page->lru, &free_pages); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 836 | continue; |
| 837 | |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 838 | cull_mlocked: |
Hugh Dickins | 63d6c5a | 2009-01-06 14:39:38 -0800 | [diff] [blame] | 839 | if (PageSwapCache(page)) |
| 840 | try_to_free_swap(page); |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 841 | unlock_page(page); |
| 842 | putback_lru_page(page); |
| 843 | continue; |
| 844 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 845 | activate_locked: |
Rik van Riel | 68a22394 | 2008-10-18 20:26:23 -0700 | [diff] [blame] | 846 | /* Not a candidate for swapping, so reclaim swap space. */ |
| 847 | if (PageSwapCache(page) && vm_swap_full()) |
Hugh Dickins | a2c43ee | 2009-01-06 14:39:36 -0800 | [diff] [blame] | 848 | try_to_free_swap(page); |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 849 | VM_BUG_ON(PageActive(page)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 850 | SetPageActive(page); |
| 851 | pgactivate++; |
| 852 | keep_locked: |
| 853 | unlock_page(page); |
| 854 | keep: |
| 855 | list_add(&page->lru, &ret_pages); |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 856 | VM_BUG_ON(PageLRU(page) || PageUnevictable(page)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 857 | } |
Mel Gorman | abe4c3b | 2010-08-09 17:19:31 -0700 | [diff] [blame] | 858 | |
| 859 | free_page_list(&free_pages); |
| 860 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 861 | list_splice(&ret_pages, page_list); |
Christoph Lameter | f8891e5 | 2006-06-30 01:55:45 -0700 | [diff] [blame] | 862 | count_vm_events(PGACTIVATE, pgactivate); |
Andrew Morton | 05ff513 | 2006-03-22 00:08:20 -0800 | [diff] [blame] | 863 | return nr_reclaimed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 864 | } |
| 865 | |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 866 | /* |
| 867 | * Attempt to remove the specified page from its LRU. Only take this page |
| 868 | * if it is of the appropriate PageActive status. Pages which are being |
| 869 | * freed elsewhere are also ignored. |
| 870 | * |
| 871 | * page: page to consider |
| 872 | * mode: one of the LRU isolation modes defined above |
| 873 | * |
| 874 | * returns 0 on success, -ve errno on failure. |
| 875 | */ |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 876 | int __isolate_lru_page(struct page *page, int mode, int file) |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 877 | { |
| 878 | int ret = -EINVAL; |
| 879 | |
| 880 | /* Only take pages on the LRU. */ |
| 881 | if (!PageLRU(page)) |
| 882 | return ret; |
| 883 | |
| 884 | /* |
| 885 | * When checking the active state, we need to be sure we are |
| 886 | * dealing with comparible boolean values. Take the logical not |
| 887 | * of each. |
| 888 | */ |
| 889 | if (mode != ISOLATE_BOTH && (!PageActive(page) != !mode)) |
| 890 | return ret; |
| 891 | |
Johannes Weiner | 6c0b135 | 2009-09-21 17:02:59 -0700 | [diff] [blame] | 892 | if (mode != ISOLATE_BOTH && page_is_file_cache(page) != file) |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 893 | return ret; |
| 894 | |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 895 | /* |
| 896 | * When this function is being called for lumpy reclaim, we |
| 897 | * initially look into all LRU pages, active, inactive and |
| 898 | * unevictable; only give shrink_page_list evictable pages. |
| 899 | */ |
| 900 | if (PageUnevictable(page)) |
| 901 | return ret; |
| 902 | |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 903 | ret = -EBUSY; |
KAMEZAWA Hiroyuki | 08e552c | 2009-01-07 18:08:01 -0800 | [diff] [blame] | 904 | |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 905 | if (likely(get_page_unless_zero(page))) { |
| 906 | /* |
| 907 | * Be careful not to clear PageLRU until after we're |
| 908 | * sure the page is not being freed elsewhere -- the |
| 909 | * page release code relies on it. |
| 910 | */ |
| 911 | ClearPageLRU(page); |
| 912 | ret = 0; |
| 913 | } |
| 914 | |
| 915 | return ret; |
| 916 | } |
| 917 | |
Christoph Lameter | 49d2e9c | 2006-01-08 01:00:48 -0800 | [diff] [blame] | 918 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 919 | * zone->lru_lock is heavily contended. Some of the functions that |
| 920 | * shrink the lists perform better by taking out a batch of pages |
| 921 | * and working on them outside the LRU lock. |
| 922 | * |
| 923 | * For pagecache intensive workloads, this function is the hottest |
| 924 | * spot in the kernel (apart from copy_*_user functions). |
| 925 | * |
| 926 | * Appropriate locks must be held before calling this function. |
| 927 | * |
| 928 | * @nr_to_scan: The number of pages to look through on the list. |
| 929 | * @src: The LRU list to pull pages off. |
| 930 | * @dst: The temp list to put pages on to. |
| 931 | * @scanned: The number of pages that were scanned. |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 932 | * @order: The caller's attempted allocation order |
| 933 | * @mode: One of the LRU isolation modes |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 934 | * @file: True [1] if isolating file [!anon] pages |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 935 | * |
| 936 | * returns how many pages were moved onto *@dst. |
| 937 | */ |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 938 | static unsigned long isolate_lru_pages(unsigned long nr_to_scan, |
| 939 | struct list_head *src, struct list_head *dst, |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 940 | unsigned long *scanned, int order, int mode, int file) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | { |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 942 | unsigned long nr_taken = 0; |
Mel Gorman | a8a94d1 | 2010-08-09 17:19:17 -0700 | [diff] [blame] | 943 | unsigned long nr_lumpy_taken = 0; |
| 944 | unsigned long nr_lumpy_dirty = 0; |
| 945 | unsigned long nr_lumpy_failed = 0; |
Wu Fengguang | c9b02d9 | 2006-03-22 00:08:23 -0800 | [diff] [blame] | 946 | unsigned long scan; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 947 | |
Wu Fengguang | c9b02d9 | 2006-03-22 00:08:23 -0800 | [diff] [blame] | 948 | for (scan = 0; scan < nr_to_scan && !list_empty(src); scan++) { |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 949 | struct page *page; |
| 950 | unsigned long pfn; |
| 951 | unsigned long end_pfn; |
| 952 | unsigned long page_pfn; |
| 953 | int zone_id; |
| 954 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 955 | page = lru_to_page(src); |
| 956 | prefetchw_prev_lru_page(page, src, flags); |
| 957 | |
Nick Piggin | 725d704 | 2006-09-25 23:30:55 -0700 | [diff] [blame] | 958 | VM_BUG_ON(!PageLRU(page)); |
Nick Piggin | 8d438f9 | 2006-03-22 00:07:59 -0800 | [diff] [blame] | 959 | |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 960 | switch (__isolate_lru_page(page, mode, file)) { |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 961 | case 0: |
| 962 | list_move(&page->lru, dst); |
KAMEZAWA Hiroyuki | 2ffebca | 2009-06-17 16:27:21 -0700 | [diff] [blame] | 963 | mem_cgroup_del_lru(page); |
Nick Piggin | 7c8ee9a | 2006-03-22 00:08:03 -0800 | [diff] [blame] | 964 | nr_taken++; |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 965 | break; |
Nick Piggin | 46453a6 | 2006-03-22 00:07:58 -0800 | [diff] [blame] | 966 | |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 967 | case -EBUSY: |
| 968 | /* else it is being freed elsewhere */ |
| 969 | list_move(&page->lru, src); |
KAMEZAWA Hiroyuki | 2ffebca | 2009-06-17 16:27:21 -0700 | [diff] [blame] | 970 | mem_cgroup_rotate_lru_list(page, page_lru(page)); |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 971 | continue; |
| 972 | |
| 973 | default: |
| 974 | BUG(); |
| 975 | } |
| 976 | |
| 977 | if (!order) |
| 978 | continue; |
| 979 | |
| 980 | /* |
| 981 | * Attempt to take all pages in the order aligned region |
| 982 | * surrounding the tag page. Only take those pages of |
| 983 | * the same active state as that tag page. We may safely |
| 984 | * round the target page pfn down to the requested order |
| 985 | * as the mem_map is guarenteed valid out to MAX_ORDER, |
| 986 | * where that page is in a different zone we will detect |
| 987 | * it from its zone id and abort this block scan. |
| 988 | */ |
| 989 | zone_id = page_zone_id(page); |
| 990 | page_pfn = page_to_pfn(page); |
| 991 | pfn = page_pfn & ~((1 << order) - 1); |
| 992 | end_pfn = pfn + (1 << order); |
| 993 | for (; pfn < end_pfn; pfn++) { |
| 994 | struct page *cursor_page; |
| 995 | |
| 996 | /* The target page is in the block, ignore it. */ |
| 997 | if (unlikely(pfn == page_pfn)) |
| 998 | continue; |
| 999 | |
| 1000 | /* Avoid holes within the zone. */ |
| 1001 | if (unlikely(!pfn_valid_within(pfn))) |
| 1002 | break; |
| 1003 | |
| 1004 | cursor_page = pfn_to_page(pfn); |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1005 | |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1006 | /* Check that we have not crossed a zone boundary. */ |
| 1007 | if (unlikely(page_zone_id(cursor_page) != zone_id)) |
| 1008 | continue; |
Minchan Kim | de2e756 | 2009-09-21 17:01:43 -0700 | [diff] [blame] | 1009 | |
| 1010 | /* |
| 1011 | * If we don't have enough swap space, reclaiming of |
| 1012 | * anon page which don't already have a swap slot is |
| 1013 | * pointless. |
| 1014 | */ |
| 1015 | if (nr_swap_pages <= 0 && PageAnon(cursor_page) && |
| 1016 | !PageSwapCache(cursor_page)) |
| 1017 | continue; |
| 1018 | |
KAMEZAWA Hiroyuki | ee993b1 | 2009-06-16 15:33:24 -0700 | [diff] [blame] | 1019 | if (__isolate_lru_page(cursor_page, mode, file) == 0) { |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1020 | list_move(&cursor_page->lru, dst); |
KAMEZAWA Hiroyuki | cb4cbcf | 2009-06-23 08:57:55 +0900 | [diff] [blame] | 1021 | mem_cgroup_del_lru(cursor_page); |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1022 | nr_taken++; |
Mel Gorman | a8a94d1 | 2010-08-09 17:19:17 -0700 | [diff] [blame] | 1023 | nr_lumpy_taken++; |
| 1024 | if (PageDirty(cursor_page)) |
| 1025 | nr_lumpy_dirty++; |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1026 | scan++; |
Mel Gorman | a8a94d1 | 2010-08-09 17:19:17 -0700 | [diff] [blame] | 1027 | } else { |
| 1028 | if (mode == ISOLATE_BOTH && |
| 1029 | page_count(cursor_page)) |
| 1030 | nr_lumpy_failed++; |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1031 | } |
| 1032 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1033 | } |
| 1034 | |
| 1035 | *scanned = scan; |
Mel Gorman | a8a94d1 | 2010-08-09 17:19:17 -0700 | [diff] [blame] | 1036 | |
| 1037 | trace_mm_vmscan_lru_isolate(order, |
| 1038 | nr_to_scan, scan, |
| 1039 | nr_taken, |
| 1040 | nr_lumpy_taken, nr_lumpy_dirty, nr_lumpy_failed, |
| 1041 | mode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1042 | return nr_taken; |
| 1043 | } |
| 1044 | |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1045 | static unsigned long isolate_pages_global(unsigned long nr, |
| 1046 | struct list_head *dst, |
| 1047 | unsigned long *scanned, int order, |
| 1048 | int mode, struct zone *z, |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1049 | int active, int file) |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1050 | { |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1051 | int lru = LRU_BASE; |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1052 | if (active) |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1053 | lru += LRU_ACTIVE; |
| 1054 | if (file) |
| 1055 | lru += LRU_FILE; |
| 1056 | return isolate_lru_pages(nr, &z->lru[lru].list, dst, scanned, order, |
Johannes Weiner | b7c46d1 | 2009-09-21 17:02:56 -0700 | [diff] [blame] | 1057 | mode, file); |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1058 | } |
| 1059 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1060 | /* |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1061 | * clear_active_flags() is a helper for shrink_active_list(), clearing |
| 1062 | * any active bits from the pages in the list. |
| 1063 | */ |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1064 | static unsigned long clear_active_flags(struct list_head *page_list, |
| 1065 | unsigned int *count) |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1066 | { |
| 1067 | int nr_active = 0; |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1068 | int lru; |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1069 | struct page *page; |
| 1070 | |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1071 | list_for_each_entry(page, page_list, lru) { |
Johannes Weiner | 401a8e1 | 2009-09-21 17:02:58 -0700 | [diff] [blame] | 1072 | lru = page_lru_base_type(page); |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1073 | if (PageActive(page)) { |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1074 | lru += LRU_ACTIVE; |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1075 | ClearPageActive(page); |
| 1076 | nr_active++; |
| 1077 | } |
Mel Gorman | 1489fa1 | 2010-08-09 17:19:33 -0700 | [diff] [blame] | 1078 | if (count) |
| 1079 | count[lru]++; |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1080 | } |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1081 | |
| 1082 | return nr_active; |
| 1083 | } |
| 1084 | |
Nick Piggin | 62695a8 | 2008-10-18 20:26:09 -0700 | [diff] [blame] | 1085 | /** |
| 1086 | * isolate_lru_page - tries to isolate a page from its LRU list |
| 1087 | * @page: page to isolate from its LRU list |
| 1088 | * |
| 1089 | * Isolates a @page from an LRU list, clears PageLRU and adjusts the |
| 1090 | * vmstat statistic corresponding to whatever LRU list the page was on. |
| 1091 | * |
| 1092 | * Returns 0 if the page was removed from an LRU list. |
| 1093 | * Returns -EBUSY if the page was not on an LRU list. |
| 1094 | * |
| 1095 | * The returned page will have PageLRU() cleared. If it was found on |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 1096 | * the active list, it will have PageActive set. If it was found on |
| 1097 | * the unevictable list, it will have the PageUnevictable bit set. That flag |
| 1098 | * may need to be cleared by the caller before letting the page go. |
Nick Piggin | 62695a8 | 2008-10-18 20:26:09 -0700 | [diff] [blame] | 1099 | * |
| 1100 | * The vmstat statistic corresponding to the list on which the page was |
| 1101 | * found will be decremented. |
| 1102 | * |
| 1103 | * Restrictions: |
| 1104 | * (1) Must be called with an elevated refcount on the page. This is a |
| 1105 | * fundamentnal difference from isolate_lru_pages (which is called |
| 1106 | * without a stable reference). |
| 1107 | * (2) the lru_lock must not be held. |
| 1108 | * (3) interrupts must be enabled. |
| 1109 | */ |
| 1110 | int isolate_lru_page(struct page *page) |
| 1111 | { |
| 1112 | int ret = -EBUSY; |
| 1113 | |
| 1114 | if (PageLRU(page)) { |
| 1115 | struct zone *zone = page_zone(page); |
| 1116 | |
| 1117 | spin_lock_irq(&zone->lru_lock); |
| 1118 | if (PageLRU(page) && get_page_unless_zero(page)) { |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 1119 | int lru = page_lru(page); |
Nick Piggin | 62695a8 | 2008-10-18 20:26:09 -0700 | [diff] [blame] | 1120 | ret = 0; |
| 1121 | ClearPageLRU(page); |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1122 | |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1123 | del_page_from_lru_list(zone, page, lru); |
Nick Piggin | 62695a8 | 2008-10-18 20:26:09 -0700 | [diff] [blame] | 1124 | } |
| 1125 | spin_unlock_irq(&zone->lru_lock); |
| 1126 | } |
| 1127 | return ret; |
| 1128 | } |
| 1129 | |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 1130 | /* |
Rik van Riel | 35cd781 | 2009-09-21 17:01:38 -0700 | [diff] [blame] | 1131 | * Are there way too many processes in the direct reclaim path already? |
| 1132 | */ |
| 1133 | static int too_many_isolated(struct zone *zone, int file, |
| 1134 | struct scan_control *sc) |
| 1135 | { |
| 1136 | unsigned long inactive, isolated; |
| 1137 | |
| 1138 | if (current_is_kswapd()) |
| 1139 | return 0; |
| 1140 | |
| 1141 | if (!scanning_global_lru(sc)) |
| 1142 | return 0; |
| 1143 | |
| 1144 | if (file) { |
| 1145 | inactive = zone_page_state(zone, NR_INACTIVE_FILE); |
| 1146 | isolated = zone_page_state(zone, NR_ISOLATED_FILE); |
| 1147 | } else { |
| 1148 | inactive = zone_page_state(zone, NR_INACTIVE_ANON); |
| 1149 | isolated = zone_page_state(zone, NR_ISOLATED_ANON); |
| 1150 | } |
| 1151 | |
| 1152 | return isolated > inactive; |
| 1153 | } |
| 1154 | |
| 1155 | /* |
Mel Gorman | 6663562 | 2010-08-09 17:19:30 -0700 | [diff] [blame] | 1156 | * TODO: Try merging with migrations version of putback_lru_pages |
| 1157 | */ |
| 1158 | static noinline_for_stack void |
Mel Gorman | 1489fa1 | 2010-08-09 17:19:33 -0700 | [diff] [blame] | 1159 | putback_lru_pages(struct zone *zone, struct scan_control *sc, |
Mel Gorman | 6663562 | 2010-08-09 17:19:30 -0700 | [diff] [blame] | 1160 | unsigned long nr_anon, unsigned long nr_file, |
| 1161 | struct list_head *page_list) |
| 1162 | { |
| 1163 | struct page *page; |
| 1164 | struct pagevec pvec; |
Mel Gorman | 1489fa1 | 2010-08-09 17:19:33 -0700 | [diff] [blame] | 1165 | struct zone_reclaim_stat *reclaim_stat = get_reclaim_stat(zone, sc); |
Mel Gorman | 6663562 | 2010-08-09 17:19:30 -0700 | [diff] [blame] | 1166 | |
| 1167 | pagevec_init(&pvec, 1); |
| 1168 | |
| 1169 | /* |
| 1170 | * Put back any unfreeable pages. |
| 1171 | */ |
| 1172 | spin_lock(&zone->lru_lock); |
| 1173 | while (!list_empty(page_list)) { |
| 1174 | int lru; |
| 1175 | page = lru_to_page(page_list); |
| 1176 | VM_BUG_ON(PageLRU(page)); |
| 1177 | list_del(&page->lru); |
| 1178 | if (unlikely(!page_evictable(page, NULL))) { |
| 1179 | spin_unlock_irq(&zone->lru_lock); |
| 1180 | putback_lru_page(page); |
| 1181 | spin_lock_irq(&zone->lru_lock); |
| 1182 | continue; |
| 1183 | } |
| 1184 | SetPageLRU(page); |
| 1185 | lru = page_lru(page); |
| 1186 | add_page_to_lru_list(zone, page, lru); |
| 1187 | if (is_active_lru(lru)) { |
| 1188 | int file = is_file_lru(lru); |
| 1189 | reclaim_stat->recent_rotated[file]++; |
| 1190 | } |
| 1191 | if (!pagevec_add(&pvec, page)) { |
| 1192 | spin_unlock_irq(&zone->lru_lock); |
| 1193 | __pagevec_release(&pvec); |
| 1194 | spin_lock_irq(&zone->lru_lock); |
| 1195 | } |
| 1196 | } |
| 1197 | __mod_zone_page_state(zone, NR_ISOLATED_ANON, -nr_anon); |
| 1198 | __mod_zone_page_state(zone, NR_ISOLATED_FILE, -nr_file); |
| 1199 | |
| 1200 | spin_unlock_irq(&zone->lru_lock); |
| 1201 | pagevec_release(&pvec); |
| 1202 | } |
| 1203 | |
Mel Gorman | 1489fa1 | 2010-08-09 17:19:33 -0700 | [diff] [blame] | 1204 | static noinline_for_stack void update_isolated_counts(struct zone *zone, |
| 1205 | struct scan_control *sc, |
| 1206 | unsigned long *nr_anon, |
| 1207 | unsigned long *nr_file, |
| 1208 | struct list_head *isolated_list) |
| 1209 | { |
| 1210 | unsigned long nr_active; |
| 1211 | unsigned int count[NR_LRU_LISTS] = { 0, }; |
| 1212 | struct zone_reclaim_stat *reclaim_stat = get_reclaim_stat(zone, sc); |
| 1213 | |
| 1214 | nr_active = clear_active_flags(isolated_list, count); |
| 1215 | __count_vm_events(PGDEACTIVATE, nr_active); |
| 1216 | |
| 1217 | __mod_zone_page_state(zone, NR_ACTIVE_FILE, |
| 1218 | -count[LRU_ACTIVE_FILE]); |
| 1219 | __mod_zone_page_state(zone, NR_INACTIVE_FILE, |
| 1220 | -count[LRU_INACTIVE_FILE]); |
| 1221 | __mod_zone_page_state(zone, NR_ACTIVE_ANON, |
| 1222 | -count[LRU_ACTIVE_ANON]); |
| 1223 | __mod_zone_page_state(zone, NR_INACTIVE_ANON, |
| 1224 | -count[LRU_INACTIVE_ANON]); |
| 1225 | |
| 1226 | *nr_anon = count[LRU_ACTIVE_ANON] + count[LRU_INACTIVE_ANON]; |
| 1227 | *nr_file = count[LRU_ACTIVE_FILE] + count[LRU_INACTIVE_FILE]; |
| 1228 | __mod_zone_page_state(zone, NR_ISOLATED_ANON, *nr_anon); |
| 1229 | __mod_zone_page_state(zone, NR_ISOLATED_FILE, *nr_file); |
| 1230 | |
| 1231 | reclaim_stat->recent_scanned[0] += *nr_anon; |
| 1232 | reclaim_stat->recent_scanned[1] += *nr_file; |
| 1233 | } |
| 1234 | |
Mel Gorman | 6663562 | 2010-08-09 17:19:30 -0700 | [diff] [blame] | 1235 | /* |
Wu Fengguang | e31f3698 | 2010-08-09 17:20:01 -0700 | [diff] [blame] | 1236 | * Returns true if the caller should wait to clean dirty/writeback pages. |
| 1237 | * |
| 1238 | * If we are direct reclaiming for contiguous pages and we do not reclaim |
| 1239 | * everything in the list, try again and wait for writeback IO to complete. |
| 1240 | * This will stall high-order allocations noticeably. Only do that when really |
| 1241 | * need to free the pages under high memory pressure. |
| 1242 | */ |
| 1243 | static inline bool should_reclaim_stall(unsigned long nr_taken, |
| 1244 | unsigned long nr_freed, |
| 1245 | int priority, |
| 1246 | struct scan_control *sc) |
| 1247 | { |
| 1248 | int lumpy_stall_priority; |
| 1249 | |
| 1250 | /* kswapd should not stall on sync IO */ |
| 1251 | if (current_is_kswapd()) |
| 1252 | return false; |
| 1253 | |
| 1254 | /* Only stall on lumpy reclaim */ |
| 1255 | if (!sc->lumpy_reclaim_mode) |
| 1256 | return false; |
| 1257 | |
| 1258 | /* If we have relaimed everything on the isolated list, no stall */ |
| 1259 | if (nr_freed == nr_taken) |
| 1260 | return false; |
| 1261 | |
| 1262 | /* |
| 1263 | * For high-order allocations, there are two stall thresholds. |
| 1264 | * High-cost allocations stall immediately where as lower |
| 1265 | * order allocations such as stacks require the scanning |
| 1266 | * priority to be much higher before stalling. |
| 1267 | */ |
| 1268 | if (sc->order > PAGE_ALLOC_COSTLY_ORDER) |
| 1269 | lumpy_stall_priority = DEF_PRIORITY; |
| 1270 | else |
| 1271 | lumpy_stall_priority = DEF_PRIORITY / 3; |
| 1272 | |
| 1273 | return priority <= lumpy_stall_priority; |
| 1274 | } |
| 1275 | |
| 1276 | /* |
Andrew Morton | 1742f19 | 2006-03-22 00:08:21 -0800 | [diff] [blame] | 1277 | * shrink_inactive_list() is a helper for shrink_zone(). It returns the number |
| 1278 | * of reclaimed pages |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1279 | */ |
Mel Gorman | 6663562 | 2010-08-09 17:19:30 -0700 | [diff] [blame] | 1280 | static noinline_for_stack unsigned long |
| 1281 | shrink_inactive_list(unsigned long nr_to_scan, struct zone *zone, |
| 1282 | struct scan_control *sc, int priority, int file) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1283 | { |
| 1284 | LIST_HEAD(page_list); |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1285 | unsigned long nr_scanned; |
Andrew Morton | 05ff513 | 2006-03-22 00:08:20 -0800 | [diff] [blame] | 1286 | unsigned long nr_reclaimed = 0; |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1287 | unsigned long nr_taken; |
| 1288 | unsigned long nr_active; |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1289 | unsigned long nr_anon; |
| 1290 | unsigned long nr_file; |
KOSAKI Motohiro | 78dc583 | 2009-06-16 15:31:40 -0700 | [diff] [blame] | 1291 | |
Rik van Riel | 35cd781 | 2009-09-21 17:01:38 -0700 | [diff] [blame] | 1292 | while (unlikely(too_many_isolated(zone, file, sc))) { |
KOSAKI Motohiro | 58355c7 | 2009-10-26 16:49:35 -0700 | [diff] [blame] | 1293 | congestion_wait(BLK_RW_ASYNC, HZ/10); |
Rik van Riel | 35cd781 | 2009-09-21 17:01:38 -0700 | [diff] [blame] | 1294 | |
| 1295 | /* We are about to die and free our memory. Return now. */ |
| 1296 | if (fatal_signal_pending(current)) |
| 1297 | return SWAP_CLUSTER_MAX; |
| 1298 | } |
| 1299 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1300 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1301 | lru_add_drain(); |
| 1302 | spin_lock_irq(&zone->lru_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1303 | |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1304 | if (scanning_global_lru(sc)) { |
| 1305 | nr_taken = isolate_pages_global(nr_to_scan, |
| 1306 | &page_list, &nr_scanned, sc->order, |
| 1307 | sc->lumpy_reclaim_mode ? |
| 1308 | ISOLATE_BOTH : ISOLATE_INACTIVE, |
| 1309 | zone, 0, file); |
| 1310 | zone->pages_scanned += nr_scanned; |
KOSAKI Motohiro | b35ea17 | 2009-09-21 17:01:36 -0700 | [diff] [blame] | 1311 | if (current_is_kswapd()) |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1312 | __count_zone_vm_events(PGSCAN_KSWAPD, zone, |
| 1313 | nr_scanned); |
| 1314 | else |
| 1315 | __count_zone_vm_events(PGSCAN_DIRECT, zone, |
| 1316 | nr_scanned); |
| 1317 | } else { |
| 1318 | nr_taken = mem_cgroup_isolate_pages(nr_to_scan, |
| 1319 | &page_list, &nr_scanned, sc->order, |
| 1320 | sc->lumpy_reclaim_mode ? |
| 1321 | ISOLATE_BOTH : ISOLATE_INACTIVE, |
| 1322 | zone, sc->mem_cgroup, |
| 1323 | 0, file); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1324 | /* |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1325 | * mem_cgroup_isolate_pages() keeps track of |
| 1326 | * scanned pages on its own. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1327 | */ |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1328 | } |
KOSAKI Motohiro | a731286 | 2009-09-21 17:01:37 -0700 | [diff] [blame] | 1329 | |
Mel Gorman | 6663562 | 2010-08-09 17:19:30 -0700 | [diff] [blame] | 1330 | if (nr_taken == 0) { |
| 1331 | spin_unlock_irq(&zone->lru_lock); |
| 1332 | return 0; |
| 1333 | } |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1334 | |
Mel Gorman | 1489fa1 | 2010-08-09 17:19:33 -0700 | [diff] [blame] | 1335 | update_isolated_counts(zone, sc, &nr_anon, &nr_file, &page_list); |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1336 | |
| 1337 | spin_unlock_irq(&zone->lru_lock); |
| 1338 | |
| 1339 | nr_reclaimed = shrink_page_list(&page_list, sc, PAGEOUT_IO_ASYNC); |
| 1340 | |
Wu Fengguang | e31f3698 | 2010-08-09 17:20:01 -0700 | [diff] [blame] | 1341 | /* Check if we should syncronously wait for writeback */ |
| 1342 | if (should_reclaim_stall(nr_taken, nr_reclaimed, priority, sc)) { |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1343 | congestion_wait(BLK_RW_ASYNC, HZ/10); |
| 1344 | |
| 1345 | /* |
| 1346 | * The attempt at page out may have made some |
| 1347 | * of the pages active, mark them inactive again. |
| 1348 | */ |
Mel Gorman | 1489fa1 | 2010-08-09 17:19:33 -0700 | [diff] [blame] | 1349 | nr_active = clear_active_flags(&page_list, NULL); |
KOSAKI Motohiro | e247dbc | 2010-08-09 17:19:28 -0700 | [diff] [blame] | 1350 | count_vm_events(PGDEACTIVATE, nr_active); |
| 1351 | |
| 1352 | nr_reclaimed += shrink_page_list(&page_list, sc, PAGEOUT_IO_SYNC); |
| 1353 | } |
| 1354 | |
| 1355 | local_irq_disable(); |
| 1356 | if (current_is_kswapd()) |
| 1357 | __count_vm_events(KSWAPD_STEAL, nr_reclaimed); |
| 1358 | __count_zone_vm_events(PGSTEAL, zone, nr_reclaimed); |
| 1359 | |
Mel Gorman | 1489fa1 | 2010-08-09 17:19:33 -0700 | [diff] [blame] | 1360 | putback_lru_pages(zone, sc, nr_anon, nr_file, &page_list); |
Andrew Morton | 05ff513 | 2006-03-22 00:08:20 -0800 | [diff] [blame] | 1361 | return nr_reclaimed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1362 | } |
| 1363 | |
Martin Bligh | 3bb1a852 | 2006-10-28 10:38:24 -0700 | [diff] [blame] | 1364 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1365 | * This moves pages from the active list to the inactive list. |
| 1366 | * |
| 1367 | * We move them the other way if the page is referenced by one or more |
| 1368 | * processes, from rmap. |
| 1369 | * |
| 1370 | * If the pages are mostly unmapped, the processing is fast and it is |
| 1371 | * appropriate to hold zone->lru_lock across the whole operation. But if |
| 1372 | * the pages are mapped, the processing is slow (page_referenced()) so we |
| 1373 | * should drop zone->lru_lock around each page. It's impossible to balance |
| 1374 | * this, so instead we remove the pages from the LRU while processing them. |
| 1375 | * It is safe to rely on PG_active against the non-LRU pages in here because |
| 1376 | * nobody will play with that bit on a non-LRU page. |
| 1377 | * |
| 1378 | * The downside is that we have to touch page->_count against each page. |
| 1379 | * But we had to alter page->flags anyway. |
| 1380 | */ |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1381 | |
Wu Fengguang | 3eb4140 | 2009-06-16 15:33:13 -0700 | [diff] [blame] | 1382 | static void move_active_pages_to_lru(struct zone *zone, |
| 1383 | struct list_head *list, |
| 1384 | enum lru_list lru) |
| 1385 | { |
| 1386 | unsigned long pgmoved = 0; |
| 1387 | struct pagevec pvec; |
| 1388 | struct page *page; |
| 1389 | |
| 1390 | pagevec_init(&pvec, 1); |
| 1391 | |
| 1392 | while (!list_empty(list)) { |
| 1393 | page = lru_to_page(list); |
Wu Fengguang | 3eb4140 | 2009-06-16 15:33:13 -0700 | [diff] [blame] | 1394 | |
| 1395 | VM_BUG_ON(PageLRU(page)); |
| 1396 | SetPageLRU(page); |
| 1397 | |
Wu Fengguang | 3eb4140 | 2009-06-16 15:33:13 -0700 | [diff] [blame] | 1398 | list_move(&page->lru, &zone->lru[lru].list); |
| 1399 | mem_cgroup_add_lru_list(page, lru); |
| 1400 | pgmoved++; |
| 1401 | |
| 1402 | if (!pagevec_add(&pvec, page) || list_empty(list)) { |
| 1403 | spin_unlock_irq(&zone->lru_lock); |
| 1404 | if (buffer_heads_over_limit) |
| 1405 | pagevec_strip(&pvec); |
| 1406 | __pagevec_release(&pvec); |
| 1407 | spin_lock_irq(&zone->lru_lock); |
| 1408 | } |
| 1409 | } |
| 1410 | __mod_zone_page_state(zone, NR_LRU_BASE + lru, pgmoved); |
| 1411 | if (!is_active_lru(lru)) |
| 1412 | __count_vm_events(PGDEACTIVATE, pgmoved); |
| 1413 | } |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1414 | |
Andrew Morton | 1742f19 | 2006-03-22 00:08:21 -0800 | [diff] [blame] | 1415 | static void shrink_active_list(unsigned long nr_pages, struct zone *zone, |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1416 | struct scan_control *sc, int priority, int file) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1417 | { |
KOSAKI Motohiro | 44c241f | 2009-09-21 17:01:35 -0700 | [diff] [blame] | 1418 | unsigned long nr_taken; |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 1419 | unsigned long pgscanned; |
Wu Fengguang | 6fe6b7e | 2009-06-16 15:33:05 -0700 | [diff] [blame] | 1420 | unsigned long vm_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1421 | LIST_HEAD(l_hold); /* The pages which were snipped off */ |
Wu Fengguang | 8cab475 | 2009-06-16 15:33:12 -0700 | [diff] [blame] | 1422 | LIST_HEAD(l_active); |
Christoph Lameter | b69408e | 2008-10-18 20:26:14 -0700 | [diff] [blame] | 1423 | LIST_HEAD(l_inactive); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1424 | struct page *page; |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 1425 | struct zone_reclaim_stat *reclaim_stat = get_reclaim_stat(zone, sc); |
KOSAKI Motohiro | 44c241f | 2009-09-21 17:01:35 -0700 | [diff] [blame] | 1426 | unsigned long nr_rotated = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1427 | |
| 1428 | lru_add_drain(); |
| 1429 | spin_lock_irq(&zone->lru_lock); |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 1430 | if (scanning_global_lru(sc)) { |
Johannes Weiner | 8b25c6d | 2010-05-24 14:32:40 -0700 | [diff] [blame] | 1431 | nr_taken = isolate_pages_global(nr_pages, &l_hold, |
| 1432 | &pgscanned, sc->order, |
| 1433 | ISOLATE_ACTIVE, zone, |
| 1434 | 1, file); |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1435 | zone->pages_scanned += pgscanned; |
Johannes Weiner | 8b25c6d | 2010-05-24 14:32:40 -0700 | [diff] [blame] | 1436 | } else { |
| 1437 | nr_taken = mem_cgroup_isolate_pages(nr_pages, &l_hold, |
| 1438 | &pgscanned, sc->order, |
| 1439 | ISOLATE_ACTIVE, zone, |
| 1440 | sc->mem_cgroup, 1, file); |
| 1441 | /* |
| 1442 | * mem_cgroup_isolate_pages() keeps track of |
| 1443 | * scanned pages on its own. |
| 1444 | */ |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1445 | } |
Johannes Weiner | 8b25c6d | 2010-05-24 14:32:40 -0700 | [diff] [blame] | 1446 | |
Johannes Weiner | b7c46d1 | 2009-09-21 17:02:56 -0700 | [diff] [blame] | 1447 | reclaim_stat->recent_scanned[file] += nr_taken; |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1448 | |
Wu Fengguang | 3eb4140 | 2009-06-16 15:33:13 -0700 | [diff] [blame] | 1449 | __count_zone_vm_events(PGREFILL, zone, pgscanned); |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1450 | if (file) |
KOSAKI Motohiro | 44c241f | 2009-09-21 17:01:35 -0700 | [diff] [blame] | 1451 | __mod_zone_page_state(zone, NR_ACTIVE_FILE, -nr_taken); |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1452 | else |
KOSAKI Motohiro | 44c241f | 2009-09-21 17:01:35 -0700 | [diff] [blame] | 1453 | __mod_zone_page_state(zone, NR_ACTIVE_ANON, -nr_taken); |
KOSAKI Motohiro | a731286 | 2009-09-21 17:01:37 -0700 | [diff] [blame] | 1454 | __mod_zone_page_state(zone, NR_ISOLATED_ANON + file, nr_taken); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1455 | spin_unlock_irq(&zone->lru_lock); |
| 1456 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1457 | while (!list_empty(&l_hold)) { |
| 1458 | cond_resched(); |
| 1459 | page = lru_to_page(&l_hold); |
| 1460 | list_del(&page->lru); |
Rik van Riel | 7e9cd48 | 2008-10-18 20:26:35 -0700 | [diff] [blame] | 1461 | |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 1462 | if (unlikely(!page_evictable(page, NULL))) { |
| 1463 | putback_lru_page(page); |
| 1464 | continue; |
| 1465 | } |
| 1466 | |
Johannes Weiner | 64574746 | 2010-03-05 13:42:22 -0800 | [diff] [blame] | 1467 | if (page_referenced(page, 0, sc->mem_cgroup, &vm_flags)) { |
KOSAKI Motohiro | 44c241f | 2009-09-21 17:01:35 -0700 | [diff] [blame] | 1468 | nr_rotated++; |
Wu Fengguang | 8cab475 | 2009-06-16 15:33:12 -0700 | [diff] [blame] | 1469 | /* |
| 1470 | * Identify referenced, file-backed active pages and |
| 1471 | * give them one more trip around the active list. So |
| 1472 | * that executable code get better chances to stay in |
| 1473 | * memory under moderate memory pressure. Anon pages |
| 1474 | * are not likely to be evicted by use-once streaming |
| 1475 | * IO, plus JVM can create lots of anon VM_EXEC pages, |
| 1476 | * so we ignore them here. |
| 1477 | */ |
Wu Fengguang | 41e2098 | 2009-10-26 16:49:53 -0700 | [diff] [blame] | 1478 | if ((vm_flags & VM_EXEC) && page_is_file_cache(page)) { |
Wu Fengguang | 8cab475 | 2009-06-16 15:33:12 -0700 | [diff] [blame] | 1479 | list_add(&page->lru, &l_active); |
| 1480 | continue; |
| 1481 | } |
| 1482 | } |
Rik van Riel | 7e9cd48 | 2008-10-18 20:26:35 -0700 | [diff] [blame] | 1483 | |
KOSAKI Motohiro | 5205e56 | 2009-09-21 17:01:44 -0700 | [diff] [blame] | 1484 | ClearPageActive(page); /* we are de-activating */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1485 | list_add(&page->lru, &l_inactive); |
| 1486 | } |
| 1487 | |
Andrew Morton | b555749 | 2009-01-06 14:40:13 -0800 | [diff] [blame] | 1488 | /* |
Wu Fengguang | 8cab475 | 2009-06-16 15:33:12 -0700 | [diff] [blame] | 1489 | * Move pages back to the lru list. |
Andrew Morton | b555749 | 2009-01-06 14:40:13 -0800 | [diff] [blame] | 1490 | */ |
Johannes Weiner | 2a1dc50 | 2008-12-01 03:00:35 +0100 | [diff] [blame] | 1491 | spin_lock_irq(&zone->lru_lock); |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1492 | /* |
Wu Fengguang | 8cab475 | 2009-06-16 15:33:12 -0700 | [diff] [blame] | 1493 | * Count referenced pages from currently used mappings as rotated, |
| 1494 | * even though only some of them are actually re-activated. This |
| 1495 | * helps balance scan pressure between file and anonymous pages in |
| 1496 | * get_scan_ratio. |
Rik van Riel | 7e9cd48 | 2008-10-18 20:26:35 -0700 | [diff] [blame] | 1497 | */ |
Johannes Weiner | b7c46d1 | 2009-09-21 17:02:56 -0700 | [diff] [blame] | 1498 | reclaim_stat->recent_rotated[file] += nr_rotated; |
Rik van Riel | 556adec | 2008-10-18 20:26:34 -0700 | [diff] [blame] | 1499 | |
Wu Fengguang | 3eb4140 | 2009-06-16 15:33:13 -0700 | [diff] [blame] | 1500 | move_active_pages_to_lru(zone, &l_active, |
| 1501 | LRU_ACTIVE + file * LRU_FILE); |
| 1502 | move_active_pages_to_lru(zone, &l_inactive, |
| 1503 | LRU_BASE + file * LRU_FILE); |
KOSAKI Motohiro | a731286 | 2009-09-21 17:01:37 -0700 | [diff] [blame] | 1504 | __mod_zone_page_state(zone, NR_ISOLATED_ANON + file, -nr_taken); |
Christoph Lameter | f8891e5 | 2006-06-30 01:55:45 -0700 | [diff] [blame] | 1505 | spin_unlock_irq(&zone->lru_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1506 | } |
| 1507 | |
KOSAKI Motohiro | 14797e2 | 2009-01-07 18:08:18 -0800 | [diff] [blame] | 1508 | static int inactive_anon_is_low_global(struct zone *zone) |
KOSAKI Motohiro | f89eb90 | 2009-01-07 18:08:14 -0800 | [diff] [blame] | 1509 | { |
| 1510 | unsigned long active, inactive; |
| 1511 | |
| 1512 | active = zone_page_state(zone, NR_ACTIVE_ANON); |
| 1513 | inactive = zone_page_state(zone, NR_INACTIVE_ANON); |
| 1514 | |
| 1515 | if (inactive * zone->inactive_ratio < active) |
| 1516 | return 1; |
| 1517 | |
| 1518 | return 0; |
| 1519 | } |
| 1520 | |
KOSAKI Motohiro | 14797e2 | 2009-01-07 18:08:18 -0800 | [diff] [blame] | 1521 | /** |
| 1522 | * inactive_anon_is_low - check if anonymous pages need to be deactivated |
| 1523 | * @zone: zone to check |
| 1524 | * @sc: scan control of this context |
| 1525 | * |
| 1526 | * Returns true if the zone does not have enough inactive anon pages, |
| 1527 | * meaning some active anon pages need to be deactivated. |
| 1528 | */ |
| 1529 | static int inactive_anon_is_low(struct zone *zone, struct scan_control *sc) |
| 1530 | { |
| 1531 | int low; |
| 1532 | |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 1533 | if (scanning_global_lru(sc)) |
KOSAKI Motohiro | 14797e2 | 2009-01-07 18:08:18 -0800 | [diff] [blame] | 1534 | low = inactive_anon_is_low_global(zone); |
| 1535 | else |
KOSAKI Motohiro | c772be9 | 2009-01-07 18:08:25 -0800 | [diff] [blame] | 1536 | low = mem_cgroup_inactive_anon_is_low(sc->mem_cgroup); |
KOSAKI Motohiro | 14797e2 | 2009-01-07 18:08:18 -0800 | [diff] [blame] | 1537 | return low; |
| 1538 | } |
| 1539 | |
Rik van Riel | 56e49d2 | 2009-06-16 15:32:28 -0700 | [diff] [blame] | 1540 | static int inactive_file_is_low_global(struct zone *zone) |
| 1541 | { |
| 1542 | unsigned long active, inactive; |
| 1543 | |
| 1544 | active = zone_page_state(zone, NR_ACTIVE_FILE); |
| 1545 | inactive = zone_page_state(zone, NR_INACTIVE_FILE); |
| 1546 | |
| 1547 | return (active > inactive); |
| 1548 | } |
| 1549 | |
| 1550 | /** |
| 1551 | * inactive_file_is_low - check if file pages need to be deactivated |
| 1552 | * @zone: zone to check |
| 1553 | * @sc: scan control of this context |
| 1554 | * |
| 1555 | * When the system is doing streaming IO, memory pressure here |
| 1556 | * ensures that active file pages get deactivated, until more |
| 1557 | * than half of the file pages are on the inactive list. |
| 1558 | * |
| 1559 | * Once we get to that situation, protect the system's working |
| 1560 | * set from being evicted by disabling active file page aging. |
| 1561 | * |
| 1562 | * This uses a different ratio than the anonymous pages, because |
| 1563 | * the page cache uses a use-once replacement algorithm. |
| 1564 | */ |
| 1565 | static int inactive_file_is_low(struct zone *zone, struct scan_control *sc) |
| 1566 | { |
| 1567 | int low; |
| 1568 | |
| 1569 | if (scanning_global_lru(sc)) |
| 1570 | low = inactive_file_is_low_global(zone); |
| 1571 | else |
| 1572 | low = mem_cgroup_inactive_file_is_low(sc->mem_cgroup); |
| 1573 | return low; |
| 1574 | } |
| 1575 | |
Rik van Riel | b39415b | 2009-12-14 17:59:48 -0800 | [diff] [blame] | 1576 | static int inactive_list_is_low(struct zone *zone, struct scan_control *sc, |
| 1577 | int file) |
| 1578 | { |
| 1579 | if (file) |
| 1580 | return inactive_file_is_low(zone, sc); |
| 1581 | else |
| 1582 | return inactive_anon_is_low(zone, sc); |
| 1583 | } |
| 1584 | |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1585 | static unsigned long shrink_list(enum lru_list lru, unsigned long nr_to_scan, |
Christoph Lameter | b69408e | 2008-10-18 20:26:14 -0700 | [diff] [blame] | 1586 | struct zone *zone, struct scan_control *sc, int priority) |
| 1587 | { |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1588 | int file = is_file_lru(lru); |
| 1589 | |
Rik van Riel | b39415b | 2009-12-14 17:59:48 -0800 | [diff] [blame] | 1590 | if (is_active_lru(lru)) { |
| 1591 | if (inactive_list_is_low(zone, sc, file)) |
| 1592 | shrink_active_list(nr_to_scan, zone, sc, priority, file); |
Rik van Riel | 556adec | 2008-10-18 20:26:34 -0700 | [diff] [blame] | 1593 | return 0; |
| 1594 | } |
| 1595 | |
Rik van Riel | 33c120e | 2008-10-18 20:26:36 -0700 | [diff] [blame] | 1596 | return shrink_inactive_list(nr_to_scan, zone, sc, priority, file); |
Christoph Lameter | b69408e | 2008-10-18 20:26:14 -0700 | [diff] [blame] | 1597 | } |
| 1598 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1599 | /* |
Shaohua Li | 76a33fc | 2010-05-24 14:32:36 -0700 | [diff] [blame] | 1600 | * Smallish @nr_to_scan's are deposited in @nr_saved_scan, |
| 1601 | * until we collected @swap_cluster_max pages to scan. |
| 1602 | */ |
| 1603 | static unsigned long nr_scan_try_batch(unsigned long nr_to_scan, |
| 1604 | unsigned long *nr_saved_scan) |
| 1605 | { |
| 1606 | unsigned long nr; |
| 1607 | |
| 1608 | *nr_saved_scan += nr_to_scan; |
| 1609 | nr = *nr_saved_scan; |
| 1610 | |
| 1611 | if (nr >= SWAP_CLUSTER_MAX) |
| 1612 | *nr_saved_scan = 0; |
| 1613 | else |
| 1614 | nr = 0; |
| 1615 | |
| 1616 | return nr; |
| 1617 | } |
| 1618 | |
| 1619 | /* |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1620 | * Determine how aggressively the anon and file LRU lists should be |
| 1621 | * scanned. The relative value of each set of LRU lists is determined |
| 1622 | * by looking at the fraction of the pages scanned we did rotate back |
| 1623 | * onto the active list instead of evict. |
| 1624 | * |
Shaohua Li | 76a33fc | 2010-05-24 14:32:36 -0700 | [diff] [blame] | 1625 | * nr[0] = anon pages to scan; nr[1] = file pages to scan |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1626 | */ |
Shaohua Li | 76a33fc | 2010-05-24 14:32:36 -0700 | [diff] [blame] | 1627 | static void get_scan_count(struct zone *zone, struct scan_control *sc, |
| 1628 | unsigned long *nr, int priority) |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1629 | { |
| 1630 | unsigned long anon, file, free; |
| 1631 | unsigned long anon_prio, file_prio; |
| 1632 | unsigned long ap, fp; |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 1633 | struct zone_reclaim_stat *reclaim_stat = get_reclaim_stat(zone, sc); |
Shaohua Li | 76a33fc | 2010-05-24 14:32:36 -0700 | [diff] [blame] | 1634 | u64 fraction[2], denominator; |
| 1635 | enum lru_list l; |
| 1636 | int noswap = 0; |
| 1637 | |
| 1638 | /* If we have no swap space, do not bother scanning anon pages. */ |
| 1639 | if (!sc->may_swap || (nr_swap_pages <= 0)) { |
| 1640 | noswap = 1; |
| 1641 | fraction[0] = 0; |
| 1642 | fraction[1] = 1; |
| 1643 | denominator = 1; |
| 1644 | goto out; |
| 1645 | } |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1646 | |
Vincent Li | 0b21767 | 2009-09-21 17:03:09 -0700 | [diff] [blame] | 1647 | anon = zone_nr_lru_pages(zone, sc, LRU_ACTIVE_ANON) + |
| 1648 | zone_nr_lru_pages(zone, sc, LRU_INACTIVE_ANON); |
| 1649 | file = zone_nr_lru_pages(zone, sc, LRU_ACTIVE_FILE) + |
| 1650 | zone_nr_lru_pages(zone, sc, LRU_INACTIVE_FILE); |
Hugh Dickins | b962716 | 2009-01-06 14:39:41 -0800 | [diff] [blame] | 1651 | |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 1652 | if (scanning_global_lru(sc)) { |
KOSAKI Motohiro | eeee9a8 | 2009-01-07 18:08:17 -0800 | [diff] [blame] | 1653 | free = zone_page_state(zone, NR_FREE_PAGES); |
| 1654 | /* If we have very few page cache pages, |
| 1655 | force-scan anon pages. */ |
Mel Gorman | 4185896 | 2009-06-16 15:32:12 -0700 | [diff] [blame] | 1656 | if (unlikely(file + free <= high_wmark_pages(zone))) { |
Shaohua Li | 76a33fc | 2010-05-24 14:32:36 -0700 | [diff] [blame] | 1657 | fraction[0] = 1; |
| 1658 | fraction[1] = 0; |
| 1659 | denominator = 1; |
| 1660 | goto out; |
KOSAKI Motohiro | eeee9a8 | 2009-01-07 18:08:17 -0800 | [diff] [blame] | 1661 | } |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1662 | } |
| 1663 | |
| 1664 | /* |
KOSAKI Motohiro | 58c37f6 | 2010-08-09 17:19:51 -0700 | [diff] [blame] | 1665 | * With swappiness at 100, anonymous and file have the same priority. |
| 1666 | * This scanning priority is essentially the inverse of IO cost. |
| 1667 | */ |
| 1668 | anon_prio = sc->swappiness; |
| 1669 | file_prio = 200 - sc->swappiness; |
| 1670 | |
| 1671 | /* |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1672 | * OK, so we have swap space and a fair amount of page cache |
| 1673 | * pages. We use the recently rotated / recently scanned |
| 1674 | * ratios to determine how valuable each cache is. |
| 1675 | * |
| 1676 | * Because workloads change over time (and to avoid overflow) |
| 1677 | * we keep these statistics as a floating average, which ends |
| 1678 | * up weighing recent references more than old ones. |
| 1679 | * |
| 1680 | * anon in [0], file in [1] |
| 1681 | */ |
KOSAKI Motohiro | 58c37f6 | 2010-08-09 17:19:51 -0700 | [diff] [blame] | 1682 | spin_lock_irq(&zone->lru_lock); |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 1683 | if (unlikely(reclaim_stat->recent_scanned[0] > anon / 4)) { |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 1684 | reclaim_stat->recent_scanned[0] /= 2; |
| 1685 | reclaim_stat->recent_rotated[0] /= 2; |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1686 | } |
| 1687 | |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 1688 | if (unlikely(reclaim_stat->recent_scanned[1] > file / 4)) { |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 1689 | reclaim_stat->recent_scanned[1] /= 2; |
| 1690 | reclaim_stat->recent_rotated[1] /= 2; |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1691 | } |
| 1692 | |
| 1693 | /* |
Rik van Riel | 00d8089 | 2008-11-19 15:36:44 -0800 | [diff] [blame] | 1694 | * The amount of pressure on anon vs file pages is inversely |
| 1695 | * proportional to the fraction of recently scanned pages on |
| 1696 | * each list that were recently referenced and in active use. |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1697 | */ |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 1698 | ap = (anon_prio + 1) * (reclaim_stat->recent_scanned[0] + 1); |
| 1699 | ap /= reclaim_stat->recent_rotated[0] + 1; |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1700 | |
KOSAKI Motohiro | 6e90157 | 2009-01-07 18:08:15 -0800 | [diff] [blame] | 1701 | fp = (file_prio + 1) * (reclaim_stat->recent_scanned[1] + 1); |
| 1702 | fp /= reclaim_stat->recent_rotated[1] + 1; |
KOSAKI Motohiro | 58c37f6 | 2010-08-09 17:19:51 -0700 | [diff] [blame] | 1703 | spin_unlock_irq(&zone->lru_lock); |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1704 | |
Shaohua Li | 76a33fc | 2010-05-24 14:32:36 -0700 | [diff] [blame] | 1705 | fraction[0] = ap; |
| 1706 | fraction[1] = fp; |
| 1707 | denominator = ap + fp + 1; |
| 1708 | out: |
| 1709 | for_each_evictable_lru(l) { |
| 1710 | int file = is_file_lru(l); |
| 1711 | unsigned long scan; |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1712 | |
Shaohua Li | 76a33fc | 2010-05-24 14:32:36 -0700 | [diff] [blame] | 1713 | scan = zone_nr_lru_pages(zone, sc, l); |
| 1714 | if (priority || noswap) { |
| 1715 | scan >>= priority; |
| 1716 | scan = div64_u64(scan * fraction[file], denominator); |
| 1717 | } |
| 1718 | nr[l] = nr_scan_try_batch(scan, |
| 1719 | &reclaim_stat->nr_saved_scan[l]); |
| 1720 | } |
Wu Fengguang | 6e08a36 | 2009-06-16 15:32:29 -0700 | [diff] [blame] | 1721 | } |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1722 | |
KOSAKI Motohiro | 5f53e76 | 2010-05-24 14:32:37 -0700 | [diff] [blame] | 1723 | static void set_lumpy_reclaim_mode(int priority, struct scan_control *sc) |
| 1724 | { |
| 1725 | /* |
| 1726 | * If we need a large contiguous chunk of memory, or have |
| 1727 | * trouble getting a small set of contiguous pages, we |
| 1728 | * will reclaim both active and inactive pages. |
| 1729 | */ |
| 1730 | if (sc->order > PAGE_ALLOC_COSTLY_ORDER) |
| 1731 | sc->lumpy_reclaim_mode = 1; |
| 1732 | else if (sc->order && priority < DEF_PRIORITY - 2) |
| 1733 | sc->lumpy_reclaim_mode = 1; |
| 1734 | else |
| 1735 | sc->lumpy_reclaim_mode = 0; |
| 1736 | } |
| 1737 | |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1738 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1739 | * This is a basic per-zone page freer. Used by both kswapd and direct reclaim. |
| 1740 | */ |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 1741 | static void shrink_zone(int priority, struct zone *zone, |
Andrew Morton | 05ff513 | 2006-03-22 00:08:20 -0800 | [diff] [blame] | 1742 | struct scan_control *sc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1743 | { |
Christoph Lameter | b69408e | 2008-10-18 20:26:14 -0700 | [diff] [blame] | 1744 | unsigned long nr[NR_LRU_LISTS]; |
Christoph Lameter | 8695949 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 1745 | unsigned long nr_to_scan; |
Christoph Lameter | b69408e | 2008-10-18 20:26:14 -0700 | [diff] [blame] | 1746 | enum lru_list l; |
KOSAKI Motohiro | 01dbe5c | 2009-01-06 14:40:02 -0800 | [diff] [blame] | 1747 | unsigned long nr_reclaimed = sc->nr_reclaimed; |
KOSAKI Motohiro | 22fba33 | 2009-12-14 17:59:10 -0800 | [diff] [blame] | 1748 | unsigned long nr_to_reclaim = sc->nr_to_reclaim; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1749 | |
Shaohua Li | 76a33fc | 2010-05-24 14:32:36 -0700 | [diff] [blame] | 1750 | get_scan_count(zone, sc, nr, priority); |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1751 | |
KOSAKI Motohiro | 5f53e76 | 2010-05-24 14:32:37 -0700 | [diff] [blame] | 1752 | set_lumpy_reclaim_mode(priority, sc); |
| 1753 | |
Rik van Riel | 556adec | 2008-10-18 20:26:34 -0700 | [diff] [blame] | 1754 | while (nr[LRU_INACTIVE_ANON] || nr[LRU_ACTIVE_FILE] || |
| 1755 | nr[LRU_INACTIVE_FILE]) { |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 1756 | for_each_evictable_lru(l) { |
Christoph Lameter | b69408e | 2008-10-18 20:26:14 -0700 | [diff] [blame] | 1757 | if (nr[l]) { |
KOSAKI Motohiro | ece74b2 | 2009-12-14 17:59:14 -0800 | [diff] [blame] | 1758 | nr_to_scan = min_t(unsigned long, |
| 1759 | nr[l], SWAP_CLUSTER_MAX); |
Christoph Lameter | b69408e | 2008-10-18 20:26:14 -0700 | [diff] [blame] | 1760 | nr[l] -= nr_to_scan; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1761 | |
KOSAKI Motohiro | 01dbe5c | 2009-01-06 14:40:02 -0800 | [diff] [blame] | 1762 | nr_reclaimed += shrink_list(l, nr_to_scan, |
| 1763 | zone, sc, priority); |
Christoph Lameter | b69408e | 2008-10-18 20:26:14 -0700 | [diff] [blame] | 1764 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1765 | } |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 1766 | /* |
| 1767 | * On large memory systems, scan >> priority can become |
| 1768 | * really large. This is fine for the starting priority; |
| 1769 | * we want to put equal scanning pressure on each zone. |
| 1770 | * However, if the VM has a harder time of freeing pages, |
| 1771 | * with multiple processes reclaiming pages, the total |
| 1772 | * freeing target can get unreasonably large. |
| 1773 | */ |
KOSAKI Motohiro | 338fde9 | 2009-12-14 17:59:15 -0800 | [diff] [blame] | 1774 | if (nr_reclaimed >= nr_to_reclaim && priority < DEF_PRIORITY) |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 1775 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1776 | } |
| 1777 | |
KOSAKI Motohiro | 01dbe5c | 2009-01-06 14:40:02 -0800 | [diff] [blame] | 1778 | sc->nr_reclaimed = nr_reclaimed; |
| 1779 | |
Rik van Riel | 556adec | 2008-10-18 20:26:34 -0700 | [diff] [blame] | 1780 | /* |
| 1781 | * Even if we did not try to evict anon pages at all, we want to |
| 1782 | * rebalance the anon lru active/inactive ratio. |
| 1783 | */ |
MinChan Kim | 69c8548 | 2009-06-16 15:32:44 -0700 | [diff] [blame] | 1784 | if (inactive_anon_is_low(zone, sc) && nr_swap_pages > 0) |
Rik van Riel | 556adec | 2008-10-18 20:26:34 -0700 | [diff] [blame] | 1785 | shrink_active_list(SWAP_CLUSTER_MAX, zone, sc, priority, 0); |
| 1786 | |
Andrew Morton | 232ea4d | 2007-02-28 20:13:21 -0800 | [diff] [blame] | 1787 | throttle_vm_writeout(sc->gfp_mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1788 | } |
| 1789 | |
| 1790 | /* |
| 1791 | * This is the direct reclaim path, for page-allocating processes. We only |
| 1792 | * try to reclaim pages from zones which will satisfy the caller's allocation |
| 1793 | * request. |
| 1794 | * |
Mel Gorman | 4185896 | 2009-06-16 15:32:12 -0700 | [diff] [blame] | 1795 | * We reclaim from a zone even if that zone is over high_wmark_pages(zone). |
| 1796 | * Because: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1797 | * a) The caller may be trying to free *extra* pages to satisfy a higher-order |
| 1798 | * allocation or |
Mel Gorman | 4185896 | 2009-06-16 15:32:12 -0700 | [diff] [blame] | 1799 | * b) The target zone may be at high_wmark_pages(zone) but the lower zones |
| 1800 | * must go *over* high_wmark_pages(zone) to satisfy the `incremental min' |
| 1801 | * zone defense algorithm. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1802 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1803 | * If a zone is deemed to be full of pinned pages then just give it a light |
| 1804 | * scan then give up on it. |
| 1805 | */ |
Minchan Kim | d190836 | 2010-09-22 13:05:01 -0700 | [diff] [blame] | 1806 | static void shrink_zones(int priority, struct zonelist *zonelist, |
Andrew Morton | 05ff513 | 2006-03-22 00:08:20 -0800 | [diff] [blame] | 1807 | struct scan_control *sc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1808 | { |
Mel Gorman | dd1a239 | 2008-04-28 02:12:17 -0700 | [diff] [blame] | 1809 | struct zoneref *z; |
Mel Gorman | 54a6eb5 | 2008-04-28 02:12:16 -0700 | [diff] [blame] | 1810 | struct zone *zone; |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1811 | |
Mel Gorman | d4debc6 | 2010-08-09 17:19:29 -0700 | [diff] [blame] | 1812 | for_each_zone_zonelist_nodemask(zone, z, zonelist, |
| 1813 | gfp_zone(sc->gfp_mask), sc->nodemask) { |
Con Kolivas | f3fe651 | 2006-01-06 00:11:15 -0800 | [diff] [blame] | 1814 | if (!populated_zone(zone)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1815 | continue; |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1816 | /* |
| 1817 | * Take care memory controller reclaiming has small influence |
| 1818 | * to global LRU. |
| 1819 | */ |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 1820 | if (scanning_global_lru(sc)) { |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1821 | if (!cpuset_zone_allowed_hardwall(zone, GFP_KERNEL)) |
| 1822 | continue; |
KOSAKI Motohiro | 93e4a89a | 2010-03-05 13:41:55 -0800 | [diff] [blame] | 1823 | if (zone->all_unreclaimable && priority != DEF_PRIORITY) |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1824 | continue; /* Let kswapd poll it */ |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1825 | } |
Nick Piggin | 408d854 | 2006-09-25 23:31:27 -0700 | [diff] [blame] | 1826 | |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 1827 | shrink_zone(priority, zone, sc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1828 | } |
Minchan Kim | d190836 | 2010-09-22 13:05:01 -0700 | [diff] [blame] | 1829 | } |
| 1830 | |
| 1831 | static bool zone_reclaimable(struct zone *zone) |
| 1832 | { |
| 1833 | return zone->pages_scanned < zone_reclaimable_pages(zone) * 6; |
| 1834 | } |
| 1835 | |
| 1836 | /* |
| 1837 | * As hibernation is going on, kswapd is freezed so that it can't mark |
| 1838 | * the zone into all_unreclaimable. It can't handle OOM during hibernation. |
| 1839 | * So let's check zone's unreclaimable in direct reclaim as well as kswapd. |
| 1840 | */ |
| 1841 | static bool all_unreclaimable(struct zonelist *zonelist, |
| 1842 | struct scan_control *sc) |
| 1843 | { |
| 1844 | struct zoneref *z; |
| 1845 | struct zone *zone; |
| 1846 | bool all_unreclaimable = true; |
| 1847 | |
| 1848 | for_each_zone_zonelist_nodemask(zone, z, zonelist, |
| 1849 | gfp_zone(sc->gfp_mask), sc->nodemask) { |
| 1850 | if (!populated_zone(zone)) |
| 1851 | continue; |
| 1852 | if (!cpuset_zone_allowed_hardwall(zone, GFP_KERNEL)) |
| 1853 | continue; |
| 1854 | if (zone_reclaimable(zone)) { |
| 1855 | all_unreclaimable = false; |
| 1856 | break; |
| 1857 | } |
| 1858 | } |
| 1859 | |
KOSAKI Motohiro | bb21c7c | 2010-06-04 14:15:05 -0700 | [diff] [blame] | 1860 | return all_unreclaimable; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1861 | } |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 1862 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1863 | /* |
| 1864 | * This is the main entry point to direct page reclaim. |
| 1865 | * |
| 1866 | * If a full scan of the inactive list fails to free enough memory then we |
| 1867 | * are "out of memory" and something needs to be killed. |
| 1868 | * |
| 1869 | * If the caller is !__GFP_FS then the probability of a failure is reasonably |
| 1870 | * high - the zone may be full of dirty or under-writeback pages, which this |
Jens Axboe | 5b0830c | 2009-09-23 19:37:09 +0200 | [diff] [blame] | 1871 | * caller can't do much about. We kick the writeback threads and take explicit |
| 1872 | * naps in the hope that some of these pages can be written. But if the |
| 1873 | * allocating task holds filesystem locks which prevent writeout this might not |
| 1874 | * work, and the allocation attempt will fail. |
Nishanth Aravamudan | a41f24e | 2008-04-29 00:58:25 -0700 | [diff] [blame] | 1875 | * |
| 1876 | * returns: 0, if no pages reclaimed |
| 1877 | * else, the number of pages reclaimed |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1878 | */ |
Mel Gorman | dac1d27 | 2008-04-28 02:12:12 -0700 | [diff] [blame] | 1879 | static unsigned long do_try_to_free_pages(struct zonelist *zonelist, |
Mel Gorman | dd1a239 | 2008-04-28 02:12:17 -0700 | [diff] [blame] | 1880 | struct scan_control *sc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1881 | { |
| 1882 | int priority; |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 1883 | unsigned long total_scanned = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1884 | struct reclaim_state *reclaim_state = current->reclaim_state; |
Mel Gorman | dd1a239 | 2008-04-28 02:12:17 -0700 | [diff] [blame] | 1885 | struct zoneref *z; |
Mel Gorman | 54a6eb5 | 2008-04-28 02:12:16 -0700 | [diff] [blame] | 1886 | struct zone *zone; |
KOSAKI Motohiro | 22fba33 | 2009-12-14 17:59:10 -0800 | [diff] [blame] | 1887 | unsigned long writeback_threshold; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1888 | |
Miao Xie | c0ff745 | 2010-05-24 14:32:08 -0700 | [diff] [blame] | 1889 | get_mems_allowed(); |
Keika Kobayashi | 873b477 | 2008-07-25 01:48:52 -0700 | [diff] [blame] | 1890 | delayacct_freepages_start(); |
| 1891 | |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 1892 | if (scanning_global_lru(sc)) |
KAMEZAWA Hiroyuki | 1cfb419 | 2008-02-07 00:14:37 -0800 | [diff] [blame] | 1893 | count_vm_event(ALLOCSTALL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1894 | |
| 1895 | for (priority = DEF_PRIORITY; priority >= 0; priority--) { |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1896 | sc->nr_scanned = 0; |
Rik van Riel | f7b7fd8 | 2005-11-28 13:44:07 -0800 | [diff] [blame] | 1897 | if (!priority) |
| 1898 | disable_swap_token(); |
Minchan Kim | d190836 | 2010-09-22 13:05:01 -0700 | [diff] [blame] | 1899 | shrink_zones(priority, zonelist, sc); |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1900 | /* |
| 1901 | * Don't shrink slabs when reclaiming memory from |
| 1902 | * over limit cgroups |
| 1903 | */ |
KAMEZAWA Hiroyuki | e72e2bd | 2009-01-07 18:08:23 -0800 | [diff] [blame] | 1904 | if (scanning_global_lru(sc)) { |
KOSAKI Motohiro | c6a8a8c | 2010-08-09 17:19:14 -0700 | [diff] [blame] | 1905 | unsigned long lru_pages = 0; |
Mel Gorman | d4debc6 | 2010-08-09 17:19:29 -0700 | [diff] [blame] | 1906 | for_each_zone_zonelist(zone, z, zonelist, |
| 1907 | gfp_zone(sc->gfp_mask)) { |
KOSAKI Motohiro | c6a8a8c | 2010-08-09 17:19:14 -0700 | [diff] [blame] | 1908 | if (!cpuset_zone_allowed_hardwall(zone, GFP_KERNEL)) |
| 1909 | continue; |
| 1910 | |
| 1911 | lru_pages += zone_reclaimable_pages(zone); |
| 1912 | } |
| 1913 | |
Mel Gorman | dd1a239 | 2008-04-28 02:12:17 -0700 | [diff] [blame] | 1914 | shrink_slab(sc->nr_scanned, sc->gfp_mask, lru_pages); |
KAMEZAWA Hiroyuki | 91a4547 | 2008-02-07 00:14:29 -0800 | [diff] [blame] | 1915 | if (reclaim_state) { |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 1916 | sc->nr_reclaimed += reclaim_state->reclaimed_slab; |
KAMEZAWA Hiroyuki | 91a4547 | 2008-02-07 00:14:29 -0800 | [diff] [blame] | 1917 | reclaim_state->reclaimed_slab = 0; |
| 1918 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1919 | } |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1920 | total_scanned += sc->nr_scanned; |
KOSAKI Motohiro | bb21c7c | 2010-06-04 14:15:05 -0700 | [diff] [blame] | 1921 | if (sc->nr_reclaimed >= sc->nr_to_reclaim) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1922 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1923 | |
| 1924 | /* |
| 1925 | * Try to write back as many pages as we just scanned. This |
| 1926 | * tends to cause slow streaming writers to write data to the |
| 1927 | * disk smoothly, at the dirtying rate, which is nice. But |
| 1928 | * that's undesirable in laptop mode, where we *want* lumpy |
| 1929 | * writeout. So in laptop mode, write out the whole world. |
| 1930 | */ |
KOSAKI Motohiro | 22fba33 | 2009-12-14 17:59:10 -0800 | [diff] [blame] | 1931 | writeback_threshold = sc->nr_to_reclaim + sc->nr_to_reclaim / 2; |
| 1932 | if (total_scanned > writeback_threshold) { |
Jens Axboe | 03ba378 | 2009-09-09 09:08:54 +0200 | [diff] [blame] | 1933 | wakeup_flusher_threads(laptop_mode ? 0 : total_scanned); |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1934 | sc->may_writepage = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1935 | } |
| 1936 | |
| 1937 | /* Take a nap, wait for some writeback to complete */ |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 1938 | if (!sc->hibernation_mode && sc->nr_scanned && |
| 1939 | priority < DEF_PRIORITY - 2) |
Jens Axboe | 8aa7e84 | 2009-07-09 14:52:32 +0200 | [diff] [blame] | 1940 | congestion_wait(BLK_RW_ASYNC, HZ/10); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1941 | } |
KOSAKI Motohiro | bb21c7c | 2010-06-04 14:15:05 -0700 | [diff] [blame] | 1942 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1943 | out: |
Martin Bligh | 3bb1a852 | 2006-10-28 10:38:24 -0700 | [diff] [blame] | 1944 | /* |
| 1945 | * Now that we've scanned all the zones at this priority level, note |
| 1946 | * that level within the zone so that the next thread which performs |
| 1947 | * scanning of this zone will immediately start out at this priority |
| 1948 | * level. This affects only the decision whether or not to bring |
| 1949 | * mapped pages onto the inactive list. |
| 1950 | */ |
| 1951 | if (priority < 0) |
| 1952 | priority = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1953 | |
Keika Kobayashi | 873b477 | 2008-07-25 01:48:52 -0700 | [diff] [blame] | 1954 | delayacct_freepages_end(); |
Miao Xie | c0ff745 | 2010-05-24 14:32:08 -0700 | [diff] [blame] | 1955 | put_mems_allowed(); |
Keika Kobayashi | 873b477 | 2008-07-25 01:48:52 -0700 | [diff] [blame] | 1956 | |
KOSAKI Motohiro | bb21c7c | 2010-06-04 14:15:05 -0700 | [diff] [blame] | 1957 | if (sc->nr_reclaimed) |
| 1958 | return sc->nr_reclaimed; |
| 1959 | |
| 1960 | /* top priority shrink_zones still had more to do? don't OOM, then */ |
Minchan Kim | d190836 | 2010-09-22 13:05:01 -0700 | [diff] [blame] | 1961 | if (scanning_global_lru(sc) && !all_unreclaimable(zonelist, sc)) |
KOSAKI Motohiro | bb21c7c | 2010-06-04 14:15:05 -0700 | [diff] [blame] | 1962 | return 1; |
| 1963 | |
| 1964 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1965 | } |
| 1966 | |
Mel Gorman | dac1d27 | 2008-04-28 02:12:12 -0700 | [diff] [blame] | 1967 | unsigned long try_to_free_pages(struct zonelist *zonelist, int order, |
KAMEZAWA Hiroyuki | 327c0e9 | 2009-03-31 15:23:31 -0700 | [diff] [blame] | 1968 | gfp_t gfp_mask, nodemask_t *nodemask) |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1969 | { |
Mel Gorman | 33906bc | 2010-08-09 17:19:16 -0700 | [diff] [blame] | 1970 | unsigned long nr_reclaimed; |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1971 | struct scan_control sc = { |
| 1972 | .gfp_mask = gfp_mask, |
| 1973 | .may_writepage = !laptop_mode, |
KOSAKI Motohiro | 22fba33 | 2009-12-14 17:59:10 -0800 | [diff] [blame] | 1974 | .nr_to_reclaim = SWAP_CLUSTER_MAX, |
Johannes Weiner | a6dc60f8 | 2009-03-31 15:19:30 -0700 | [diff] [blame] | 1975 | .may_unmap = 1, |
KOSAKI Motohiro | 2e2e425 | 2009-04-21 12:24:57 -0700 | [diff] [blame] | 1976 | .may_swap = 1, |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1977 | .swappiness = vm_swappiness, |
| 1978 | .order = order, |
| 1979 | .mem_cgroup = NULL, |
KAMEZAWA Hiroyuki | 327c0e9 | 2009-03-31 15:23:31 -0700 | [diff] [blame] | 1980 | .nodemask = nodemask, |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1981 | }; |
| 1982 | |
Mel Gorman | 33906bc | 2010-08-09 17:19:16 -0700 | [diff] [blame] | 1983 | trace_mm_vmscan_direct_reclaim_begin(order, |
| 1984 | sc.may_writepage, |
| 1985 | gfp_mask); |
| 1986 | |
| 1987 | nr_reclaimed = do_try_to_free_pages(zonelist, &sc); |
| 1988 | |
| 1989 | trace_mm_vmscan_direct_reclaim_end(nr_reclaimed); |
| 1990 | |
| 1991 | return nr_reclaimed; |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1992 | } |
| 1993 | |
Balbir Singh | 00f0b82 | 2008-03-04 14:28:39 -0800 | [diff] [blame] | 1994 | #ifdef CONFIG_CGROUP_MEM_RES_CTLR |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 1995 | |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 1996 | unsigned long mem_cgroup_shrink_node_zone(struct mem_cgroup *mem, |
| 1997 | gfp_t gfp_mask, bool noswap, |
| 1998 | unsigned int swappiness, |
KOSAKI Motohiro | 14fec79 | 2010-08-10 18:03:05 -0700 | [diff] [blame] | 1999 | struct zone *zone) |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2000 | { |
| 2001 | struct scan_control sc = { |
KOSAKI Motohiro | b8f5c56 | 2010-08-10 18:03:02 -0700 | [diff] [blame] | 2002 | .nr_to_reclaim = SWAP_CLUSTER_MAX, |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2003 | .may_writepage = !laptop_mode, |
| 2004 | .may_unmap = 1, |
| 2005 | .may_swap = !noswap, |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2006 | .swappiness = swappiness, |
| 2007 | .order = 0, |
| 2008 | .mem_cgroup = mem, |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2009 | }; |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2010 | sc.gfp_mask = (gfp_mask & GFP_RECLAIM_MASK) | |
| 2011 | (GFP_HIGHUSER_MOVABLE & ~GFP_RECLAIM_MASK); |
KOSAKI Motohiro | bdce6d9 | 2010-08-09 17:19:56 -0700 | [diff] [blame] | 2012 | |
| 2013 | trace_mm_vmscan_memcg_softlimit_reclaim_begin(0, |
| 2014 | sc.may_writepage, |
| 2015 | sc.gfp_mask); |
| 2016 | |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2017 | /* |
| 2018 | * NOTE: Although we can get the priority field, using it |
| 2019 | * here is not a good idea, since it limits the pages we can scan. |
| 2020 | * if we don't reclaim here, the shrink_zone from balance_pgdat |
| 2021 | * will pick up pages from other mem cgroup's as well. We hack |
| 2022 | * the priority and make it zero. |
| 2023 | */ |
| 2024 | shrink_zone(0, zone, &sc); |
KOSAKI Motohiro | bdce6d9 | 2010-08-09 17:19:56 -0700 | [diff] [blame] | 2025 | |
| 2026 | trace_mm_vmscan_memcg_softlimit_reclaim_end(sc.nr_reclaimed); |
| 2027 | |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2028 | return sc.nr_reclaimed; |
| 2029 | } |
| 2030 | |
Balbir Singh | e1a1cd5 | 2008-02-07 00:14:02 -0800 | [diff] [blame] | 2031 | unsigned long try_to_free_mem_cgroup_pages(struct mem_cgroup *mem_cont, |
KOSAKI Motohiro | a7885eb | 2009-01-07 18:08:24 -0800 | [diff] [blame] | 2032 | gfp_t gfp_mask, |
| 2033 | bool noswap, |
| 2034 | unsigned int swappiness) |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 2035 | { |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2036 | struct zonelist *zonelist; |
KOSAKI Motohiro | bdce6d9 | 2010-08-09 17:19:56 -0700 | [diff] [blame] | 2037 | unsigned long nr_reclaimed; |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 2038 | struct scan_control sc = { |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 2039 | .may_writepage = !laptop_mode, |
Johannes Weiner | a6dc60f8 | 2009-03-31 15:19:30 -0700 | [diff] [blame] | 2040 | .may_unmap = 1, |
KOSAKI Motohiro | 2e2e425 | 2009-04-21 12:24:57 -0700 | [diff] [blame] | 2041 | .may_swap = !noswap, |
KOSAKI Motohiro | 22fba33 | 2009-12-14 17:59:10 -0800 | [diff] [blame] | 2042 | .nr_to_reclaim = SWAP_CLUSTER_MAX, |
KOSAKI Motohiro | a7885eb | 2009-01-07 18:08:24 -0800 | [diff] [blame] | 2043 | .swappiness = swappiness, |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 2044 | .order = 0, |
| 2045 | .mem_cgroup = mem_cont, |
KAMEZAWA Hiroyuki | 327c0e9 | 2009-03-31 15:23:31 -0700 | [diff] [blame] | 2046 | .nodemask = NULL, /* we don't care the placement */ |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 2047 | }; |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 2048 | |
Mel Gorman | dd1a239 | 2008-04-28 02:12:17 -0700 | [diff] [blame] | 2049 | sc.gfp_mask = (gfp_mask & GFP_RECLAIM_MASK) | |
| 2050 | (GFP_HIGHUSER_MOVABLE & ~GFP_RECLAIM_MASK); |
| 2051 | zonelist = NODE_DATA(numa_node_id())->node_zonelists; |
KOSAKI Motohiro | bdce6d9 | 2010-08-09 17:19:56 -0700 | [diff] [blame] | 2052 | |
| 2053 | trace_mm_vmscan_memcg_reclaim_begin(0, |
| 2054 | sc.may_writepage, |
| 2055 | sc.gfp_mask); |
| 2056 | |
| 2057 | nr_reclaimed = do_try_to_free_pages(zonelist, &sc); |
| 2058 | |
| 2059 | trace_mm_vmscan_memcg_reclaim_end(nr_reclaimed); |
| 2060 | |
| 2061 | return nr_reclaimed; |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 2062 | } |
| 2063 | #endif |
| 2064 | |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2065 | /* is kswapd sleeping prematurely? */ |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2066 | static int sleeping_prematurely(pg_data_t *pgdat, int order, long remaining) |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2067 | { |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2068 | int i; |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2069 | |
| 2070 | /* If a direct reclaimer woke kswapd within HZ/10, it's premature */ |
| 2071 | if (remaining) |
| 2072 | return 1; |
| 2073 | |
| 2074 | /* If after HZ/10, a zone is below the high mark, it's premature */ |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2075 | for (i = 0; i < pgdat->nr_zones; i++) { |
| 2076 | struct zone *zone = pgdat->node_zones + i; |
| 2077 | |
| 2078 | if (!populated_zone(zone)) |
| 2079 | continue; |
| 2080 | |
KOSAKI Motohiro | 93e4a89a | 2010-03-05 13:41:55 -0800 | [diff] [blame] | 2081 | if (zone->all_unreclaimable) |
KOSAKI Motohiro | de3fab3 | 2010-01-15 17:01:25 -0800 | [diff] [blame] | 2082 | continue; |
| 2083 | |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2084 | if (!zone_watermark_ok(zone, order, high_wmark_pages(zone), |
| 2085 | 0, 0)) |
| 2086 | return 1; |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2087 | } |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2088 | |
| 2089 | return 0; |
| 2090 | } |
| 2091 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2092 | /* |
| 2093 | * For kswapd, balance_pgdat() will work across all this node's zones until |
Mel Gorman | 4185896 | 2009-06-16 15:32:12 -0700 | [diff] [blame] | 2094 | * they are all at high_wmark_pages(zone). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2095 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2096 | * Returns the number of pages which were actually freed. |
| 2097 | * |
| 2098 | * There is special handling here for zones which are full of pinned pages. |
| 2099 | * This can happen if the pages are all mlocked, or if they are all used by |
| 2100 | * device drivers (say, ZONE_DMA). Or if they are all in use by hugetlb. |
| 2101 | * What we do is to detect the case where all pages in the zone have been |
| 2102 | * scanned twice and there has been zero successful reclaim. Mark the zone as |
| 2103 | * dead and from now on, only perform a short scan. Basically we're polling |
| 2104 | * the zone for when the problem goes away. |
| 2105 | * |
| 2106 | * kswapd scans the zones in the highmem->normal->dma direction. It skips |
Mel Gorman | 4185896 | 2009-06-16 15:32:12 -0700 | [diff] [blame] | 2107 | * zones which have free_pages > high_wmark_pages(zone), but once a zone is |
| 2108 | * found to have free_pages <= high_wmark_pages(zone), we scan that zone and the |
| 2109 | * lower zones regardless of the number of free pages in the lower zones. This |
| 2110 | * interoperates with the page allocator fallback scheme to ensure that aging |
| 2111 | * of pages is balanced across the zones. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2112 | */ |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2113 | static unsigned long balance_pgdat(pg_data_t *pgdat, int order) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2114 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2115 | int all_zones_ok; |
| 2116 | int priority; |
| 2117 | int i; |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 2118 | unsigned long total_scanned; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2119 | struct reclaim_state *reclaim_state = current->reclaim_state; |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2120 | struct scan_control sc = { |
| 2121 | .gfp_mask = GFP_KERNEL, |
Johannes Weiner | a6dc60f8 | 2009-03-31 15:19:30 -0700 | [diff] [blame] | 2122 | .may_unmap = 1, |
KOSAKI Motohiro | 2e2e425 | 2009-04-21 12:24:57 -0700 | [diff] [blame] | 2123 | .may_swap = 1, |
KOSAKI Motohiro | 22fba33 | 2009-12-14 17:59:10 -0800 | [diff] [blame] | 2124 | /* |
| 2125 | * kswapd doesn't want to be bailed out while reclaim. because |
| 2126 | * we want to put equal scanning pressure on each zone. |
| 2127 | */ |
| 2128 | .nr_to_reclaim = ULONG_MAX, |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2129 | .swappiness = vm_swappiness, |
Andy Whitcroft | 5ad333e | 2007-07-17 04:03:16 -0700 | [diff] [blame] | 2130 | .order = order, |
Balbir Singh | 66e1707 | 2008-02-07 00:13:56 -0800 | [diff] [blame] | 2131 | .mem_cgroup = NULL, |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2132 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2133 | loop_again: |
| 2134 | total_scanned = 0; |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2135 | sc.nr_reclaimed = 0; |
Christoph Lameter | c0bbbc7 | 2006-06-11 15:22:26 -0700 | [diff] [blame] | 2136 | sc.may_writepage = !laptop_mode; |
Christoph Lameter | f8891e5 | 2006-06-30 01:55:45 -0700 | [diff] [blame] | 2137 | count_vm_event(PAGEOUTRUN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2138 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2139 | for (priority = DEF_PRIORITY; priority >= 0; priority--) { |
| 2140 | int end_zone = 0; /* Inclusive. 0 = ZONE_DMA */ |
| 2141 | unsigned long lru_pages = 0; |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2142 | int has_under_min_watermark_zone = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2143 | |
Rik van Riel | f7b7fd8 | 2005-11-28 13:44:07 -0800 | [diff] [blame] | 2144 | /* The swap token gets in the way of swapout... */ |
| 2145 | if (!priority) |
| 2146 | disable_swap_token(); |
| 2147 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2148 | all_zones_ok = 1; |
| 2149 | |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2150 | /* |
| 2151 | * Scan in the highmem->dma direction for the highest |
| 2152 | * zone which needs scanning |
| 2153 | */ |
| 2154 | for (i = pgdat->nr_zones - 1; i >= 0; i--) { |
| 2155 | struct zone *zone = pgdat->node_zones + i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2156 | |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2157 | if (!populated_zone(zone)) |
| 2158 | continue; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2159 | |
KOSAKI Motohiro | 93e4a89a | 2010-03-05 13:41:55 -0800 | [diff] [blame] | 2160 | if (zone->all_unreclaimable && priority != DEF_PRIORITY) |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2161 | continue; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2162 | |
Rik van Riel | 556adec | 2008-10-18 20:26:34 -0700 | [diff] [blame] | 2163 | /* |
| 2164 | * Do some background aging of the anon list, to give |
| 2165 | * pages a chance to be referenced before reclaiming. |
| 2166 | */ |
KOSAKI Motohiro | 14797e2 | 2009-01-07 18:08:18 -0800 | [diff] [blame] | 2167 | if (inactive_anon_is_low(zone, &sc)) |
Rik van Riel | 556adec | 2008-10-18 20:26:34 -0700 | [diff] [blame] | 2168 | shrink_active_list(SWAP_CLUSTER_MAX, zone, |
| 2169 | &sc, priority, 0); |
| 2170 | |
Mel Gorman | 4185896 | 2009-06-16 15:32:12 -0700 | [diff] [blame] | 2171 | if (!zone_watermark_ok(zone, order, |
| 2172 | high_wmark_pages(zone), 0, 0)) { |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2173 | end_zone = i; |
Andrew Morton | e1dbeda | 2006-12-06 20:32:01 -0800 | [diff] [blame] | 2174 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2175 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2176 | } |
Andrew Morton | e1dbeda | 2006-12-06 20:32:01 -0800 | [diff] [blame] | 2177 | if (i < 0) |
| 2178 | goto out; |
| 2179 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2180 | for (i = 0; i <= end_zone; i++) { |
| 2181 | struct zone *zone = pgdat->node_zones + i; |
| 2182 | |
Wu Fengguang | adea02a | 2009-09-21 17:01:42 -0700 | [diff] [blame] | 2183 | lru_pages += zone_reclaimable_pages(zone); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2184 | } |
| 2185 | |
| 2186 | /* |
| 2187 | * Now scan the zone in the dma->highmem direction, stopping |
| 2188 | * at the last zone which needs scanning. |
| 2189 | * |
| 2190 | * We do this because the page allocator works in the opposite |
| 2191 | * direction. This prevents the page allocator from allocating |
| 2192 | * pages behind kswapd's direction of progress, which would |
| 2193 | * cause too much scanning of the lower zones. |
| 2194 | */ |
| 2195 | for (i = 0; i <= end_zone; i++) { |
| 2196 | struct zone *zone = pgdat->node_zones + i; |
akpm@osdl.org | b15e090 | 2005-06-21 17:14:35 -0700 | [diff] [blame] | 2197 | int nr_slab; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2198 | |
Con Kolivas | f3fe651 | 2006-01-06 00:11:15 -0800 | [diff] [blame] | 2199 | if (!populated_zone(zone)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2200 | continue; |
| 2201 | |
KOSAKI Motohiro | 93e4a89a | 2010-03-05 13:41:55 -0800 | [diff] [blame] | 2202 | if (zone->all_unreclaimable && priority != DEF_PRIORITY) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2203 | continue; |
| 2204 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2205 | sc.nr_scanned = 0; |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2206 | |
Balbir Singh | 4e41695 | 2009-09-23 15:56:39 -0700 | [diff] [blame] | 2207 | /* |
| 2208 | * Call soft limit reclaim before calling shrink_zone. |
| 2209 | * For now we ignore the return value |
| 2210 | */ |
KOSAKI Motohiro | 00918b6 | 2010-08-10 18:03:05 -0700 | [diff] [blame] | 2211 | mem_cgroup_soft_limit_reclaim(zone, order, sc.gfp_mask); |
| 2212 | |
Rik van Riel | 32a4330 | 2007-10-16 01:24:50 -0700 | [diff] [blame] | 2213 | /* |
| 2214 | * We put equal pressure on every zone, unless one |
| 2215 | * zone has way too many pages free already. |
| 2216 | */ |
Mel Gorman | 4185896 | 2009-06-16 15:32:12 -0700 | [diff] [blame] | 2217 | if (!zone_watermark_ok(zone, order, |
| 2218 | 8*high_wmark_pages(zone), end_zone, 0)) |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2219 | shrink_zone(priority, zone, &sc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2220 | reclaim_state->reclaimed_slab = 0; |
akpm@osdl.org | b15e090 | 2005-06-21 17:14:35 -0700 | [diff] [blame] | 2221 | nr_slab = shrink_slab(sc.nr_scanned, GFP_KERNEL, |
| 2222 | lru_pages); |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2223 | sc.nr_reclaimed += reclaim_state->reclaimed_slab; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2224 | total_scanned += sc.nr_scanned; |
KOSAKI Motohiro | 93e4a89a | 2010-03-05 13:41:55 -0800 | [diff] [blame] | 2225 | if (zone->all_unreclaimable) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2226 | continue; |
Minchan Kim | d190836 | 2010-09-22 13:05:01 -0700 | [diff] [blame] | 2227 | if (nr_slab == 0 && !zone_reclaimable(zone)) |
KOSAKI Motohiro | 93e4a89a | 2010-03-05 13:41:55 -0800 | [diff] [blame] | 2228 | zone->all_unreclaimable = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2229 | /* |
| 2230 | * If we've done a decent amount of scanning and |
| 2231 | * the reclaim ratio is low, start doing writepage |
| 2232 | * even in laptop mode |
| 2233 | */ |
| 2234 | if (total_scanned > SWAP_CLUSTER_MAX * 2 && |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2235 | total_scanned > sc.nr_reclaimed + sc.nr_reclaimed / 2) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2236 | sc.may_writepage = 1; |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2237 | |
Minchan Kim | 45973d7 | 2010-03-05 13:41:45 -0800 | [diff] [blame] | 2238 | if (!zone_watermark_ok(zone, order, |
| 2239 | high_wmark_pages(zone), end_zone, 0)) { |
| 2240 | all_zones_ok = 0; |
| 2241 | /* |
| 2242 | * We are still under min water mark. This |
| 2243 | * means that we have a GFP_ATOMIC allocation |
| 2244 | * failure risk. Hurry up! |
| 2245 | */ |
| 2246 | if (!zone_watermark_ok(zone, order, |
| 2247 | min_wmark_pages(zone), end_zone, 0)) |
| 2248 | has_under_min_watermark_zone = 1; |
| 2249 | } |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2250 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2251 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2252 | if (all_zones_ok) |
| 2253 | break; /* kswapd: all done */ |
| 2254 | /* |
| 2255 | * OK, kswapd is getting into trouble. Take a nap, then take |
| 2256 | * another pass across the zones. |
| 2257 | */ |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2258 | if (total_scanned && (priority < DEF_PRIORITY - 2)) { |
| 2259 | if (has_under_min_watermark_zone) |
| 2260 | count_vm_event(KSWAPD_SKIP_CONGESTION_WAIT); |
| 2261 | else |
| 2262 | congestion_wait(BLK_RW_ASYNC, HZ/10); |
| 2263 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2264 | |
| 2265 | /* |
| 2266 | * We do this so kswapd doesn't build up large priorities for |
| 2267 | * example when it is freeing in parallel with allocators. It |
| 2268 | * matches the direct reclaim path behaviour in terms of impact |
| 2269 | * on zone->*_priority. |
| 2270 | */ |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2271 | if (sc.nr_reclaimed >= SWAP_CLUSTER_MAX) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2272 | break; |
| 2273 | } |
| 2274 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2275 | if (!all_zones_ok) { |
| 2276 | cond_resched(); |
Rafael J. Wysocki | 8357376 | 2006-12-06 20:34:18 -0800 | [diff] [blame] | 2277 | |
| 2278 | try_to_freeze(); |
| 2279 | |
KOSAKI Motohiro | 73ce02e | 2009-01-06 14:40:33 -0800 | [diff] [blame] | 2280 | /* |
| 2281 | * Fragmentation may mean that the system cannot be |
| 2282 | * rebalanced for high-order allocations in all zones. |
| 2283 | * At this point, if nr_reclaimed < SWAP_CLUSTER_MAX, |
| 2284 | * it means the zones have been fully scanned and are still |
| 2285 | * not balanced. For high-order allocations, there is |
| 2286 | * little point trying all over again as kswapd may |
| 2287 | * infinite loop. |
| 2288 | * |
| 2289 | * Instead, recheck all watermarks at order-0 as they |
| 2290 | * are the most important. If watermarks are ok, kswapd will go |
| 2291 | * back to sleep. High-order users can still perform direct |
| 2292 | * reclaim if they wish. |
| 2293 | */ |
| 2294 | if (sc.nr_reclaimed < SWAP_CLUSTER_MAX) |
| 2295 | order = sc.order = 0; |
| 2296 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2297 | goto loop_again; |
| 2298 | } |
| 2299 | |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2300 | return sc.nr_reclaimed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2301 | } |
| 2302 | |
| 2303 | /* |
| 2304 | * The background pageout daemon, started as a kernel thread |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 2305 | * from the init process. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2306 | * |
| 2307 | * This basically trickles out pages so that we have _some_ |
| 2308 | * free memory available even if there is no other activity |
| 2309 | * that frees anything up. This is needed for things like routing |
| 2310 | * etc, where we otherwise might have all activity going on in |
| 2311 | * asynchronous contexts that cannot page things out. |
| 2312 | * |
| 2313 | * If there are applications that are active memory-allocators |
| 2314 | * (most normal use), this basically shouldn't matter. |
| 2315 | */ |
| 2316 | static int kswapd(void *p) |
| 2317 | { |
| 2318 | unsigned long order; |
| 2319 | pg_data_t *pgdat = (pg_data_t*)p; |
| 2320 | struct task_struct *tsk = current; |
| 2321 | DEFINE_WAIT(wait); |
| 2322 | struct reclaim_state reclaim_state = { |
| 2323 | .reclaimed_slab = 0, |
| 2324 | }; |
Rusty Russell | a70f730 | 2009-03-13 14:49:46 +1030 | [diff] [blame] | 2325 | const struct cpumask *cpumask = cpumask_of_node(pgdat->node_id); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2326 | |
Nick Piggin | cf40bd1 | 2009-01-21 08:12:39 +0100 | [diff] [blame] | 2327 | lockdep_set_current_reclaim_state(GFP_KERNEL); |
| 2328 | |
Rusty Russell | 174596a | 2009-01-01 10:12:29 +1030 | [diff] [blame] | 2329 | if (!cpumask_empty(cpumask)) |
Mike Travis | c5f59f0 | 2008-04-04 18:11:10 -0700 | [diff] [blame] | 2330 | set_cpus_allowed_ptr(tsk, cpumask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2331 | current->reclaim_state = &reclaim_state; |
| 2332 | |
| 2333 | /* |
| 2334 | * Tell the memory management that we're a "memory allocator", |
| 2335 | * and that if we need more memory we should get access to it |
| 2336 | * regardless (see "__alloc_pages()"). "kswapd" should |
| 2337 | * never get caught in the normal page freeing logic. |
| 2338 | * |
| 2339 | * (Kswapd normally doesn't need memory anyway, but sometimes |
| 2340 | * you need a small amount of memory in order to be able to |
| 2341 | * page out something else, and this flag essentially protects |
| 2342 | * us from recursively trying to free more memory as we're |
| 2343 | * trying to free the first piece of memory in the first place). |
| 2344 | */ |
Christoph Lameter | 930d915 | 2006-01-08 01:00:47 -0800 | [diff] [blame] | 2345 | tsk->flags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD; |
Rafael J. Wysocki | 8314418 | 2007-07-17 04:03:35 -0700 | [diff] [blame] | 2346 | set_freezable(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2347 | |
| 2348 | order = 0; |
| 2349 | for ( ; ; ) { |
| 2350 | unsigned long new_order; |
David Rientjes | 8fe23e0 | 2009-12-14 17:58:33 -0800 | [diff] [blame] | 2351 | int ret; |
Christoph Lameter | 3e1d1d2 | 2005-06-24 23:13:50 -0700 | [diff] [blame] | 2352 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2353 | prepare_to_wait(&pgdat->kswapd_wait, &wait, TASK_INTERRUPTIBLE); |
| 2354 | new_order = pgdat->kswapd_max_order; |
| 2355 | pgdat->kswapd_max_order = 0; |
| 2356 | if (order < new_order) { |
| 2357 | /* |
| 2358 | * Don't sleep if someone wants a larger 'order' |
| 2359 | * allocation |
| 2360 | */ |
| 2361 | order = new_order; |
| 2362 | } else { |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2363 | if (!freezing(current) && !kthread_should_stop()) { |
| 2364 | long remaining = 0; |
| 2365 | |
| 2366 | /* Try to sleep for a short interval */ |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2367 | if (!sleeping_prematurely(pgdat, order, remaining)) { |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2368 | remaining = schedule_timeout(HZ/10); |
| 2369 | finish_wait(&pgdat->kswapd_wait, &wait); |
| 2370 | prepare_to_wait(&pgdat->kswapd_wait, &wait, TASK_INTERRUPTIBLE); |
| 2371 | } |
| 2372 | |
| 2373 | /* |
| 2374 | * After a short sleep, check if it was a |
| 2375 | * premature sleep. If not, then go fully |
| 2376 | * to sleep until explicitly woken up |
| 2377 | */ |
Mel Gorman | 33906bc | 2010-08-09 17:19:16 -0700 | [diff] [blame] | 2378 | if (!sleeping_prematurely(pgdat, order, remaining)) { |
| 2379 | trace_mm_vmscan_kswapd_sleep(pgdat->node_id); |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2380 | schedule(); |
Mel Gorman | 33906bc | 2010-08-09 17:19:16 -0700 | [diff] [blame] | 2381 | } else { |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2382 | if (remaining) |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2383 | count_vm_event(KSWAPD_LOW_WMARK_HIT_QUICKLY); |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2384 | else |
KOSAKI Motohiro | bb3ab59 | 2009-12-14 17:58:55 -0800 | [diff] [blame] | 2385 | count_vm_event(KSWAPD_HIGH_WMARK_HIT_QUICKLY); |
Mel Gorman | f50de2d | 2009-12-14 17:58:53 -0800 | [diff] [blame] | 2386 | } |
| 2387 | } |
Rafael J. Wysocki | b1296cc | 2007-05-06 14:50:48 -0700 | [diff] [blame] | 2388 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2389 | order = pgdat->kswapd_max_order; |
| 2390 | } |
| 2391 | finish_wait(&pgdat->kswapd_wait, &wait); |
| 2392 | |
David Rientjes | 8fe23e0 | 2009-12-14 17:58:33 -0800 | [diff] [blame] | 2393 | ret = try_to_freeze(); |
| 2394 | if (kthread_should_stop()) |
| 2395 | break; |
| 2396 | |
| 2397 | /* |
| 2398 | * We can speed up thawing tasks if we don't call balance_pgdat |
| 2399 | * after returning from the refrigerator |
| 2400 | */ |
Mel Gorman | 33906bc | 2010-08-09 17:19:16 -0700 | [diff] [blame] | 2401 | if (!ret) { |
| 2402 | trace_mm_vmscan_kswapd_wake(pgdat->node_id, order); |
Rafael J. Wysocki | b1296cc | 2007-05-06 14:50:48 -0700 | [diff] [blame] | 2403 | balance_pgdat(pgdat, order); |
Mel Gorman | 33906bc | 2010-08-09 17:19:16 -0700 | [diff] [blame] | 2404 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2405 | } |
| 2406 | return 0; |
| 2407 | } |
| 2408 | |
| 2409 | /* |
| 2410 | * A zone is low on free memory, so wake its kswapd task to service it. |
| 2411 | */ |
| 2412 | void wakeup_kswapd(struct zone *zone, int order) |
| 2413 | { |
| 2414 | pg_data_t *pgdat; |
| 2415 | |
Con Kolivas | f3fe651 | 2006-01-06 00:11:15 -0800 | [diff] [blame] | 2416 | if (!populated_zone(zone)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2417 | return; |
| 2418 | |
| 2419 | pgdat = zone->zone_pgdat; |
Mel Gorman | 4185896 | 2009-06-16 15:32:12 -0700 | [diff] [blame] | 2420 | if (zone_watermark_ok(zone, order, low_wmark_pages(zone), 0, 0)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2421 | return; |
| 2422 | if (pgdat->kswapd_max_order < order) |
| 2423 | pgdat->kswapd_max_order = order; |
Mel Gorman | 33906bc | 2010-08-09 17:19:16 -0700 | [diff] [blame] | 2424 | trace_mm_vmscan_wakeup_kswapd(pgdat->node_id, zone_idx(zone), order); |
Paul Jackson | 02a0e53 | 2006-12-13 00:34:25 -0800 | [diff] [blame] | 2425 | if (!cpuset_zone_allowed_hardwall(zone, GFP_KERNEL)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2426 | return; |
Con Kolivas | 8d0986e | 2005-09-13 01:25:07 -0700 | [diff] [blame] | 2427 | if (!waitqueue_active(&pgdat->kswapd_wait)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2428 | return; |
Con Kolivas | 8d0986e | 2005-09-13 01:25:07 -0700 | [diff] [blame] | 2429 | wake_up_interruptible(&pgdat->kswapd_wait); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2430 | } |
| 2431 | |
Wu Fengguang | adea02a | 2009-09-21 17:01:42 -0700 | [diff] [blame] | 2432 | /* |
| 2433 | * The reclaimable count would be mostly accurate. |
| 2434 | * The less reclaimable pages may be |
| 2435 | * - mlocked pages, which will be moved to unevictable list when encountered |
| 2436 | * - mapped pages, which may require several travels to be reclaimed |
| 2437 | * - dirty pages, which is not "instantly" reclaimable |
| 2438 | */ |
| 2439 | unsigned long global_reclaimable_pages(void) |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 2440 | { |
Wu Fengguang | adea02a | 2009-09-21 17:01:42 -0700 | [diff] [blame] | 2441 | int nr; |
| 2442 | |
| 2443 | nr = global_page_state(NR_ACTIVE_FILE) + |
| 2444 | global_page_state(NR_INACTIVE_FILE); |
| 2445 | |
| 2446 | if (nr_swap_pages > 0) |
| 2447 | nr += global_page_state(NR_ACTIVE_ANON) + |
| 2448 | global_page_state(NR_INACTIVE_ANON); |
| 2449 | |
| 2450 | return nr; |
| 2451 | } |
| 2452 | |
| 2453 | unsigned long zone_reclaimable_pages(struct zone *zone) |
| 2454 | { |
| 2455 | int nr; |
| 2456 | |
| 2457 | nr = zone_page_state(zone, NR_ACTIVE_FILE) + |
| 2458 | zone_page_state(zone, NR_INACTIVE_FILE); |
| 2459 | |
| 2460 | if (nr_swap_pages > 0) |
| 2461 | nr += zone_page_state(zone, NR_ACTIVE_ANON) + |
| 2462 | zone_page_state(zone, NR_INACTIVE_ANON); |
| 2463 | |
| 2464 | return nr; |
Rik van Riel | 4f98a2f | 2008-10-18 20:26:32 -0700 | [diff] [blame] | 2465 | } |
| 2466 | |
Rafael J. Wysocki | c6f37f1 | 2009-05-24 22:16:31 +0200 | [diff] [blame] | 2467 | #ifdef CONFIG_HIBERNATION |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2468 | /* |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2469 | * Try to free `nr_to_reclaim' of memory, system-wide, and return the number of |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2470 | * freed pages. |
| 2471 | * |
| 2472 | * Rather than trying to age LRUs the aim is to preserve the overall |
| 2473 | * LRU order by reclaiming preferentially |
| 2474 | * inactive > active > active referenced > active mapped |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2475 | */ |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2476 | unsigned long shrink_all_memory(unsigned long nr_to_reclaim) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2477 | { |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2478 | struct reclaim_state reclaim_state; |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2479 | struct scan_control sc = { |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2480 | .gfp_mask = GFP_HIGHUSER_MOVABLE, |
| 2481 | .may_swap = 1, |
| 2482 | .may_unmap = 1, |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2483 | .may_writepage = 1, |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2484 | .nr_to_reclaim = nr_to_reclaim, |
| 2485 | .hibernation_mode = 1, |
| 2486 | .swappiness = vm_swappiness, |
| 2487 | .order = 0, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2488 | }; |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2489 | struct zonelist * zonelist = node_zonelist(numa_node_id(), sc.gfp_mask); |
| 2490 | struct task_struct *p = current; |
| 2491 | unsigned long nr_reclaimed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2492 | |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2493 | p->flags |= PF_MEMALLOC; |
| 2494 | lockdep_set_current_reclaim_state(sc.gfp_mask); |
| 2495 | reclaim_state.reclaimed_slab = 0; |
| 2496 | p->reclaim_state = &reclaim_state; |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 2497 | |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2498 | nr_reclaimed = do_try_to_free_pages(zonelist, &sc); |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2499 | |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2500 | p->reclaim_state = NULL; |
| 2501 | lockdep_clear_current_reclaim_state(); |
| 2502 | p->flags &= ~PF_MEMALLOC; |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2503 | |
KOSAKI Motohiro | 7b51755 | 2009-12-14 17:59:12 -0800 | [diff] [blame] | 2504 | return nr_reclaimed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2505 | } |
Rafael J. Wysocki | c6f37f1 | 2009-05-24 22:16:31 +0200 | [diff] [blame] | 2506 | #endif /* CONFIG_HIBERNATION */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2507 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2508 | /* It's optimal to keep kswapds on the same CPUs as their memory, but |
| 2509 | not required for correctness. So if the last cpu in a node goes |
| 2510 | away, we get changed to run anywhere: as the first one comes back, |
| 2511 | restore their cpu bindings. */ |
Chandra Seetharaman | 9c7b216 | 2006-06-27 02:54:07 -0700 | [diff] [blame] | 2512 | static int __devinit cpu_callback(struct notifier_block *nfb, |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 2513 | unsigned long action, void *hcpu) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2514 | { |
Yasunori Goto | 58c0a4a | 2007-10-16 01:25:40 -0700 | [diff] [blame] | 2515 | int nid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2516 | |
Rafael J. Wysocki | 8bb7844 | 2007-05-09 02:35:10 -0700 | [diff] [blame] | 2517 | if (action == CPU_ONLINE || action == CPU_ONLINE_FROZEN) { |
Yasunori Goto | 58c0a4a | 2007-10-16 01:25:40 -0700 | [diff] [blame] | 2518 | for_each_node_state(nid, N_HIGH_MEMORY) { |
Mike Travis | c5f59f0 | 2008-04-04 18:11:10 -0700 | [diff] [blame] | 2519 | pg_data_t *pgdat = NODE_DATA(nid); |
Rusty Russell | a70f730 | 2009-03-13 14:49:46 +1030 | [diff] [blame] | 2520 | const struct cpumask *mask; |
| 2521 | |
| 2522 | mask = cpumask_of_node(pgdat->node_id); |
Mike Travis | c5f59f0 | 2008-04-04 18:11:10 -0700 | [diff] [blame] | 2523 | |
Rusty Russell | 3e59794 | 2009-01-01 10:12:24 +1030 | [diff] [blame] | 2524 | if (cpumask_any_and(cpu_online_mask, mask) < nr_cpu_ids) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2525 | /* One of our CPUs online: restore mask */ |
Mike Travis | c5f59f0 | 2008-04-04 18:11:10 -0700 | [diff] [blame] | 2526 | set_cpus_allowed_ptr(pgdat->kswapd, mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2527 | } |
| 2528 | } |
| 2529 | return NOTIFY_OK; |
| 2530 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2531 | |
Yasunori Goto | 3218ae1 | 2006-06-27 02:53:33 -0700 | [diff] [blame] | 2532 | /* |
| 2533 | * This kswapd start function will be called by init and node-hot-add. |
| 2534 | * On node-hot-add, kswapd will moved to proper cpus if cpus are hot-added. |
| 2535 | */ |
| 2536 | int kswapd_run(int nid) |
| 2537 | { |
| 2538 | pg_data_t *pgdat = NODE_DATA(nid); |
| 2539 | int ret = 0; |
| 2540 | |
| 2541 | if (pgdat->kswapd) |
| 2542 | return 0; |
| 2543 | |
| 2544 | pgdat->kswapd = kthread_run(kswapd, pgdat, "kswapd%d", nid); |
| 2545 | if (IS_ERR(pgdat->kswapd)) { |
| 2546 | /* failure at boot is fatal */ |
| 2547 | BUG_ON(system_state == SYSTEM_BOOTING); |
| 2548 | printk("Failed to start kswapd on node %d\n",nid); |
| 2549 | ret = -1; |
| 2550 | } |
| 2551 | return ret; |
| 2552 | } |
| 2553 | |
David Rientjes | 8fe23e0 | 2009-12-14 17:58:33 -0800 | [diff] [blame] | 2554 | /* |
| 2555 | * Called by memory hotplug when all memory in a node is offlined. |
| 2556 | */ |
| 2557 | void kswapd_stop(int nid) |
| 2558 | { |
| 2559 | struct task_struct *kswapd = NODE_DATA(nid)->kswapd; |
| 2560 | |
| 2561 | if (kswapd) |
| 2562 | kthread_stop(kswapd); |
| 2563 | } |
| 2564 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2565 | static int __init kswapd_init(void) |
| 2566 | { |
Yasunori Goto | 3218ae1 | 2006-06-27 02:53:33 -0700 | [diff] [blame] | 2567 | int nid; |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 2568 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2569 | swap_setup(); |
Christoph Lameter | 9422ffb | 2007-10-16 01:25:31 -0700 | [diff] [blame] | 2570 | for_each_node_state(nid, N_HIGH_MEMORY) |
Yasunori Goto | 3218ae1 | 2006-06-27 02:53:33 -0700 | [diff] [blame] | 2571 | kswapd_run(nid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2572 | hotcpu_notifier(cpu_callback, 0); |
| 2573 | return 0; |
| 2574 | } |
| 2575 | |
| 2576 | module_init(kswapd_init) |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2577 | |
| 2578 | #ifdef CONFIG_NUMA |
| 2579 | /* |
| 2580 | * Zone reclaim mode |
| 2581 | * |
| 2582 | * If non-zero call zone_reclaim when the number of free pages falls below |
| 2583 | * the watermarks. |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2584 | */ |
| 2585 | int zone_reclaim_mode __read_mostly; |
| 2586 | |
Christoph Lameter | 1b2ffb7 | 2006-02-01 03:05:34 -0800 | [diff] [blame] | 2587 | #define RECLAIM_OFF 0 |
Fernando Luis Vazquez Cao | 7d03431 | 2008-07-29 22:33:41 -0700 | [diff] [blame] | 2588 | #define RECLAIM_ZONE (1<<0) /* Run shrink_inactive_list on the zone */ |
Christoph Lameter | 1b2ffb7 | 2006-02-01 03:05:34 -0800 | [diff] [blame] | 2589 | #define RECLAIM_WRITE (1<<1) /* Writeout pages during reclaim */ |
| 2590 | #define RECLAIM_SWAP (1<<2) /* Swap pages out during reclaim */ |
| 2591 | |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2592 | /* |
Christoph Lameter | a92f712 | 2006-02-01 03:05:32 -0800 | [diff] [blame] | 2593 | * Priority for ZONE_RECLAIM. This determines the fraction of pages |
| 2594 | * of a node considered for each zone_reclaim. 4 scans 1/16th of |
| 2595 | * a zone. |
| 2596 | */ |
| 2597 | #define ZONE_RECLAIM_PRIORITY 4 |
| 2598 | |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2599 | /* |
Christoph Lameter | 9614634 | 2006-07-03 00:24:13 -0700 | [diff] [blame] | 2600 | * Percentage of pages in a zone that must be unmapped for zone_reclaim to |
| 2601 | * occur. |
| 2602 | */ |
| 2603 | int sysctl_min_unmapped_ratio = 1; |
| 2604 | |
| 2605 | /* |
Christoph Lameter | 0ff3849 | 2006-09-25 23:31:52 -0700 | [diff] [blame] | 2606 | * If the number of slab pages in a zone grows beyond this percentage then |
| 2607 | * slab reclaim needs to occur. |
| 2608 | */ |
| 2609 | int sysctl_min_slab_ratio = 5; |
| 2610 | |
Mel Gorman | 90afa5d | 2009-06-16 15:33:20 -0700 | [diff] [blame] | 2611 | static inline unsigned long zone_unmapped_file_pages(struct zone *zone) |
| 2612 | { |
| 2613 | unsigned long file_mapped = zone_page_state(zone, NR_FILE_MAPPED); |
| 2614 | unsigned long file_lru = zone_page_state(zone, NR_INACTIVE_FILE) + |
| 2615 | zone_page_state(zone, NR_ACTIVE_FILE); |
| 2616 | |
| 2617 | /* |
| 2618 | * It's possible for there to be more file mapped pages than |
| 2619 | * accounted for by the pages on the file LRU lists because |
| 2620 | * tmpfs pages accounted for as ANON can also be FILE_MAPPED |
| 2621 | */ |
| 2622 | return (file_lru > file_mapped) ? (file_lru - file_mapped) : 0; |
| 2623 | } |
| 2624 | |
| 2625 | /* Work out how many page cache pages we can reclaim in this reclaim_mode */ |
| 2626 | static long zone_pagecache_reclaimable(struct zone *zone) |
| 2627 | { |
| 2628 | long nr_pagecache_reclaimable; |
| 2629 | long delta = 0; |
| 2630 | |
| 2631 | /* |
| 2632 | * If RECLAIM_SWAP is set, then all file pages are considered |
| 2633 | * potentially reclaimable. Otherwise, we have to worry about |
| 2634 | * pages like swapcache and zone_unmapped_file_pages() provides |
| 2635 | * a better estimate |
| 2636 | */ |
| 2637 | if (zone_reclaim_mode & RECLAIM_SWAP) |
| 2638 | nr_pagecache_reclaimable = zone_page_state(zone, NR_FILE_PAGES); |
| 2639 | else |
| 2640 | nr_pagecache_reclaimable = zone_unmapped_file_pages(zone); |
| 2641 | |
| 2642 | /* If we can't clean pages, remove dirty pages from consideration */ |
| 2643 | if (!(zone_reclaim_mode & RECLAIM_WRITE)) |
| 2644 | delta += zone_page_state(zone, NR_FILE_DIRTY); |
| 2645 | |
| 2646 | /* Watch for any possible underflows due to delta */ |
| 2647 | if (unlikely(delta > nr_pagecache_reclaimable)) |
| 2648 | delta = nr_pagecache_reclaimable; |
| 2649 | |
| 2650 | return nr_pagecache_reclaimable - delta; |
| 2651 | } |
| 2652 | |
Christoph Lameter | 0ff3849 | 2006-09-25 23:31:52 -0700 | [diff] [blame] | 2653 | /* |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2654 | * Try to free up some pages from this zone through reclaim. |
| 2655 | */ |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2656 | static int __zone_reclaim(struct zone *zone, gfp_t gfp_mask, unsigned int order) |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2657 | { |
Christoph Lameter | 7fb2d46 | 2006-03-22 00:08:22 -0800 | [diff] [blame] | 2658 | /* Minimum pages needed in order to stay on node */ |
Andrew Morton | 69e0594 | 2006-03-22 00:08:19 -0800 | [diff] [blame] | 2659 | const unsigned long nr_pages = 1 << order; |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2660 | struct task_struct *p = current; |
| 2661 | struct reclaim_state reclaim_state; |
Christoph Lameter | 8695949 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2662 | int priority; |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2663 | struct scan_control sc = { |
| 2664 | .may_writepage = !!(zone_reclaim_mode & RECLAIM_WRITE), |
Johannes Weiner | a6dc60f8 | 2009-03-31 15:19:30 -0700 | [diff] [blame] | 2665 | .may_unmap = !!(zone_reclaim_mode & RECLAIM_SWAP), |
KOSAKI Motohiro | 2e2e425 | 2009-04-21 12:24:57 -0700 | [diff] [blame] | 2666 | .may_swap = 1, |
KOSAKI Motohiro | 22fba33 | 2009-12-14 17:59:10 -0800 | [diff] [blame] | 2667 | .nr_to_reclaim = max_t(unsigned long, nr_pages, |
| 2668 | SWAP_CLUSTER_MAX), |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2669 | .gfp_mask = gfp_mask, |
Rafael J. Wysocki | d6277db | 2006-06-23 02:03:18 -0700 | [diff] [blame] | 2670 | .swappiness = vm_swappiness, |
Johannes Weiner | bd2f619 | 2009-03-31 15:19:38 -0700 | [diff] [blame] | 2671 | .order = order, |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2672 | }; |
KOSAKI Motohiro | 1574804 | 2010-08-09 17:19:50 -0700 | [diff] [blame] | 2673 | unsigned long nr_slab_pages0, nr_slab_pages1; |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2674 | |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2675 | cond_resched(); |
Christoph Lameter | d4f7796 | 2006-02-24 13:04:22 -0800 | [diff] [blame] | 2676 | /* |
| 2677 | * We need to be able to allocate from the reserves for RECLAIM_SWAP |
| 2678 | * and we also need to be able to write out pages for RECLAIM_WRITE |
| 2679 | * and RECLAIM_SWAP. |
| 2680 | */ |
| 2681 | p->flags |= PF_MEMALLOC | PF_SWAPWRITE; |
KOSAKI Motohiro | 76ca542 | 2010-03-05 13:41:47 -0800 | [diff] [blame] | 2682 | lockdep_set_current_reclaim_state(gfp_mask); |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2683 | reclaim_state.reclaimed_slab = 0; |
| 2684 | p->reclaim_state = &reclaim_state; |
Christoph Lameter | c84db23 | 2006-02-01 03:05:29 -0800 | [diff] [blame] | 2685 | |
Mel Gorman | 90afa5d | 2009-06-16 15:33:20 -0700 | [diff] [blame] | 2686 | if (zone_pagecache_reclaimable(zone) > zone->min_unmapped_pages) { |
Christoph Lameter | 0ff3849 | 2006-09-25 23:31:52 -0700 | [diff] [blame] | 2687 | /* |
| 2688 | * Free memory by calling shrink zone with increasing |
| 2689 | * priorities until we have enough memory freed. |
| 2690 | */ |
| 2691 | priority = ZONE_RECLAIM_PRIORITY; |
| 2692 | do { |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2693 | shrink_zone(priority, zone, &sc); |
Christoph Lameter | 0ff3849 | 2006-09-25 23:31:52 -0700 | [diff] [blame] | 2694 | priority--; |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2695 | } while (priority >= 0 && sc.nr_reclaimed < nr_pages); |
Christoph Lameter | 0ff3849 | 2006-09-25 23:31:52 -0700 | [diff] [blame] | 2696 | } |
Christoph Lameter | c84db23 | 2006-02-01 03:05:29 -0800 | [diff] [blame] | 2697 | |
KOSAKI Motohiro | 1574804 | 2010-08-09 17:19:50 -0700 | [diff] [blame] | 2698 | nr_slab_pages0 = zone_page_state(zone, NR_SLAB_RECLAIMABLE); |
| 2699 | if (nr_slab_pages0 > zone->min_slab_pages) { |
Christoph Lameter | 2a16e3f | 2006-02-01 03:05:35 -0800 | [diff] [blame] | 2700 | /* |
Christoph Lameter | 7fb2d46 | 2006-03-22 00:08:22 -0800 | [diff] [blame] | 2701 | * shrink_slab() does not currently allow us to determine how |
Christoph Lameter | 0ff3849 | 2006-09-25 23:31:52 -0700 | [diff] [blame] | 2702 | * many pages were freed in this zone. So we take the current |
| 2703 | * number of slab pages and shake the slab until it is reduced |
| 2704 | * by the same nr_pages that we used for reclaiming unmapped |
| 2705 | * pages. |
Christoph Lameter | 2a16e3f | 2006-02-01 03:05:35 -0800 | [diff] [blame] | 2706 | * |
Christoph Lameter | 0ff3849 | 2006-09-25 23:31:52 -0700 | [diff] [blame] | 2707 | * Note that shrink_slab will free memory on all zones and may |
| 2708 | * take a long time. |
Christoph Lameter | 2a16e3f | 2006-02-01 03:05:35 -0800 | [diff] [blame] | 2709 | */ |
KOSAKI Motohiro | 4dc4b3d | 2010-08-09 17:19:54 -0700 | [diff] [blame] | 2710 | for (;;) { |
| 2711 | unsigned long lru_pages = zone_reclaimable_pages(zone); |
| 2712 | |
| 2713 | /* No reclaimable slab or very low memory pressure */ |
| 2714 | if (!shrink_slab(sc.nr_scanned, gfp_mask, lru_pages)) |
| 2715 | break; |
| 2716 | |
| 2717 | /* Freed enough memory */ |
| 2718 | nr_slab_pages1 = zone_page_state(zone, |
| 2719 | NR_SLAB_RECLAIMABLE); |
| 2720 | if (nr_slab_pages1 + nr_pages <= nr_slab_pages0) |
| 2721 | break; |
| 2722 | } |
Christoph Lameter | 83e33a4 | 2006-09-25 23:31:53 -0700 | [diff] [blame] | 2723 | |
| 2724 | /* |
| 2725 | * Update nr_reclaimed by the number of slab pages we |
| 2726 | * reclaimed from this zone. |
| 2727 | */ |
KOSAKI Motohiro | 1574804 | 2010-08-09 17:19:50 -0700 | [diff] [blame] | 2728 | nr_slab_pages1 = zone_page_state(zone, NR_SLAB_RECLAIMABLE); |
| 2729 | if (nr_slab_pages1 < nr_slab_pages0) |
| 2730 | sc.nr_reclaimed += nr_slab_pages0 - nr_slab_pages1; |
Christoph Lameter | 2a16e3f | 2006-02-01 03:05:35 -0800 | [diff] [blame] | 2731 | } |
| 2732 | |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2733 | p->reclaim_state = NULL; |
Christoph Lameter | d4f7796 | 2006-02-24 13:04:22 -0800 | [diff] [blame] | 2734 | current->flags &= ~(PF_MEMALLOC | PF_SWAPWRITE); |
KOSAKI Motohiro | 76ca542 | 2010-03-05 13:41:47 -0800 | [diff] [blame] | 2735 | lockdep_clear_current_reclaim_state(); |
Rik van Riel | a79311c | 2009-01-06 14:40:01 -0800 | [diff] [blame] | 2736 | return sc.nr_reclaimed >= nr_pages; |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2737 | } |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2738 | |
| 2739 | int zone_reclaim(struct zone *zone, gfp_t gfp_mask, unsigned int order) |
| 2740 | { |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2741 | int node_id; |
David Rientjes | d773ed6 | 2007-10-16 23:26:01 -0700 | [diff] [blame] | 2742 | int ret; |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2743 | |
| 2744 | /* |
Christoph Lameter | 0ff3849 | 2006-09-25 23:31:52 -0700 | [diff] [blame] | 2745 | * Zone reclaim reclaims unmapped file backed pages and |
| 2746 | * slab pages if we are over the defined limits. |
Christoph Lameter | 34aa133 | 2006-06-30 01:55:37 -0700 | [diff] [blame] | 2747 | * |
Christoph Lameter | 9614634 | 2006-07-03 00:24:13 -0700 | [diff] [blame] | 2748 | * A small portion of unmapped file backed pages is needed for |
| 2749 | * file I/O otherwise pages read by file I/O will be immediately |
| 2750 | * thrown out if the zone is overallocated. So we do not reclaim |
| 2751 | * if less than a specified percentage of the zone is used by |
| 2752 | * unmapped file backed pages. |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2753 | */ |
Mel Gorman | 90afa5d | 2009-06-16 15:33:20 -0700 | [diff] [blame] | 2754 | if (zone_pagecache_reclaimable(zone) <= zone->min_unmapped_pages && |
| 2755 | zone_page_state(zone, NR_SLAB_RECLAIMABLE) <= zone->min_slab_pages) |
Mel Gorman | fa5e084 | 2009-06-16 15:33:22 -0700 | [diff] [blame] | 2756 | return ZONE_RECLAIM_FULL; |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2757 | |
KOSAKI Motohiro | 93e4a89a | 2010-03-05 13:41:55 -0800 | [diff] [blame] | 2758 | if (zone->all_unreclaimable) |
Mel Gorman | fa5e084 | 2009-06-16 15:33:22 -0700 | [diff] [blame] | 2759 | return ZONE_RECLAIM_FULL; |
David Rientjes | d773ed6 | 2007-10-16 23:26:01 -0700 | [diff] [blame] | 2760 | |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2761 | /* |
David Rientjes | d773ed6 | 2007-10-16 23:26:01 -0700 | [diff] [blame] | 2762 | * Do not scan if the allocation should not be delayed. |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2763 | */ |
David Rientjes | d773ed6 | 2007-10-16 23:26:01 -0700 | [diff] [blame] | 2764 | if (!(gfp_mask & __GFP_WAIT) || (current->flags & PF_MEMALLOC)) |
Mel Gorman | fa5e084 | 2009-06-16 15:33:22 -0700 | [diff] [blame] | 2765 | return ZONE_RECLAIM_NOSCAN; |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2766 | |
| 2767 | /* |
| 2768 | * Only run zone reclaim on the local zone or on zones that do not |
| 2769 | * have associated processors. This will favor the local processor |
| 2770 | * over remote processors and spread off node memory allocations |
| 2771 | * as wide as possible. |
| 2772 | */ |
Christoph Lameter | 89fa302 | 2006-09-25 23:31:55 -0700 | [diff] [blame] | 2773 | node_id = zone_to_nid(zone); |
Christoph Lameter | 37c0708 | 2007-10-16 01:25:36 -0700 | [diff] [blame] | 2774 | if (node_state(node_id, N_CPU) && node_id != numa_node_id()) |
Mel Gorman | fa5e084 | 2009-06-16 15:33:22 -0700 | [diff] [blame] | 2775 | return ZONE_RECLAIM_NOSCAN; |
David Rientjes | d773ed6 | 2007-10-16 23:26:01 -0700 | [diff] [blame] | 2776 | |
| 2777 | if (zone_test_and_set_flag(zone, ZONE_RECLAIM_LOCKED)) |
Mel Gorman | fa5e084 | 2009-06-16 15:33:22 -0700 | [diff] [blame] | 2778 | return ZONE_RECLAIM_NOSCAN; |
| 2779 | |
David Rientjes | d773ed6 | 2007-10-16 23:26:01 -0700 | [diff] [blame] | 2780 | ret = __zone_reclaim(zone, gfp_mask, order); |
| 2781 | zone_clear_flag(zone, ZONE_RECLAIM_LOCKED); |
| 2782 | |
Mel Gorman | 24cf72518 | 2009-06-16 15:33:23 -0700 | [diff] [blame] | 2783 | if (!ret) |
| 2784 | count_vm_event(PGSCAN_ZONE_RECLAIM_FAILED); |
| 2785 | |
David Rientjes | d773ed6 | 2007-10-16 23:26:01 -0700 | [diff] [blame] | 2786 | return ret; |
Andrew Morton | 179e963 | 2006-03-22 00:08:18 -0800 | [diff] [blame] | 2787 | } |
Christoph Lameter | 9eeff23 | 2006-01-18 17:42:31 -0800 | [diff] [blame] | 2788 | #endif |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 2789 | |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 2790 | /* |
| 2791 | * page_evictable - test whether a page is evictable |
| 2792 | * @page: the page to test |
| 2793 | * @vma: the VMA in which the page is or will be mapped, may be NULL |
| 2794 | * |
| 2795 | * Test whether page is evictable--i.e., should be placed on active/inactive |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 2796 | * lists vs unevictable list. The vma argument is !NULL when called from the |
| 2797 | * fault path to determine how to instantate a new page. |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 2798 | * |
| 2799 | * Reasons page might not be evictable: |
Lee Schermerhorn | ba9ddf4 | 2008-10-18 20:26:42 -0700 | [diff] [blame] | 2800 | * (1) page's mapping marked unevictable |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 2801 | * (2) page is part of an mlocked VMA |
Lee Schermerhorn | ba9ddf4 | 2008-10-18 20:26:42 -0700 | [diff] [blame] | 2802 | * |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 2803 | */ |
| 2804 | int page_evictable(struct page *page, struct vm_area_struct *vma) |
| 2805 | { |
| 2806 | |
Lee Schermerhorn | ba9ddf4 | 2008-10-18 20:26:42 -0700 | [diff] [blame] | 2807 | if (mapping_unevictable(page_mapping(page))) |
| 2808 | return 0; |
| 2809 | |
Nick Piggin | b291f00 | 2008-10-18 20:26:44 -0700 | [diff] [blame] | 2810 | if (PageMlocked(page) || (vma && is_mlocked_vma(vma, page))) |
| 2811 | return 0; |
Lee Schermerhorn | 894bc31 | 2008-10-18 20:26:39 -0700 | [diff] [blame] | 2812 | |
| 2813 | return 1; |
| 2814 | } |
Lee Schermerhorn | 89e004ea | 2008-10-18 20:26:43 -0700 | [diff] [blame] | 2815 | |
| 2816 | /** |
| 2817 | * check_move_unevictable_page - check page for evictability and move to appropriate zone lru list |
| 2818 | * @page: page to check evictability and move to appropriate lru list |
| 2819 | * @zone: zone page is in |
| 2820 | * |
| 2821 | * Checks a page for evictability and moves the page to the appropriate |
| 2822 | * zone lru list. |
| 2823 | * |
| 2824 | * Restrictions: zone->lru_lock must be held, page must be on LRU and must |
| 2825 | * have PageUnevictable set. |
| 2826 | */ |
| 2827 | static void check_move_unevictable_page(struct page *page, struct zone *zone) |
| 2828 | { |
| 2829 | VM_BUG_ON(PageActive(page)); |
| 2830 | |
| 2831 | retry: |
| 2832 | ClearPageUnevictable(page); |
| 2833 | if (page_evictable(page, NULL)) { |
Johannes Weiner | 401a8e1 | 2009-09-21 17:02:58 -0700 | [diff] [blame] | 2834 | enum lru_list l = page_lru_base_type(page); |
Lee Schermerhorn | af936a1 | 2008-10-18 20:26:53 -0700 | [diff] [blame] | 2835 | |
Lee Schermerhorn | 89e004ea | 2008-10-18 20:26:43 -0700 | [diff] [blame] | 2836 | __dec_zone_state(zone, NR_UNEVICTABLE); |
| 2837 | list_move(&page->lru, &zone->lru[l].list); |
KAMEZAWA Hiroyuki | 08e552c | 2009-01-07 18:08:01 -0800 | [diff] [blame] | 2838 | mem_cgroup_move_lists(page, LRU_UNEVICTABLE, l); |
Lee Schermerhorn | 89e004ea | 2008-10-18 20:26:43 -0700 | [diff] [blame] | 2839 | __inc_zone_state(zone, NR_INACTIVE_ANON + l); |
| 2840 | __count_vm_event(UNEVICTABLE_PGRESCUED); |
| 2841 | } else { |
| 2842 | /* |
| 2843 | * rotate unevictable list |
| 2844 | */ |
| 2845 | SetPageUnevictable(page); |
| 2846 | list_move(&page->lru, &zone->lru[LRU_UNEVICTABLE].list); |
KAMEZAWA Hiroyuki | 08e552c | 2009-01-07 18:08:01 -0800 | [diff] [blame] | 2847 | mem_cgroup_rotate_lru_list(page, LRU_UNEVICTABLE); |
Lee Schermerhorn | 89e004ea | 2008-10-18 20:26:43 -0700 | [diff] [blame] | 2848 | if (page_evictable(page, NULL)) |
| 2849 | goto retry; |
| 2850 | } |
| 2851 | } |
| 2852 | |
| 2853 | /** |
| 2854 | * scan_mapping_unevictable_pages - scan an address space for evictable pages |
| 2855 | * @mapping: struct address_space to scan for evictable pages |
| 2856 | * |
| 2857 | * Scan all pages in mapping. Check unevictable pages for |
| 2858 | * evictability and move them to the appropriate zone lru list. |
| 2859 | */ |
| 2860 | void scan_mapping_unevictable_pages(struct address_space *mapping) |
| 2861 | { |
| 2862 | pgoff_t next = 0; |
| 2863 | pgoff_t end = (i_size_read(mapping->host) + PAGE_CACHE_SIZE - 1) >> |
| 2864 | PAGE_CACHE_SHIFT; |
| 2865 | struct zone *zone; |
| 2866 | struct pagevec pvec; |
| 2867 | |
| 2868 | if (mapping->nrpages == 0) |
| 2869 | return; |
| 2870 | |
| 2871 | pagevec_init(&pvec, 0); |
| 2872 | while (next < end && |
| 2873 | pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { |
| 2874 | int i; |
| 2875 | int pg_scanned = 0; |
| 2876 | |
| 2877 | zone = NULL; |
| 2878 | |
| 2879 | for (i = 0; i < pagevec_count(&pvec); i++) { |
| 2880 | struct page *page = pvec.pages[i]; |
| 2881 | pgoff_t page_index = page->index; |
| 2882 | struct zone *pagezone = page_zone(page); |
| 2883 | |
| 2884 | pg_scanned++; |
| 2885 | if (page_index > next) |
| 2886 | next = page_index; |
| 2887 | next++; |
| 2888 | |
| 2889 | if (pagezone != zone) { |
| 2890 | if (zone) |
| 2891 | spin_unlock_irq(&zone->lru_lock); |
| 2892 | zone = pagezone; |
| 2893 | spin_lock_irq(&zone->lru_lock); |
| 2894 | } |
| 2895 | |
| 2896 | if (PageLRU(page) && PageUnevictable(page)) |
| 2897 | check_move_unevictable_page(page, zone); |
| 2898 | } |
| 2899 | if (zone) |
| 2900 | spin_unlock_irq(&zone->lru_lock); |
| 2901 | pagevec_release(&pvec); |
| 2902 | |
| 2903 | count_vm_events(UNEVICTABLE_PGSCANNED, pg_scanned); |
| 2904 | } |
| 2905 | |
| 2906 | } |
Lee Schermerhorn | af936a1 | 2008-10-18 20:26:53 -0700 | [diff] [blame] | 2907 | |
| 2908 | /** |
| 2909 | * scan_zone_unevictable_pages - check unevictable list for evictable pages |
| 2910 | * @zone - zone of which to scan the unevictable list |
| 2911 | * |
| 2912 | * Scan @zone's unevictable LRU lists to check for pages that have become |
| 2913 | * evictable. Move those that have to @zone's inactive list where they |
| 2914 | * become candidates for reclaim, unless shrink_inactive_zone() decides |
| 2915 | * to reactivate them. Pages that are still unevictable are rotated |
| 2916 | * back onto @zone's unevictable list. |
| 2917 | */ |
| 2918 | #define SCAN_UNEVICTABLE_BATCH_SIZE 16UL /* arbitrary lock hold batch size */ |
KOSAKI Motohiro | 14b90b2 | 2009-01-06 14:39:45 -0800 | [diff] [blame] | 2919 | static void scan_zone_unevictable_pages(struct zone *zone) |
Lee Schermerhorn | af936a1 | 2008-10-18 20:26:53 -0700 | [diff] [blame] | 2920 | { |
| 2921 | struct list_head *l_unevictable = &zone->lru[LRU_UNEVICTABLE].list; |
| 2922 | unsigned long scan; |
| 2923 | unsigned long nr_to_scan = zone_page_state(zone, NR_UNEVICTABLE); |
| 2924 | |
| 2925 | while (nr_to_scan > 0) { |
| 2926 | unsigned long batch_size = min(nr_to_scan, |
| 2927 | SCAN_UNEVICTABLE_BATCH_SIZE); |
| 2928 | |
| 2929 | spin_lock_irq(&zone->lru_lock); |
| 2930 | for (scan = 0; scan < batch_size; scan++) { |
| 2931 | struct page *page = lru_to_page(l_unevictable); |
| 2932 | |
| 2933 | if (!trylock_page(page)) |
| 2934 | continue; |
| 2935 | |
| 2936 | prefetchw_prev_lru_page(page, l_unevictable, flags); |
| 2937 | |
| 2938 | if (likely(PageLRU(page) && PageUnevictable(page))) |
| 2939 | check_move_unevictable_page(page, zone); |
| 2940 | |
| 2941 | unlock_page(page); |
| 2942 | } |
| 2943 | spin_unlock_irq(&zone->lru_lock); |
| 2944 | |
| 2945 | nr_to_scan -= batch_size; |
| 2946 | } |
| 2947 | } |
| 2948 | |
| 2949 | |
| 2950 | /** |
| 2951 | * scan_all_zones_unevictable_pages - scan all unevictable lists for evictable pages |
| 2952 | * |
| 2953 | * A really big hammer: scan all zones' unevictable LRU lists to check for |
| 2954 | * pages that have become evictable. Move those back to the zones' |
| 2955 | * inactive list where they become candidates for reclaim. |
| 2956 | * This occurs when, e.g., we have unswappable pages on the unevictable lists, |
| 2957 | * and we add swap to the system. As such, it runs in the context of a task |
| 2958 | * that has possibly/probably made some previously unevictable pages |
| 2959 | * evictable. |
| 2960 | */ |
KOSAKI Motohiro | ff30153 | 2009-01-06 14:39:44 -0800 | [diff] [blame] | 2961 | static void scan_all_zones_unevictable_pages(void) |
Lee Schermerhorn | af936a1 | 2008-10-18 20:26:53 -0700 | [diff] [blame] | 2962 | { |
| 2963 | struct zone *zone; |
| 2964 | |
| 2965 | for_each_zone(zone) { |
| 2966 | scan_zone_unevictable_pages(zone); |
| 2967 | } |
| 2968 | } |
| 2969 | |
| 2970 | /* |
| 2971 | * scan_unevictable_pages [vm] sysctl handler. On demand re-scan of |
| 2972 | * all nodes' unevictable lists for evictable pages |
| 2973 | */ |
| 2974 | unsigned long scan_unevictable_pages; |
| 2975 | |
| 2976 | int scan_unevictable_handler(struct ctl_table *table, int write, |
Alexey Dobriyan | 8d65af7 | 2009-09-23 15:57:19 -0700 | [diff] [blame] | 2977 | void __user *buffer, |
Lee Schermerhorn | af936a1 | 2008-10-18 20:26:53 -0700 | [diff] [blame] | 2978 | size_t *length, loff_t *ppos) |
| 2979 | { |
Alexey Dobriyan | 8d65af7 | 2009-09-23 15:57:19 -0700 | [diff] [blame] | 2980 | proc_doulongvec_minmax(table, write, buffer, length, ppos); |
Lee Schermerhorn | af936a1 | 2008-10-18 20:26:53 -0700 | [diff] [blame] | 2981 | |
| 2982 | if (write && *(unsigned long *)table->data) |
| 2983 | scan_all_zones_unevictable_pages(); |
| 2984 | |
| 2985 | scan_unevictable_pages = 0; |
| 2986 | return 0; |
| 2987 | } |
| 2988 | |
Thadeu Lima de Souza Cascardo | e4455ab | 2010-10-26 14:21:28 -0700 | [diff] [blame^] | 2989 | #ifdef CONFIG_NUMA |
Lee Schermerhorn | af936a1 | 2008-10-18 20:26:53 -0700 | [diff] [blame] | 2990 | /* |
| 2991 | * per node 'scan_unevictable_pages' attribute. On demand re-scan of |
| 2992 | * a specified node's per zone unevictable lists for evictable pages. |
| 2993 | */ |
| 2994 | |
| 2995 | static ssize_t read_scan_unevictable_node(struct sys_device *dev, |
| 2996 | struct sysdev_attribute *attr, |
| 2997 | char *buf) |
| 2998 | { |
| 2999 | return sprintf(buf, "0\n"); /* always zero; should fit... */ |
| 3000 | } |
| 3001 | |
| 3002 | static ssize_t write_scan_unevictable_node(struct sys_device *dev, |
| 3003 | struct sysdev_attribute *attr, |
| 3004 | const char *buf, size_t count) |
| 3005 | { |
| 3006 | struct zone *node_zones = NODE_DATA(dev->id)->node_zones; |
| 3007 | struct zone *zone; |
| 3008 | unsigned long res; |
| 3009 | unsigned long req = strict_strtoul(buf, 10, &res); |
| 3010 | |
| 3011 | if (!req) |
| 3012 | return 1; /* zero is no-op */ |
| 3013 | |
| 3014 | for (zone = node_zones; zone - node_zones < MAX_NR_ZONES; ++zone) { |
| 3015 | if (!populated_zone(zone)) |
| 3016 | continue; |
| 3017 | scan_zone_unevictable_pages(zone); |
| 3018 | } |
| 3019 | return 1; |
| 3020 | } |
| 3021 | |
| 3022 | |
| 3023 | static SYSDEV_ATTR(scan_unevictable_pages, S_IRUGO | S_IWUSR, |
| 3024 | read_scan_unevictable_node, |
| 3025 | write_scan_unevictable_node); |
| 3026 | |
| 3027 | int scan_unevictable_register_node(struct node *node) |
| 3028 | { |
| 3029 | return sysdev_create_file(&node->sysdev, &attr_scan_unevictable_pages); |
| 3030 | } |
| 3031 | |
| 3032 | void scan_unevictable_unregister_node(struct node *node) |
| 3033 | { |
| 3034 | sysdev_remove_file(&node->sysdev, &attr_scan_unevictable_pages); |
| 3035 | } |
Thadeu Lima de Souza Cascardo | e4455ab | 2010-10-26 14:21:28 -0700 | [diff] [blame^] | 3036 | #endif |