Searched refs:task_rq_lock (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/locking/ |
H A D | lockstat.rst | 163 … &rq->lock 645 [<ffffffff8103bfc4>] task_rq_lock+0x43/0x75 168 … &rq->lock 77 [<ffffffff8103bfc4>] task_rq_lock+0x43/0x75
|
/openbmc/linux/kernel/sched/ |
H A D | core_sched.c | 60 rq = task_rq_lock(p, &rf); in sched_core_update_cookie()
|
H A D | core.c | 651 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() function 1488 rq = task_rq_lock(p, &rf); in uclamp_update_util_min_rt_default() 1744 rq = task_rq_lock(p, &rf); in uclamp_update_active() 2321 rq = task_rq_lock(p, &rf); in wait_task_inactive() 3202 rq = task_rq_lock(p, &rf); in __set_cpus_allowed_ptr() 3247 rq = task_rq_lock(p, &rf); in restrict_cpus_allowed_ptr() 5566 rq = task_rq_lock(p, &rf); in task_sched_runtime() 7202 rq = task_rq_lock(p, &rf); in set_user_nice() 7700 rq = task_rq_lock(p, &rf); in __sched_setscheduler() 9107 rq = task_rq_lock(p, &rf); in sched_rr_get_interval() [all …]
|
H A D | cputime.c | 300 rq = task_rq_lock(t, &rf); in read_sum_exec_runtime()
|
H A D | deadline.c | 1115 rq = task_rq_lock(p, &rf); in dl_task_timer() 1402 rq = task_rq_lock(p, &rf); in inactive_task_timer()
|
H A D | psi.c | 1169 rq = task_rq_lock(task, &rf); in cgroup_move_task()
|
H A D | sched.h | 1641 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
|