sched/numa: Set the scan rate proportional to the memory usage of the task being...
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / sched.h
index 2ac5285..fdcb4c8 100644 (file)
@@ -1339,6 +1339,7 @@ struct task_struct {
        int numa_scan_seq;
        int numa_migrate_seq;
        unsigned int numa_scan_period;
+       unsigned int numa_scan_period_max;
        u64 node_stamp;                 /* migration stamp  */
        struct callback_head numa_work;
 #endif /* CONFIG_NUMA_BALANCING */