How to traverse the linked list of kernel modules

Prashant Shah pshah.mumbai at gmail.com
Sat Jun 18 12:54:00 EDT 2011


Hi,

> defined in ~include/linux/module.h, and they seem to be connected by a doubly
> circular link list. Now suppose I want to access all the elements in

I think can use the standard link list functions in the kernel :

list_for_each()
list_for_each_entry()

Regards.



More information about the Kernelnewbies mailing list