On Thu, 4 May 2006 11:13:20 +0530 rasmit.ranjan@xxxxxxxxx wrote: > Hi all, > I came across two macros __releases and __acquires defined in > compiler.h. > Can anyone please tell me the exact use of these two macros. They are for the sparse static checker to count locks released and acquired, to make sure that they are balanced. --- ~Randy