Benjamin LaHaise fd19f329a3 [AF_UNIX]: Convert to use a spinlock instead of rwlock
From: Benjamin LaHaise <bcrl@kvack.org>

In af_unix, a rwlock is used to protect internal state.  At least on my 
P4 with HT it is faster to use a spinlock due to the simpler memory 
barrier used to unlock.  This patch raises bw_unix to ~690K/s.

Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-03 14:10:46 -08:00
..
2005-11-08 09:41:34 -08:00
2006-01-03 13:11:15 -08:00
2006-01-03 14:06:50 -08:00
2006-01-03 13:11:19 -08:00
2005-11-08 09:41:34 -08:00
2006-01-03 13:11:15 -08:00
2006-01-03 13:11:15 -08:00
2005-08-29 15:31:14 -07:00
2006-01-03 13:11:15 -08:00
2005-11-08 09:41:34 -08:00
2006-01-03 13:11:15 -08:00
2005-09-08 08:14:11 -07:00
2006-01-03 13:11:17 -08:00
2005-04-16 15:20:36 -07:00