Re: [RFC PATCH] mutex: Apply adaptive spinning on mutex_trylock()
From: Tejun Heo <tj@kernel.org>
Date: 2011-03-23 15:40:15
Also in:
lkml
Attachments
- .config [application/x-config] 52175 bytes
From: Tejun Heo <tj@kernel.org>
Date: 2011-03-23 15:40:15
Also in:
lkml
Oops, sorry, forgot the link to the simplification patch and attaching .config. On Wed, Mar 23, 2011 at 04:37:27PM +0100, Tejun Heo wrote:
SIMPLE is with the locking simplification patch[1] applied. i.e. it basically just uses mutex. SPIN is with the patch at the end of this message applied on top - mutex_trylock() uses adaptive spinning.
[1] http://article.gmane.org/gmane.comp.file-systems.btrfs/9658 -- tejun