public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linked list demo
@ 2005-01-05  5:51 selvakumar nagendran
  2005-01-05  6:09 ` Phil Lougher
  2005-01-05 11:33 ` Juergen Quade
  0 siblings, 2 replies; 3+ messages in thread
From: selvakumar nagendran @ 2005-01-05  5:51 UTC (permalink / raw)
  To: linux-kernel

Hello,
   I came to know from the book 'Linux kernel
development' by Robert M Love that the kernel provides
it's own linked list implementation. He has also given
the relevant interfaces. But with that I am not able
to understand the concepts. Can anyone send me a
worked out example of the linked list possibly a
simpler one?

Thanks,
selva


		
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linked list demo
  2005-01-05  5:51 Linked list demo selvakumar nagendran
@ 2005-01-05  6:09 ` Phil Lougher
  2005-01-05 11:33 ` Juergen Quade
  1 sibling, 0 replies; 3+ messages in thread
From: Phil Lougher @ 2005-01-05  6:09 UTC (permalink / raw)
  To: selvakumar nagendran; +Cc: linux-kernel

On Tue, 4 Jan 2005 21:51:50 -0800 (PST), selvakumar nagendran
<kernelselva@yahoo.com> wrote:
> Hello,
>    I came to know from the book 'Linux kernel
> development' by Robert M Love that the kernel provides
> it's own linked list implementation. He has also given
> the relevant interfaces. But with that I am not able
> to understand the concepts. Can anyone send me a
> worked out example of the linked list possibly a
> simpler one?

Personally if you can't understand the concepts of the linked list
implementation from the book then you shouldn't really be programming
at the kernel level...  As far as examples of code goes, grep the
kernel source.  There's sure to be lots of examples there :-)

Phillip


> 
> Thanks,
> selva
> 
> __________________________________
> Do you Yahoo!?
> Meet the all-new My Yahoo! - Try it today!
> http://my.yahoo.com
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linked list demo
  2005-01-05  5:51 Linked list demo selvakumar nagendran
  2005-01-05  6:09 ` Phil Lougher
@ 2005-01-05 11:33 ` Juergen Quade
  1 sibling, 0 replies; 3+ messages in thread
From: Juergen Quade @ 2005-01-05 11:33 UTC (permalink / raw)
  To: selvakumar nagendran; +Cc: linux-kernel

On Tue, Jan 04, 2005 at 09:51:50PM -0800, selvakumar nagendran wrote:
> Hello,
>    I came to know from the book 'Linux kernel
> development' by Robert M Love that the kernel provides
> it's own linked list implementation. He has also given
> the relevant interfaces. But with that I am not able
> to understand the concepts. Can anyone send me a
> worked out example of the linked list possibly a
> simpler one?

Take sample-code 6-15-kernellist.c from:

	http://ezs.kr.hsnr.de/TreiberBuch/Download/index.html

        Juergen.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-05 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-05  5:51 Linked list demo selvakumar nagendran
2005-01-05  6:09 ` Phil Lougher
2005-01-05 11:33 ` Juergen Quade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox