Searched refs:task_rq_lock (Results 1 – 12 of 12) sorted by relevance
| /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
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | lockstat.rst | 188 … &rq->lock 645 [<ffffffff8103bfc4>] task_rq_lock+0x43/0x75 193 … &rq->lock 77 [<ffffffff8103bfc4>] task_rq_lock+0x43/0x75
|
| /linux/kernel/sched/ |
| H A D | core_sched.c | 62 rq = task_rq_lock(p, &rf); in sched_core_update_cookie()
|
| H A D | syscalls.c | 77 CLASS(task_rq_lock, rq_guard)(p); in set_user_nice() local 591 rq = task_rq_lock(p, &rf); in __sched_setscheduler() 1543 scoped_guard (task_rq_lock, p) { in sched_rr_get_interval()
|
| H A D | core.c | 729 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() function 1585 guard(task_rq_lock)(p); in uclamp_update_util_min_rt_default() local 1847 rq = task_rq_lock(p, &rf); in uclamp_update_active() 2297 rq = task_rq_lock(p, &rf); in wait_task_inactive() 3147 rq = task_rq_lock(p, &rf); in __set_cpus_allowed_ptr() 3192 rq = task_rq_lock(p, &rf); in restrict_cpus_allowed_ptr() 5507 rq = task_rq_lock(p, &rf); in task_sched_runtime() 8091 rq = task_rq_lock(p, &rf); in sched_setnuma() 9214 CLASS(task_rq_lock, rq_guard)(tsk); in sched_move_task() local
|
| H A D | ext_idle.c | 907 rq = task_rq_lock(p, &rf); in select_cpu_from_kfunc()
|
| H A D | sched.h | 1826 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) 1847 DEFINE_LOCK_GUARD_1(task_rq_lock, struct task_struct, 1848 _T->rq = task_rq_lock(_T->lock, &_T->rf),
|
| H A D | cputime.c | 301 rq = task_rq_lock(t, &rf); in read_sum_exec_runtime()
|
| H A D | ext.c | 617 iter->rq = task_rq_lock(p, &iter->rf); in scx_task_iter_next_locked() 2792 rq = task_rq_lock(p, &rf); in scx_init_task() 2937 rq = task_rq_lock(p, &rf); in scx_post_fork() 2956 rq = task_rq_lock(p, &rf); in scx_cancel_fork() 2981 rq = task_rq_lock(p, &rf); in sched_ext_free()
|
| H A D | deadline.c | 1229 rq = task_rq_lock(p, &rf); in dl_task_timer() 1733 rq = task_rq_lock(p, &rf); in inactive_task_timer()
|
| H A D | psi.c | 1170 rq = task_rq_lock(task, &rf); in cgroup_move_task()
|
| H A D | fair.c | 5768 scoped_guard(task_rq_lock, p) { in throttle_cfs_rq_work() 8674 rq = task_rq_lock(p, &rf); in task_dead_fair()
|