[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Kernel Lists
There are kernel level data structures for linked list management
You can find it in include/linux/list.h
I need to implement a ring buffer in my driver code, I wasn't mentioning
the dmesg ring buffer.
Regards
Sojan.
On Wed, 3 Jan 2001, Amey Gokhale wrote:
> dmesg prints and controls the kernel ring buffer.
> check out the man page for dmesg.
> i haven't found any kernel level data structure for linked list
> management with list_add,list_del....etc macros.
> so if anyone finds such kernel level data structure plz. put it on the list
> thanks in advance.
> regards
> amey.
>