Searched defs:rf (Results 1 – 11 of 11) sorted by relevance
/kernel/sched/ |
D | core.c | 561 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf) in __task_rq_lock() 586 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() 725 struct rq_flags rf; in hrtick() local 753 struct rq_flags rf; in __hrtick_start() local 1411 struct rq_flags rf; in uclamp_update_util_min_rt_default() local 1697 struct rq_flags rf; in uclamp_update_active() local 2284 static struct rq *move_queued_task(struct rq *rq, struct rq_flags *rf, in move_queued_task() 2342 struct rq *__migrate_task(struct rq *rq, struct rq_flags *rf, in __migrate_task() 2368 struct rq_flags rf; in migration_cpu_stop() local 2707 static int affine_move_task(struct rq *rq, struct task_struct *p, struct rq_flags *rf, in affine_move_task() [all …]
|
D | sched.h | 1581 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock() 1594 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() 1604 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock() 1623 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) in __task_rq_unlock() 1631 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock() 1641 rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) in rq_lock_irqsave() 1649 rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq() 1657 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() 1665 rq_relock(struct rq *rq, struct rq_flags *rf) in rq_relock() 1673 rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) in rq_unlock_irqrestore() [all …]
|
D | core_sched.c | 59 struct rq_flags rf; in sched_core_update_cookie() local
|
D | stop_task.c | 20 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_stop()
|
D | psi.c | 975 struct rq_flags rf; in psi_memstall_enter() local 1005 struct rq_flags rf; in psi_memstall_leave() local 1065 struct rq_flags rf; in cgroup_move_task() local
|
D | deadline.c | 1048 struct rq_flags rf; in dl_task_timer() local 1352 struct rq_flags rf; in inactive_task_timer() local 1734 struct rq_flags rf; in migrate_task_rq_dl() local 1786 static int balance_dl(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_dl() 2413 struct rq_flags rf; in dl_add_task_root_domain() local
|
D | fair.c | 4302 static inline int newidle_balance(struct rq *rq, struct rq_flags *rf) in newidle_balance() 5220 struct rq_flags rf; in distribute_cfs_runtime() local 7338 balance_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_fair() 7570 pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_fair() 8406 struct rq_flags rf; in attach_one_task() local 8422 struct rq_flags rf; in attach_tasks() local 8622 struct rq_flags rf; in update_blocked_averages() local 10149 struct rq_flags rf; in load_balance() local 10460 struct rq_flags rf; in active_load_balance_cpu_stop() local 11019 struct rq_flags rf; in _nohz_idle_balance() local [all …]
|
D | idle.c | 418 balance_idle(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_idle()
|
D | stats.h | 120 struct rq_flags rf; in psi_ttwu_dequeue() local
|
D | cputime.c | 299 struct rq_flags rf; in read_sum_exec_runtime() local
|
D | rt.c | 890 struct rq_flags rf; in do_sched_rt_period_timer() local 1635 static int balance_rt(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_rt()
|