Searched refs:task_rq_lock (Results 1 – 6 of 6) sorted by relevance
/kernel/sched/ |
D | core_sched.c | 60 rq = task_rq_lock(p, &rf); in sched_core_update_cookie()
|
D | core.c | 649 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() function 687 EXPORT_SYMBOL_GPL(task_rq_lock); 1476 rq = task_rq_lock(p, &rf); in uclamp_update_util_min_rt_default() 1739 rq = task_rq_lock(p, &rf); in uclamp_update_active() 2335 rq = task_rq_lock(p, &rf); in wait_task_inactive() 3199 rq = task_rq_lock(p, &rf); in __set_cpus_allowed_ptr() 3231 rq = task_rq_lock(p, &rf); in restrict_cpus_allowed_ptr() 5593 rq = task_rq_lock(p, &rf); in task_sched_runtime() 7238 rq = task_rq_lock(p, &rf); in set_user_nice() 7733 rq = task_rq_lock(p, &rf); in __sched_setscheduler() [all …]
|
D | cputime.c | 311 rq = task_rq_lock(t, &rf); in read_sum_exec_runtime()
|
D | deadline.c | 1119 rq = task_rq_lock(p, &rf); in dl_task_timer() 1419 rq = task_rq_lock(p, &rf); in inactive_task_timer()
|
D | psi.c | 1111 rq = task_rq_lock(task, &rf); in cgroup_move_task()
|
D | sched.h | 1645 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
|