Lines Matching refs:rq
79 long calc_load_fold_active(struct rq *this_rq) in calc_load_fold_active()
182 struct rq *this_rq = this_rq(); in calc_load_enter_idle()
198 struct rq *this_rq = this_rq(); in calc_load_exit_idle()
379 static void calc_load_account_active(struct rq *this_rq) in calc_load_account_active()
469 static void __update_cpu_load(struct rq *this_rq, unsigned long this_load, in __update_cpu_load()
501 static inline unsigned long get_rq_runnable_load(struct rq *rq) in get_rq_runnable_load() argument
503 return rq->cfs.runnable_load_avg; in get_rq_runnable_load()
506 static inline unsigned long get_rq_runnable_load(struct rq *rq) in get_rq_runnable_load() argument
508 return rq->load.weight; in get_rq_runnable_load()
530 void update_idle_cpu_load(struct rq *this_rq) in update_idle_cpu_load()
553 struct rq *this_rq = this_rq(); in update_cpu_load_nohz()
577 void update_cpu_load_active(struct rq *this_rq) in update_cpu_load_active()