[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1360017913-25667-1-git-send-email-nzimmer@sgi.com>
Date: Mon, 4 Feb 2013 16:45:11 -0600
From: Nathan Zimmer <nzimmer@....com>
To: rjw@...k.pl
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
cpufreq@...r.kernel.org, Nathan Zimmer <nzimmer@....com>
Subject: [PATCH 0/2] cpufreq: cpufreq_driver_lock is hot on large systems
I am noticing the cpufreq_driver_lock is quite hot.
On an idle 512 system perf shows me most of the system time is spent on this
lock. This is quite signifigant as top shows 5% of time in system time.
My solution was to first convert the lock to a rwlock and then to the rcu.
Nathan Zimmer (2):
cpufreq: Convert the cpufreq_driver_lock to a rwlock
cpufreq: Convert the cpufreq_driver_lock to use the rcu
drivers/cpufreq/cpufreq.c | 139 ++++++++++++++++++++++++++--------------------
1 file changed, 79 insertions(+), 60 deletions(-)
--
1.8.0.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists