Searched defs:rf (Results 1 – 11 of 11) sorted by relevance
/kernel/sched/ |
D | core.c | 624 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf) in __task_rq_lock() 649 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() 789 struct rq_flags rf; in hrtick() local 817 struct rq_flags rf; in __hrtick_start() local 1469 struct rq_flags rf; in uclamp_update_util_min_rt_default() local 1728 struct rq_flags rf; in uclamp_update_active() local 2300 struct rq_flags rf; in wait_task_inactive() local 2528 static struct rq *move_queued_task(struct rq *rq, struct rq_flags *rf, in move_queued_task() 2586 struct rq *__migrate_task(struct rq *rq, struct rq_flags *rf, in __migrate_task() 2612 struct rq_flags rf; in migration_cpu_stop() local [all …]
|
D | psi.c | 999 struct rq_flags rf; in psi_memstall_enter() local 1030 struct rq_flags rf; in psi_memstall_leave() local 1099 struct rq_flags rf; in cgroup_move_task() local 1175 struct rq_flags rf; in psi_cgroup_restart() local
|
D | sched.h | 1607 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock() 1620 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() 1630 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock() 1649 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) in __task_rq_unlock() 1657 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock() 1667 rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) in rq_lock_irqsave() 1675 rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq() 1683 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() 1691 rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) in rq_unlock_irqrestore() 1699 rq_unlock_irq(struct rq *rq, struct rq_flags *rf) in rq_unlock_irq() [all …]
|
D | stop_task.c | 19 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_stop()
|
D | core_sched.c | 57 struct rq_flags rf; in sched_core_update_cookie() local
|
D | deadline.c | 1116 struct rq_flags rf; in dl_task_timer() local 1416 struct rq_flags rf; in inactive_task_timer() local 1879 struct rq_flags rf; in migrate_task_rq_dl() local 1931 static int balance_dl(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_dl() 2558 struct rq_flags rf; in dl_add_task_root_domain() local
|
D | fair.c | 4627 static inline int newidle_balance(struct rq *rq, struct rq_flags *rf) in newidle_balance() 5541 struct rq_flags rf; in distribute_cfs_runtime() local 7632 balance_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_fair() 7864 pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_fair() 8702 struct rq_flags rf; in attach_one_task() local 8718 struct rq_flags rf; in attach_tasks() local 8923 struct rq_flags rf; in update_blocked_averages() local 10655 struct rq_flags rf; in load_balance() local 10967 struct rq_flags rf; in active_load_balance_cpu_stop() local 11557 struct rq_flags rf; in _nohz_idle_balance() local [all …]
|
D | idle.c | 416 balance_idle(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_idle()
|
D | stats.h | 176 struct rq_flags rf; in psi_ttwu_dequeue() local
|
D | cputime.c | 308 struct rq_flags rf; in read_sum_exec_runtime() local
|
D | rt.c | 930 struct rq_flags rf; in do_sched_rt_period_timer() local 1784 static int balance_rt(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_rt()
|