diff options
author | Chengming Zhou <[email protected]> | 2022-02-20 13:14:25 +0800 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2022-03-01 16:18:38 +0100 |
commit | dc6e0818bc9a0336d9accf3ea35d146d72aa7a18 (patch) | |
tree | 81effaa3f69fa5c07bc23c9c0fb7899d149732af /lib/test_fortify/write_overflow-strlcpy-src.c | |
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) <[email protected]>
Signed-off-by: Chengming Zhou <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions