Searched defs:lb_env (Results 1 – 1 of 1) sorted by relevance
7162 struct lb_env { struct7163 struct sched_domain *sd;7165 struct rq *src_rq;7166 int src_cpu;7168 int dst_cpu;7169 struct rq *dst_rq;7193 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot() argument