Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dloadavg.c80 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active()
267 struct rq *this_rq = this_rq(); in calc_load_nohz_stop() local
387 void calc_global_load_tick(struct rq *this_rq) in calc_global_load_tick()
H A Dext.c1804 static bool consume_remote_task(struct rq *this_rq, struct task_struct *p, in consume_remote_task()
5490 static bool kick_one_cpu(s32 cpu, struct rq *this_rq, unsigned long *ksyncs) in kick_one_cpu()
5535 static void kick_one_cpu_if_idle(s32 cpu, struct rq *this_rq) in kick_one_cpu_if_idle()
5551 struct rq *this_rq = this_rq(); in kick_cpus_irq_workfn() local
5944 struct rq *this_rq, *src_rq, *locked_rq; in scx_dsq_move() local
6413 struct rq *this_rq; in scx_kick_cpu() local
H A Dsched.h1362 #define this_rq() this_cpu_ptr(&runqueues) macro
3117 _double_lock_balance(struct rq * this_rq,struct rq * busiest) _double_lock_balance() argument
3136 _double_lock_balance(struct rq * this_rq,struct rq * busiest) _double_lock_balance() argument
3164 double_lock_balance(struct rq * this_rq,struct rq * busiest) double_lock_balance() argument
3171 double_unlock_balance(struct rq * this_rq,struct rq * busiest) double_unlock_balance() argument
[all...]
H A Dfair.c11794 static int sched_balance_rq(int this_cpu, struct rq *this_rq, in sched_balance_rq()
12655 static void _nohz_idle_balance(struct rq *this_rq, unsigned int flags) in _nohz_idle_balance()
12758 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance()
12804 static void nohz_newidle_balance(struct rq *this_rq) in nohz_newidle_balance()
12827 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance()
12832 static inline void nohz_newidle_balance(struct rq *this_rq) { } in nohz_newidle_balance()
12844 static int sched_balance_newidle(struct rq *this_rq, struct rq_flags *rf) in sched_balance_newidle()
12999 struct rq *this_rq = this_rq(); in sched_balance_softirq() local
H A Drt.c2229 static void pull_rt_task(struct rq *this_rq) in pull_rt_task()
H A Ddeadline.c2968 static void pull_dl_task(struct rq *this_rq) in pull_dl_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()