2009/5/26 Stacey Son <[email protected]>:
> Author: sson
> Date: Tue May 26 20:28:22 2009
> New Revision: 192853
> URL: http://svn.freebsd.org/changeset/base/192853
>
> Log:
>  Add the OpenSolaris dtrace lockstat provider.  The lockstat provider
>  adds probes for mutexes, reader/writer and shared/exclusive locks to
>  gather contention statistics and other locking information for
>  dtrace scripts, the lockstat(1M) command and other potential
>  consumers.

I have a question now.
In rwlocks, your algorithm doesn't bump spin_cnt for the adaptive
spinning in read mode.
Is that intendend? I don't think so, probabilly we should fix it by
bumping spin_cnt also in the adaptive spinning in read mode.

Thanks,
Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to