aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Morton <[email protected]>2006-03-22 00:08:21 -0800
committerLinus Torvalds <[email protected]>2006-03-22 07:54:00 -0800
commit1742f19fa920cdd6905f0db5898524dde22ab2a4 (patch)
tree90a490795f29f96e89503ead5affb4c8f99e5e75 /scripts
parent05ff51376f01fd8837946a4f8144a84f6cc71c19 (diff)
[PATCH] vmscan: rename functions
We have: try_to_free_pages ->shrink_caches(struct zone **zones, ..) ->shrink_zone(struct zone *, ...) ->shrink_cache(struct zone *, ...) ->shrink_list(struct list_head *, ...) ->refill_inactive_list((struct zone *, ...) which is fairly irrational. Rename things so that we have try_to_free_pages ->shrink_zones(struct zone **zones, ..) ->shrink_zone(struct zone *, ...) ->shrink_inactive_list(struct zone *, ...) ->shrink_page_list(struct list_head *, ...) ->shrink_active_list(struct zone *, ...) Cc: Nick Piggin <[email protected]> Cc: Christoph Lameter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions