Searched refs:task_rq_lock (Results 1 – 10 of 10) 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 | 75 guard(task_rq_lock)(p); in set_user_nice() local 571 rq = task_rq_lock(p, &rf); in __sched_setscheduler() 1533 scoped_guard (task_rq_lock, p) { in sched_rr_get_interval()
|
| H A D | sched.h | 1919 #define task_rq_lock(...) __acquire_ret(_task_rq_lock(__VA_ARGS__), __rq_lockp(__ret)) macro 1939 DEFINE_LOCK_GUARD_1(task_rq_lock, struct task_struct, 1940 _T->rq = task_rq_lock(_T->lock, &_T->rf), 1943 DECLARE_LOCK_GUARD_1_ATTRS(task_rq_lock, __acquires(_T->pi_lock), __releases((*(struct task_struct … 1944 #define class_task_rq_lock_constructor(_T) WITH_LOCK_GUARD_1_ATTRS(task_rq_lock, _T)
|
| H A D | core.c | 1658 guard(task_rq_lock)(p); in uclamp_update_util_min_rt_default() local 1920 rq = task_rq_lock(p, &rf); in uclamp_update_active() 2341 rq = task_rq_lock(p, &rf); in wait_task_inactive() 2424 scoped_guard (task_rq_lock, p) in migrate_disable_switch() 3162 rq = task_rq_lock(p, &rf); in __set_cpus_allowed_ptr() 3207 rq = task_rq_lock(p, &rf); in restrict_cpus_allowed_ptr() 5570 rq = task_rq_lock(p, &rf); in task_sched_runtime() 6762 scoped_guard (task_rq_lock, p) { in proxy_force_return() 8326 guard(task_rq_lock)(p); in sched_setnuma() local 9451 CLASS(task_rq_lock, rq_guard)(tsk); in sched_move_task() local [all …]
|
| H A D | ext.c | 978 iter->rq = task_rq_lock(p, &iter->rf); in scx_task_iter_next_locked() 3590 rq = task_rq_lock(p, &rf); in __scx_init_task() 3801 rq = task_rq_lock(p, &rf); in scx_post_fork() 3820 rq = task_rq_lock(p, &rf); in scx_cancel_fork() 3889 rq = task_rq_lock(p, &rf); in sched_ext_dead() 5827 rq = task_rq_lock(p, &rf); in scx_sub_disable() 7000 rq = task_rq_lock(p, &rf); in scx_root_enable_workfn() 7301 rq = task_rq_lock(p, &rf); in scx_sub_enable_workfn()
|
| H A D | psi.c | 1170 rq = task_rq_lock(task, &rf); in cgroup_move_task()
|
| H A D | deadline.c | 1223 rq = task_rq_lock(p, &rf); in dl_task_timer() 1968 rq = task_rq_lock(p, &rf); in inactive_task_timer()
|
| H A D | fair.c | 6028 scoped_guard(task_rq_lock, p) { in throttle_cfs_rq_work() 8935 rq = task_rq_lock(p, &rf); in task_dead_fair()
|