Searched defs:task_numa_env (Results 1 – 1 of 1) sorted by relevance
1974 struct task_numa_env { struct1975 struct task_struct *p;1977 int src_cpu, src_nid;1978 int dst_cpu, dst_nid;1979 int imb_numa_nr;1981 struct numa_stats src_stats, dst_stats;1983 int imbalance_pct;1984 int dist;1986 struct task_struct *best_task;1987 long best_imp;[all …]