Searched defs:this_rq (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/sched/ |
H A D | loadavg.c | 80 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() argument 267 struct rq *this_rq = this_rq(); in calc_load_nohz_stop() local 387 calc_global_load_tick(struct rq * this_rq) calc_global_load_tick() argument [all...] |
H A D | ext.c | 2711 static bool consume_remote_task(struct rq *this_rq, struct task_struct *p, in consume_remote_task() argument 6114 static bool kick_one_cpu(s32 cpu, struct rq *this_rq, unsigned long *pseqs) in kick_one_cpu() argument 6150 static void kick_one_cpu_if_idle(s32 cpu, struct rq *this_rq) in kick_one_cpu_if_idle() argument 6166 struct rq *this_rq = this_rq(); kick_cpus_irq_workfn() local 6477 struct rq *this_rq, *src_rq, *locked_rq; scx_dsq_move() local 6892 struct rq *this_rq; scx_bpf_kick_cpu() local [all...] |
H A D | sched.h | 1326 #define this_rq() this_cpu_ptr(&runqueues) macro 2921 _double_lock_balance(struct rq * this_rq,struct rq * busiest) _double_lock_balance() argument 2940 _double_lock_balance(struct rq * this_rq,struct rq * busiest) _double_lock_balance() argument 2968 double_lock_balance(struct rq * this_rq,struct rq * busiest) double_lock_balance() argument 2975 double_unlock_balance(struct rq * this_rq,struct rq * busiest) double_unlock_balance() argument [all...] |
H A D | fair.c | 11643 static int sched_balance_rq(int this_cpu, struct rq *this_rq, in sched_balance_rq() argument 12504 static void _nohz_idle_balance(struct rq *this_rq, unsigned int flags) in _nohz_idle_balance() argument 12607 nohz_idle_balance(struct rq * this_rq,enum cpu_idle_type idle) nohz_idle_balance() argument 12653 nohz_newidle_balance(struct rq * this_rq) nohz_newidle_balance() argument 12676 nohz_idle_balance(struct rq * this_rq,enum cpu_idle_type idle) nohz_idle_balance() argument 12681 nohz_newidle_balance(struct rq * this_rq) nohz_newidle_balance() argument 12693 sched_balance_newidle(struct rq * this_rq,struct rq_flags * rf) sched_balance_newidle() argument 12832 struct rq *this_rq = this_rq(); sched_balance_softirq() local [all...] |
H A D | deadline.c | 2736 static void pull_dl_task(struct rq *this_rq) in pull_dl_task() argument [all...] |
H A D | rt.c | 2229 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument [all...] |
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_access_variable_array.c | 11 int BPF_PROG(fentry_fentry, int this_cpu, struct rq *this_rq, in BPF_PROG() argument
|