Searched defs:rf (Results 1 – 10 of 10) sorted by relevance
/kernel/sched/ |
D | core.c | 79 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf) in __task_rq_lock() 103 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() 241 struct rq_flags rf; in hrtick() local 268 struct rq_flags rf; in __hrtick_start() local 1050 struct rq_flags rf; in uclamp_update_active() local 1489 static struct rq *move_queued_task(struct rq *rq, struct rq_flags *rf, in move_queued_task() 1524 static struct rq *__migrate_task(struct rq *rq, struct rq_flags *rf, in __migrate_task() 1547 struct rq_flags rf; in migration_cpu_stop() local 1634 struct rq_flags rf; in __set_cpus_allowed_ptr() local 1895 struct rq_flags rf; in wait_task_inactive() local [all …]
|
D | stop_task.c | 20 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_stop() 38 pick_next_task_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_stop()
|
D | sched.h | 1149 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock() 1159 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() 1169 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock() 1188 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) in __task_rq_unlock() 1196 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock() 1206 rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) in rq_lock_irqsave() 1214 rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq() 1222 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() 1230 rq_relock(struct rq *rq, struct rq_flags *rf) in rq_relock() 1238 rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) in rq_unlock_irqrestore() [all …]
|
D | idle.c | 370 balance_idle(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_idle() 395 pick_next_task_idle(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_idle()
|
D | psi.c | 815 struct rq_flags rf; in psi_memstall_enter() local 845 struct rq_flags rf; in psi_memstall_leave() local 905 struct rq_flags rf; in cgroup_move_task() local
|
D | deadline.c | 984 struct rq_flags rf; in dl_task_timer() local 1288 struct rq_flags rf; in inactive_task_timer() local 1694 static int balance_dl(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_dl() 1777 pick_next_task_dl(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_dl() 2296 struct rq_flags rf; in dl_add_task_root_domain() local
|
D | fair.c | 3862 static inline int idle_balance(struct rq *rq, struct rq_flags *rf) in idle_balance() 4626 struct rq_flags rf; in distribute_cfs_runtime() local 6641 balance_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_fair() 6816 pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_fair() 7515 struct rq_flags rf; in attach_one_task() local 7531 struct rq_flags rf; in attach_tasks() local 7737 struct rq_flags rf; in update_blocked_averages() local 8942 struct rq_flags rf; in load_balance() local 9251 struct rq_flags rf; in active_load_balance_cpu_stop() local 9784 struct rq_flags rf; in _nohz_idle_balance() local [all …]
|
D | stats.h | 113 struct rq_flags rf; in psi_ttwu_dequeue() local
|
D | cputime.c | 285 struct rq_flags rf; in read_sum_exec_runtime() local
|
D | rt.c | 1518 static int balance_rt(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_rt() 1617 pick_next_task_rt(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_rt()
|