Searched defs:task_numa_env (Results 1 – 1 of 1) sorted by relevance
2062 struct task_numa_env { struct2063 struct task_struct *p;2065 int src_cpu, src_nid;2066 int dst_cpu, dst_nid;2067 int imb_numa_nr;2069 struct numa_stats src_stats, dst_stats;2071 int imbalance_pct;2072 int dist;2074 struct task_struct *best_task;2075 long best_imp;[all …]