srcu: Use "ssp" instead of "sp" for srcu_struct pointer
authorPaul E. McKenney <paulmck@linux.ibm.com>
Sun, 28 Oct 2018 17:32:51 +0000 (10:32 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 27 Nov 2018 17:24:17 +0000 (09:24 -0800)
commitaacb5d91ab1bfbb0e8123da59a2e333d52ba7f60
treee2bd60b0705ff2e11225cef94daa8fca0211bb09
parenteb4c2382272ae7ae5d81fdfa5b7a6c86146eaaa4
srcu: Use "ssp" instead of "sp" for srcu_struct pointer

In RCU, the distinction between "rsp", "rnp", and "rdp" has served well
for a great many years, but in SRCU, "sp" vs. "sdp" has proven confusing.
This commit therefore renames SRCU's "sp" pointers to "ssp", so that there
is "ssp" for srcu_struct pointer, "snp" for srcu_node pointer, and "sdp"
for srcu_data pointer.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
include/linux/srcu.h
include/linux/srcutiny.h
include/linux/srcutree.h
kernel/rcu/srcutiny.c
kernel/rcu/srcutree.c