Searched defs:task_numa_env (Results 1 – 1 of 1) sorted by relevance
2048 struct task_numa_env { struct2049 struct task_struct *p;2051 int src_cpu, src_nid;2052 int dst_cpu, dst_nid;2053 int imb_numa_nr;2055 struct numa_stats src_stats, dst_stats;2057 int imbalance_pct;2058 int dist;2060 struct task_struct *best_task;2061 long best_imp;[all …]