Searched defs:lb_env (Results 1 – 1 of 1) sorted by relevance
8072 struct lb_env { struct8073 struct sched_domain *sd;8075 struct rq *src_rq;8076 int src_cpu;8078 int dst_cpu;8102 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot() argument