Loading drivers/staging/android/lowmemorykiller.c +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ #include <linux/swap.h> #include <linux/fs.h> #include <linux/cpuset.h> #include <linux/show_mem_notifier.h> #ifdef CONFIG_HIGHMEM #define _ZONE ZONE_HIGHMEM Loading Loading @@ -412,6 +413,7 @@ static int lowmem_shrink(struct shrinker *s, struct shrink_control *sc) if (lowmem_debug_level >= 2 && selected_oom_score_adj == 0) { show_mem(SHOW_MEM_FILTER_NODES); dump_tasks(NULL, NULL); show_mem_call_notifiers(); } lowmem_deathpending_timeout = jiffies + HZ; Loading Loading
drivers/staging/android/lowmemorykiller.c +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ #include <linux/swap.h> #include <linux/fs.h> #include <linux/cpuset.h> #include <linux/show_mem_notifier.h> #ifdef CONFIG_HIGHMEM #define _ZONE ZONE_HIGHMEM Loading Loading @@ -412,6 +413,7 @@ static int lowmem_shrink(struct shrinker *s, struct shrink_control *sc) if (lowmem_debug_level >= 2 && selected_oom_score_adj == 0) { show_mem(SHOW_MEM_FILTER_NODES); dump_tasks(NULL, NULL); show_mem_call_notifiers(); } lowmem_deathpending_timeout = jiffies + HZ; Loading