diff options
author | Chengming Zhou | 2022-02-20 13:14:25 +0800 |
---|---|---|
committer | Peter Zijlstra | 2022-03-01 16:18:38 +0100 |
commit | dc6e0818bc9a0336d9accf3ea35d146d72aa7a18 (patch) | |
tree | 81effaa3f69fa5c07bc23c9c0fb7899d149732af /block | |
parent | 248cc9993d1cc12b8e9ed716cc3fc09f6c3517dd (diff) |
sched/cpuacct: Optimize away RCU read lock
Since cpuacct_charge() is called from the scheduler update_curr(),
we must already have rq lock held, then the RCU read lock can
be optimized away.
And do the same thing in it's wrapper cgroup_account_cputime(),
but we can't use lockdep_assert_rq_held() there, which defined
in kernel/sched/sched.h.
Suggested-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220220051426.5274-2-zhouchengming@bytedance.com
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions