summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2022-08-04 17:28:01 -0700
committerPaul E. McKenney <paulmck@kernel.org>2022-08-31 05:09:21 -0700
commit910e12092eac8a9f19b507ed0fdc1c21d8da9483 (patch)
treee293b0af4b2b514cca81e296d87a414452b661e5 /tools/perf/scripts/python/net_dropmonitor.py
parent5f11bad6b7228858e06729de6dd4079dfc082648 (diff)
downloadkernel-910e12092eac8a9f19b507ed0fdc1c21d8da9483.tar.gz
rcu: Make synchronize_rcu() fast path update ->gp_seq counters
This commit causes the early boot single-CPU synchronize_rcu() fastpath to update the rcu_state and rcu_node structures' ->gp_seq and ->gp_seq_needed counters. This will allow the full-state polled grace-period APIs to detect all normal grace periods without the need to track the special combined polling-only counter, which is a step towards removing the ->rgos_polled field from the rcu_gp_oldstate, thereby reducing its size by one third. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
ricterMika Westerberg 2018-03-19PCI: Tidy commentsBjorn Helgaas 2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas 2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas 2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler 2017-10-05ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov 2017-08-01ACPI / PCI / PM: Rework acpi_pci_propagate_wakeup()Rafael J. Wysocki 2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki 2017-06-28PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki 2017-06-28PCI / PM: Drop pme_interrupt flag from struct pci_devRafael J. Wysocki 2017-06-28ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki 2017-06-28ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flagsRafael J. Wysocki 2017-06-22Merge branch 'uuid-types'Rafael J. Wysocki 2017-06-15ACPI / PM: Run wakeup notify handlers synchronouslyRafael J. Wysocki 2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko 2016-12-12Merge branch 'pci/pm' into nextBjorn Helgaas 2016-12-06PCI/ACPI: Provide acpi_get_rc_resources() for ARM64 platformDongdong Liu 2016-11-17ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() publicLukas Wunner 2016-09-28PCI: Query platform firmware for device power stateLukas Wunner