Searched defs:this_rq (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/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 | ext.c | 2380 static bool consume_remote_task(struct rq *this_rq, struct task_struct *p, in consume_remote_task() 2397 static inline bool consume_remote_task(struct rq *this_rq, struct task_struct *p, struct scx_dispat… in consume_remote_task() 5684 static bool kick_one_cpu(s32 cpu, struct rq *this_rq, unsigned long *pseqs) in kick_one_cpu() 5720 static void kick_one_cpu_if_idle(s32 cpu, struct rq *this_rq) in kick_one_cpu_if_idle() 5736 struct rq *this_rq = this_rq(); in kick_cpus_irq_workfn() local 6093 struct rq *this_rq, *src_rq, *dst_rq, *locked_rq; in scx_dispatch_from_dsq() local 6504 struct rq *this_rq; in scx_bpf_kick_cpu() local
|
D | sched.h | 1343 #define this_rq() this_cpu_ptr(&runqueues) macro 2979 static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest) in _double_lock_balance() 2998 static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest) in _double_lock_balance() 3026 static inline int double_lock_balance(struct rq *this_rq, struct rq *busiest) in double_lock_balance() 3033 static inline void double_unlock_balance(struct rq *this_rq, struct rq *busiest) in double_unlock_balance()
|
D | fair.c | 11669 static int sched_balance_rq(int this_cpu, struct rq *this_rq, in sched_balance_rq() 12530 static void _nohz_idle_balance(struct rq *this_rq, unsigned int flags) in _nohz_idle_balance() 12633 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 12679 static void nohz_newidle_balance(struct rq *this_rq) in nohz_newidle_balance() 12709 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 12714 static inline void nohz_newidle_balance(struct rq *this_rq) { } in nohz_newidle_balance() 12726 static int sched_balance_newidle(struct rq *this_rq, struct rq_flags *rf) in sched_balance_newidle() 12858 struct rq *this_rq = this_rq(); in sched_balance_softirq() local
|
D | rt.c | 2282 static void pull_rt_task(struct rq *this_rq) in pull_rt_task()
|
D | deadline.c | 2776 static void pull_dl_task(struct rq *this_rq) in pull_dl_task()
|
/linux-6.12.1/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()
|