Searched defs:rf (Results 1 – 10 of 10) sorted by relevance
/kernel/sched/ |
D | core.c | 86 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf) in __task_rq_lock() 110 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() 248 struct rq_flags rf; in hrtick() local 275 struct rq_flags rf; in __hrtick_start() local 1144 struct rq_flags rf; in uclamp_update_active() local 1600 static struct rq *move_queued_task(struct rq *rq, struct rq_flags *rf, in move_queued_task() 1635 static struct rq *__migrate_task(struct rq *rq, struct rq_flags *rf, in __migrate_task() 1658 struct rq_flags rf; in migration_cpu_stop() local 1745 struct rq_flags rf; in __set_cpus_allowed_ptr() local 2006 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 | 1153 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock() 1163 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() 1173 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock() 1192 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) in __task_rq_unlock() 1200 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock() 1210 rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) in rq_lock_irqsave() 1218 rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq() 1226 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() 1234 rq_relock(struct rq *rq, struct rq_flags *rf) in rq_relock() 1242 rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) in rq_unlock_irqrestore() [all …]
|
D | idle.c | 371 balance_idle(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_idle() 396 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 1719 static int balance_dl(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_dl() 1801 pick_next_task_dl(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_dl() 2320 struct rq_flags rf; in dl_add_task_root_domain() local
|
D | fair.c | 3880 static inline int idle_balance(struct rq *rq, struct rq_flags *rf) in idle_balance() 4745 struct rq_flags rf; in distribute_cfs_runtime() local 6824 balance_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_fair() 6999 pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_fair() 7715 struct rq_flags rf; in attach_one_task() local 7731 struct rq_flags rf; in attach_tasks() local 7937 struct rq_flags rf; in update_blocked_averages() local 9146 struct rq_flags rf; in load_balance() local 9455 struct rq_flags rf; in active_load_balance_cpu_stop() local 9993 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 | 1549 static int balance_rt(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_rt() 1650 pick_next_task_rt(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_rt()
|