diff options
author | 2019-04-12 15:58:34 -0700 | |
---|---|---|
committer | 2019-08-13 14:35:49 -0700 | |
commit | ce5215c1342c6c89b3c3c45fea82cddf0b013787 (patch) | |
tree | 06943157837341c47eadb469cd225f5966f4c9ed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcu/nocb: Use separate flag to indicate disabled ->cblist (diff) | |
download | wireguard-linux-ce5215c1342c6c89b3c3c45fea82cddf0b013787.tar.xz wireguard-linux-ce5215c1342c6c89b3c3c45fea82cddf0b013787.zip |
rcu/nocb: Use separate flag to indicate offloaded ->cblist
RCU callback processing currently uses rcu_is_nocb_cpu() to determine
whether or not the current CPU's callbacks are to be offloaded.
This works, but it is not so good for cache locality. Plus use of
->cblist for offloaded callbacks will greatly increase the frequency
of these checks. This commit therefore adds a ->offloaded flag to the
rcu_segcblist structure to provide a more flexible and cache-friendly
means of checking for callback offloading.
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions