Home
last modified time | relevance | path

Searched refs:task_rq_lock (Results 1 – 7 of 7) sorted by relevance

/kernel/sched/
Dcore_sched.c63 rq = task_rq_lock(p, &rf); in sched_core_update_cookie()
Dcore.c586 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() function
624 EXPORT_SYMBOL_GPL(task_rq_lock);
1418 rq = task_rq_lock(p, &rf); in uclamp_update_util_min_rt_default()
1708 rq = task_rq_lock(p, &rf); in uclamp_update_active()
2955 rq = task_rq_lock(p, &rf); in __set_cpus_allowed_ptr()
2987 rq = task_rq_lock(p, &rf); in restrict_cpus_allowed_ptr()
3326 rq = task_rq_lock(p, &rf); in wait_task_inactive()
5342 rq = task_rq_lock(p, &rf); in task_sched_runtime()
7113 rq = task_rq_lock(p, &rf); in set_user_nice()
7579 rq = task_rq_lock(p, &rf); in __sched_setscheduler()
[all …]
Dcputime.c302 rq = task_rq_lock(t, &rf); in read_sum_exec_runtime()
Ddeadline.c1051 rq = task_rq_lock(p, &rf); in dl_task_timer()
1355 rq = task_rq_lock(p, &rf); in inactive_task_timer()
Dpsi.c1077 rq = task_rq_lock(task, &rf); in cgroup_move_task()
Dsched.h1619 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
/kernel/livepatch/
Dtransition.c308 rq = task_rq_lock(task, &flags); in klp_try_switch_task()