Searched hist:"5606 e3877ad8baea42f3a71ebde0a03622bbb551" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | mempolicy.h | diff 5606e3877ad8baea42f3a71ebde0a03622bbb551 Fri Nov 02 13:19:13 CDT 2012 Mel Gorman <mgorman@suse.de> mm: numa: Migrate on reference policy
This is the simplest possible policy that still does something of note. When a pte_numa is faulted, it is moved immediately. Any replacement policy must at least do better than this and in all likelihood this policy regresses normal workloads.
Signed-off-by: Mel Gorman <mgorman@suse.de> Acked-by: Rik van Riel <riel@redhat.com>
|
/openbmc/linux/mm/ |
H A D | mempolicy.c | diff 5606e3877ad8baea42f3a71ebde0a03622bbb551 Fri Nov 02 13:19:13 CDT 2012 Mel Gorman <mgorman@suse.de> mm: numa: Migrate on reference policy
This is the simplest possible policy that still does something of note. When a pte_numa is faulted, it is moved immediately. Any replacement policy must at least do better than this and in all likelihood this policy regresses normal workloads.
Signed-off-by: Mel Gorman <mgorman@suse.de> Acked-by: Rik van Riel <riel@redhat.com>
|