Searched defs:lb_env (Results 1 – 1 of 1) sorted by relevance
7630 struct lb_env { struct7631 struct sched_domain *sd;7633 struct rq *src_rq;7634 int src_cpu;7636 int dst_cpu;7637 struct rq *dst_rq;7661 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot() argument