Searched defs:this_rq (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/kernel/sched/ |
D | loadavg.c | 79 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() 236 struct rq *this_rq = this_rq(); in calc_load_nohz_start() local 253 struct rq *this_rq = this_rq(); in calc_load_nohz_stop() local 373 void calc_global_load_tick(struct rq *this_rq) in calc_global_load_tick()
|
D | sched.h | 1046 #define this_rq() this_cpu_ptr(&runqueues) macro 1468 static inline int newidle_balance(struct rq *this_rq, struct rq_flags *rf) { return 0; } in newidle_balance() 2001 static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest) in _double_lock_balance() 2020 static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest) in _double_lock_balance() 2046 static inline int double_lock_balance(struct rq *this_rq, struct rq *busiest) in double_lock_balance() 2057 static inline void double_unlock_balance(struct rq *this_rq, struct rq *busiest) in double_unlock_balance()
|
D | fair.c | 8791 static int load_balance(int this_cpu, struct rq *this_rq, in load_balance() 9586 static bool _nohz_idle_balance(struct rq *this_rq, unsigned int flags, in _nohz_idle_balance() 9691 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 9714 static void nohz_newidle_balance(struct rq *this_rq) in nohz_newidle_balance() 9749 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 9754 static inline void nohz_newidle_balance(struct rq *this_rq) { } in nohz_newidle_balance() 9761 int newidle_balance(struct rq *this_rq, struct rq_flags *rf) in newidle_balance() 9881 struct rq *this_rq = this_rq(); in run_rebalance_domains() local
|
D | rt.c | 423 static inline void pull_rt_task(struct rq *this_rq) in pull_rt_task() 2046 static void pull_rt_task(struct rq *this_rq) in pull_rt_task()
|
D | deadline.c | 2131 static void pull_dl_task(struct rq *this_rq) in pull_dl_task()
|