Searched refs:task_rq_lock (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/Documentation/locking/ |
D | lockstat.txt | 142 36 &rq->lock 645 [<ffffffff8103bfc4>] task_rq_lock+… 147 41 &rq->lock 77 [<ffffffff8103bfc4>] task_rq_lock+…
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 90 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) in task_rq_lock() function 1057 rq = task_rq_lock(p, &rf); in __set_cpus_allowed_ptr() 1352 rq = task_rq_lock(p, &rf); in wait_task_inactive() 3017 rq = task_rq_lock(p, &rf); in task_sched_runtime() 3879 rq = task_rq_lock(p, &rf); in set_user_nice() 4225 rq = task_rq_lock(p, &rf); in __sched_setscheduler() 5219 rq = task_rq_lock(p, &rf); in sched_rr_get_interval() 5502 rq = task_rq_lock(p, &rf); in sched_setnuma() 6350 rq = task_rq_lock(tsk, &rf); in sched_move_task() 6431 rq = task_rq_lock(task, &rf); in cpu_cgroup_fork()
|
D | cputime.c | 280 rq = task_rq_lock(t, &rf); in read_sum_exec_runtime()
|
D | deadline.c | 955 rq = task_rq_lock(p, &rf); in dl_task_timer() 1259 rq = task_rq_lock(p, &rf); in inactive_task_timer()
|
D | sched.h | 1783 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
|
/Linux-v4.19/kernel/livepatch/ |
D | transition.c | 317 rq = task_rq_lock(task, &flags); in klp_try_switch_task()
|