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.