Searched defs:lb_env (Results 1 – 1 of 1) sorted by relevance
10391 struct lb_env { struct10392 struct sched_domain *sd;10394 struct rq *src_rq;10395 int src_cpu;10397 int dst_cpu;10398 struct rq *dst_rq;10422 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot() argument