Searched defs:task_numa_env (Results 1 – 1 of 1) sorted by relevance
2117 struct task_numa_env { struct2118 struct task_struct *p;2120 int src_cpu, src_nid;2121 int dst_cpu, dst_nid;2122 int imb_numa_nr;2124 struct numa_stats src_stats, dst_stats;2126 int imbalance_pct;2127 int dist;2129 struct task_struct *best_task;2130 long best_imp;[all …]