summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorJoel Fernandes <joelagnelf@nvidia.com>2026-07-18 13:15:32 -0400
committerPaul E. McKenney <paulmck@kernel.org>2026-07-24 16:59:23 -0700
commit4137d69124a29506a09756af0aaf0c7acd2a60f6 (patch)
tree9a289f98d69263727075ee0152a857bac2848586 /scripts/stackusage
parenta050e671d3545cf1890ab764387958be6c542f6c (diff)
downloadlinux-4137d69124a29506a09756af0aaf0c7acd2a60f6.tar.gz
linux-4137d69124a29506a09756af0aaf0c7acd2a60f6.zip
rcu: Remove unused expedited_need_qs field from rcu_state
The ->expedited_need_qs counter was part of the old expedited grace-period machinery that spun waiting for each CPU to check in. The current implementation instead tracks holdout CPUs via the rcu_node structures' ->expmask fields and waits on the ->exp_wq[] wait queues, so nothing reads or writes ->expedited_need_qs any longer. Remove the field to avoid wasting space in rcu_state and to keep readers of the expedited code from searching for nonexistent users. Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions