workqueue: only awaken a single sibling
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Oct 2014 12:18:50 +0000 (08:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Oct 2014 12:30:38 +0000 (08:30 -0400)
commit5d30bf32449dc69a9961dbf44147c930ebe756f5
treeb9905d36628afed76ece39ed621fd4b23b930e2d
parent30926570a4ccf3050a4493316a7f23620495bcc8
workqueue: only awaken a single sibling

There is no point in awakening two siblings that will fight to be the
first one to get a worker's workqueue. Just wake up one sibling at most.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/waitqueue-lifo.h
urcu/workqueue-fifo.h
This page took 0.025044 seconds and 4 git commands to generate.