Searched defs:task_numa_env (Results 1 – 1 of 1) sorted by relevance
2861 struct task_numa_env { struct2862 struct task_struct *p;2864 int src_cpu, src_nid;2865 int dst_cpu, dst_nid;2866 int imb_numa_nr;2868 struct numa_stats src_stats, dst_stats;2870 int imbalance_pct;2871 int dist;2873 struct task_struct *best_task;2874 long best_imp;[all …]