summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2010-07-19 10:59:42 -0700
committerPekka Enberg <penberg@cs.helsinki.fi>2010-07-20 10:03:23 +0300
commit78b435368fcd615e695a06012cd963a556284e00 (patch)
tree3d844f8a6c4b58f60b6a97510a08d703b455c22e /tools/perf/scripts/python
parent1c5474a65bf15a4cb162dfff86d6d0b5a08a740c (diff)
downloadkernel-78b435368fcd615e695a06012cd963a556284e00.tar.gz
slab: use deferable timers for its periodic housekeeping
slab has a "once every 2 second" timer for its housekeeping. As the number of logical processors is growing, its more and more common that this 2 second timer becomes the primary wakeup source. This patch turns this housekeeping timer into a deferable timer, which means that the timer does not interrupt idle, but just runs at the next event that wakes the cpu up. The impact is that the timer likely runs a bit later, but during the delay no code is running so there's not all that much reason for a difference in housekeeping to occur because of this delay. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
2009-08-21ASoC: S3C24XX: Add audio core and tlv320aic23 for Simtec boardsBen Dooks Add core support for the range of S3C24XX Simtec boards with TLV320AIC23 CODECs on them. Since there are also boards with similar IIS routing the AMP and the configuration code is placed in a core file for re-use with other CODEC bindings. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>