* spin locks
@ 2011-06-23 4:31 Venkateswarlu P
2011-06-23 4:52 ` Darshan Ghumare
0 siblings, 1 reply; 2+ messages in thread
From: Venkateswarlu P @ 2011-06-23 4:31 UTC (permalink / raw)
To: kernelnewbies
can anyone help in the implementation of spin locks in kernel source
i go through the relevant header files and found various debugging
CONFIG options in the struct
i want the code without debugging features and the function
spin_lock() spin_unlock() implementation
I understood major part but unable to find the correct source
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110623/2f364f5b/attachment.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* spin locks
2011-06-23 4:31 spin locks Venkateswarlu P
@ 2011-06-23 4:52 ` Darshan Ghumare
0 siblings, 0 replies; 2+ messages in thread
From: Darshan Ghumare @ 2011-06-23 4:52 UTC (permalink / raw)
To: kernelnewbies
On Thu, Jun 23, 2011 at 10:01 AM, Venkateswarlu P
<p.venkatesh551@gmail.com>wrote:
>
> can anyone help in the implementation of spin locks in kernel
> source
>
>
>
> i go through the relevant header files and found various debugging
> CONFIG options in the struct
>
>
>
> i want the code without debugging features and the function
> spin_lock() spin_unlock() implementation
>
>
>
> I understood major part but unable to find the correct source
>
http://lxr.linux.no/linux+v2.6.39/include/linux/spinlock.h
http://lxr.linux.no/linux/kernel/spinlock.c
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
--
Darshan?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110623/465f507e/attachment.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-23 4:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 4:31 spin locks Venkateswarlu P
2011-06-23 4:52 ` Darshan Ghumare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).