diff options
author | Jakub Kicinski <[email protected]> | 2019-03-29 17:08:53 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-04-29 08:29:21 +0200 |
commit | b92e793bbe4a1c49dbf78d8d526561e7a7dd568a (patch) | |
tree | 981f93f26cadc142d2b2280f1d9d8f60a9890e1c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ad282a8117d5048398f506f20b092c14b3b3c43f (diff) |
locking/static_key: Factor out the fast path of static_key_slow_dec()
static_key_slow_dec() checks if the atomic enable count is larger
than 1, and if so there decrements it before taking the jump_label_lock.
Move this logic into a helper for reuse in rate limitted keys.
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions