Home
last modified time | relevance | path

Searched defs:this_rq (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/sched/
H A Dloadavg.c78 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()
H A Dsched.h1244 #define this_rq() this_cpu_ptr(&runqueues) macro
2709 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()
2756 static inline int double_lock_balance(struct rq *this_rq, struct rq *busiest) in double_lock_balance()
2763 static inline void double_unlock_balance(struct rq *this_rq, struct rq *busiest) in double_unlock_balance()
H A Dfair.c11304 static int sched_balance_rq(int this_cpu, struct rq *this_rq, in sched_balance_rq()
12160 static void _nohz_idle_balance(struct rq *this_rq, unsigned int flags) in _nohz_idle_balance()
12263 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance()
12309 static void nohz_newidle_balance(struct rq *this_rq) in nohz_newidle_balance()
12339 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance()
12344 static inline void nohz_newidle_balance(struct rq *this_rq) { } in nohz_newidle_balance()
12356 static int sched_balance_newidle(struct rq *this_rq, struct rq_flags *rf) in sched_balance_newidle()
12488 struct rq *this_rq = this_rq(); in sched_balance_softirq() local
H A Ddeadline.c2467 static void pull_dl_task(struct rq *this_rq) in pull_dl_task()
H A Drt.c2299 static void pull_rt_task(struct rq *this_rq) in pull_rt_task()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_access_variable_array.c11 int BPF_PROG(fentry_fentry, int this_cpu, struct rq *this_rq, in BPF_PROG()