Home
last modified time | relevance | path

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

/linux/Documentation/locking/
H A Dlockstat.rst163 … &rq->lock 645 [<ffffffff8103bfc4>] task_rq_lock+0x43/0x75
168 … &rq->lock 77 [<ffffffff8103bfc4>] task_rq_lock+0x43/0x75
/linux/Documentation/translations/it_IT/locking/
H A Dlockstat.rst188 … &rq->lock 645 [<ffffffff8103bfc4>] task_rq_lock+0x43/0x75
193 … &rq->lock 77 [<ffffffff8103bfc4>] task_rq_lock+0x43/0x75
/linux/kernel/sched/
H A Dcore_sched.c60 rq = task_rq_lock(p, &rf); in sched_core_update_cookie()
H A Dcore.c1509 guard(task_rq_lock)(p); in uclamp_update_util_min_rt_default() local
1764 rq = task_rq_lock(p, &rf); in uclamp_update_active()
2329 rq = task_rq_lock(p, &rf); in wait_task_inactive()
3208 rq = task_rq_lock(p, &rf); in __set_cpus_allowed_ptr()
3253 rq = task_rq_lock(p, &rf); in restrict_cpus_allowed_ptr()
5594 rq = task_rq_lock(p, &rf); in task_sched_runtime()
7285 CLASS(task_rq_lock, rq_guard)(p); in set_user_nice() local
7781 rq = task_rq_lock(p, &rf); in __sched_setscheduler()
9118 scoped_guard (task_rq_lock, p) { in sched_rr_get_interval()
9395 rq = task_rq_lock(p, &rf); in sched_setnuma()
[all …]
H A Dsched.h1656 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1677 DEFINE_LOCK_GUARD_1(task_rq_lock, struct task_struct,
1678 _T->rq = task_rq_lock(_T->lock, &_T->rf),
H A Dcputime.c300 rq = task_rq_lock(t, &rf); in read_sum_exec_runtime()
H A Ddeadline.c1155 rq = task_rq_lock(p, &rf); in dl_task_timer()
1474 rq = task_rq_lock(p, &rf); in inactive_task_timer()
H A Dpsi.c1150 rq = task_rq_lock(task, &rf); in cgroup_move_task()