Searched defs:task_numa_env (Results 1 – 1 of 1) sorted by relevance
1961 struct task_numa_env { struct1962 struct task_struct *p;1964 int src_cpu, src_nid;1965 int dst_cpu, dst_nid;1966 int imb_numa_nr;1968 struct numa_stats src_stats, dst_stats;1970 int imbalance_pct;1971 int dist;1973 struct task_struct *best_task;1974 long best_imp;[all …]