Searched defs:this_rq (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/kernel/sched/ |
D | loadavg.c | 78 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() 265 struct rq *this_rq = this_rq(); in calc_load_nohz_stop() local 385 void calc_global_load_tick(struct rq *this_rq) in calc_global_load_tick()
|
D | fair.c | 7256 struct rq *this_rq = this_rq(); in select_idle_cpu() local 11143 static int load_balance(int this_cpu, struct rq *this_rq, in load_balance() 11977 static void _nohz_idle_balance(struct rq *this_rq, unsigned int flags) in _nohz_idle_balance() 12080 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 12115 static void nohz_newidle_balance(struct rq *this_rq) in nohz_newidle_balance() 12145 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 12150 static inline void nohz_newidle_balance(struct rq *this_rq) { } in nohz_newidle_balance() 12162 static int newidle_balance(struct rq *this_rq, struct rq_flags *rf) in newidle_balance() 12290 struct rq *this_rq = this_rq(); in run_rebalance_domains() local
|
D | sched.h | 1210 #define this_rq() this_cpu_ptr(&runqueues) macro 2681 static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest) in _double_lock_balance() 2700 static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest) in _double_lock_balance() 2728 static inline int double_lock_balance(struct rq *this_rq, struct rq *busiest) in double_lock_balance() 2735 static inline void double_unlock_balance(struct rq *this_rq, struct rq *busiest) in double_unlock_balance()
|
D | deadline.c | 2373 static void pull_dl_task(struct rq *this_rq) in pull_dl_task()
|
D | rt.c | 2359 static void pull_rt_task(struct rq *this_rq) in pull_rt_task()
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_access_variable_array.c | 11 int BPF_PROG(fentry_fentry, int this_cpu, struct rq *this_rq, in BPF_PROG()
|