Re: [PATCH] Move memory controller allocations to their own slabs (v3)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andy Whitcroft
Date: Monday, March 17, 2008 - 4:25 am

On Fri, Mar 14, 2008 at 11:56:45AM +0900, KAMEZAWA Hiroyuki wrote:

Yes, MOVABLE is for things which are very easily moved out, whether that
is migrated to another page, or paged out to swap, or trivially freed as
it can be re-read from somewhere such as text from a binary; generally
this is things on the LRU.

RECLAIMABLE, is things which are harder to get rid of, but for which
there is some hope of evicting their contents; as you say things like
those slab caches with shrinkers.


That sounds correct to me.


-apw
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Move memory controller allocations to their ow ..., KAMEZAWA Hiroyuki, (Thu Mar 13, 7:56 pm)
Re: [PATCH] Move memory controller allocations to their ow ..., Andy Whitcroft, (Mon Mar 17, 4:25 am)