Searched defs:this_rq (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/sched/ |
A D | loadavg.c | 79 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() 266 struct rq *this_rq = this_rq(); in calc_load_nohz_stop() local 386 void calc_global_load_tick(struct rq *this_rq) in calc_global_load_tick()
|
A D | fair.c | 6242 struct rq *this_rq = this_rq(); in select_idle_cpu() local 9845 static int load_balance(int this_cpu, struct rq *this_rq, in load_balance() 10672 static void _nohz_idle_balance(struct rq *this_rq, unsigned int flags, in _nohz_idle_balance() 10776 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 10811 static void nohz_newidle_balance(struct rq *this_rq) in nohz_newidle_balance() 10841 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 10846 static inline void nohz_newidle_balance(struct rq *this_rq) { } in nohz_newidle_balance() 10858 static int newidle_balance(struct rq *this_rq, struct rq_flags *rf) in newidle_balance() 10986 struct rq *this_rq = this_rq(); in run_rebalance_domains() local
|
A D | sched.h | 1366 #define this_rq() this_cpu_ptr(&runqueues) macro 2516 static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest) in _double_lock_balance() 2535 static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest) in _double_lock_balance() 2562 static inline int double_lock_balance(struct rq *this_rq, struct rq *busiest) in double_lock_balance() 2569 static inline void double_unlock_balance(struct rq *this_rq, struct rq *busiest) in double_unlock_balance()
|
A D | rt.c | 432 static inline void pull_rt_task(struct rq *this_rq) in pull_rt_task() 2290 static void pull_rt_task(struct rq *this_rq) in pull_rt_task()
|
A D | deadline.c | 2320 static void pull_dl_task(struct rq *this_rq) in pull_dl_task()
|
Completed in 40 milliseconds