Searched defs:lb_env (Results 1 – 1 of 1) sorted by relevance
7096 struct lb_env { struct7097 struct sched_domain *sd;7099 struct rq *src_rq;7100 int src_cpu;7102 int dst_cpu;7126 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot() argument