Searched refs:__task_rq_lock (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ |
| H A D | stats.h | 212 rq = __task_rq_lock(p, &rf); in psi_ttwu_dequeue()
|
| H A D | sched.h | 1894 #define __task_rq_lock(...) __acquire_ret(___task_rq_lock(__VA_ARGS__), __rq_lockp(__ret)) macro 1924 DEFINE_LOCK_GUARD_1(__task_rq_lock, struct task_struct, 1925 _T->rq = __task_rq_lock(_T->lock, &_T->rf),
|
| H A D | core.c | 2717 scoped_guard (__task_rq_lock, p) in set_cpus_allowed_force() 3714 rq = __task_rq_lock(p, &rf); in ttwu_runnable() 4306 struct rq *rq = __task_rq_lock(p, &rf); in task_call_func() 4779 rq = __task_rq_lock(p, &rf); in wake_up_new_task() 7323 rq = __task_rq_lock(p, &rf); in rt_mutex_setprio()
|