aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-03-05 11:10:18 +0100
committerIngo Molnar <mingo@kernel.org>2017-06-20 12:18:28 +0200
commit9d9d676f595b5081326be7a17dc681fcb38fb3b2 (patch)
tree51ca43da6b1e40276947672ff0307d4008f4dc74 /tools/perf/scripts/python
parentsched/wait: Standardize internal naming of wait-queue entries (diff)
downloadlinux-9d9d676f595b5081326be7a17dc681fcb38fb3b2.tar.gz
linux-9d9d676f595b5081326be7a17dc681fcb38fb3b2.zip
sched/wait: Standardize internal naming of wait-queue heads
The wait-queue head parameters and variables are named in a couple of ways, we have the following variants currently: wait_queue_head_t *q wait_queue_head_t *wq wait_queue_head_t *head In particular the 'wq' naming is ambiguous in the sense whether it's a wait-queue head or entry name - as entries were often named 'wait'. ( Not to mention the confusion of any readers coming over from workqueue-land. ) Standardize all this around a single, unambiguous parameter and variable name: struct wait_queue_head *wq_head which is easy to grep for and also rhymes nicely with the wait-queue entry naming: struct wait_queue_entry *wq_entry Also rename: struct __wait_queue_head => struct wait_queue_head ... and use this struct type to migrate from typedefs usage to 'struct' usage, which is more in line with existing kernel practices. Don't touch any external users and preserve the main wait_queue_head_t typedef. Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
soc/codecs/da7219.c?id=9ff099790412cb46536efba02039b36d81300976&follow=1'>ASoC: da7219: Update REFERENCES reg default, in-line with HWAdam Thomson1-1/+1 2015-12-23ASoC: da7219: Disable regulators on probe() failureAdam Thomson1-4/+15 2015-12-23ASoC: da7219: Fix Sidetone to work regardless of DAI captureAdam Thomson1-1/+2 2015-12-23ASoC: fsl-asoc-card: use different route map for AC'97 modeMaciej S. Szmigiero1-1/+9 2015-12-23ASoC: fsl_asrc: add support for 8-30kHz output sample rateZidan Wang1-16/+23 2015-12-23ASoC: atmel_wm8904: add snd_soc_pm_opsSongjun Wu1-0/+1 2015-12-23ASoC: rt5616: rename some alsa control namesBard Liao1-3/+3 2015-12-23ASoC: Intel: add NULL testJulia Lawall1-0/+2 2015-12-23ASoC: omap-hdmi-audio: add NULL testJulia Lawall1-0/+2 2015-12-23ASoC: imx-pcm-dma: add NULL testJulia Lawall1-0/+2 2015-12-22ASoC: ssm2518: Use a signed return type for ssm2518_lookup_mcs()Markus Elfring1-1/+1 2015-12-22ASoC: rsnd: add Multi channel supportKuninori Morimoto6-17/+194 2015-12-22ASoC: da7218: Enable mic level detection reporting to user-spaceAdam Thomson1-5/+14 2015-12-22ASoC: sun4i-codec: Use proper output for external amp routesHans de Goede1-1/+2