On 10 Apr 2014, at 18:15 , John Baldwin <[email protected]> wrote:

> +/* Global timewait lock */
> +static VNET_DEFINE(struct rwlock, tw_lock);
> +#define      V_tw_lock                       VNET(tw_lock)

Why do we virtualise individual locks now?   Usually we only do for those 
embedded into larger virtualised data structures?  Does this align with an 
independently virtualised data structure (in which case the lock should be part 
of that)?

/bz

— 
Bjoern A. Zeeb                             ????????? ??? ??????? ??????:
'??? ??? ???? ??????  ??????? ?? ?? ??????? ??????? ??? ????? ????? ????
?????? ?? ????? ????',  ????????? ?????????, "??? ????? ?? ?????", ?.???

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to