How to traverse the linked list of kernel modules
June 18, 2011
4:01 p.m.
kernel modules are represented by the data structure(struct module) as 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 this linked list of kernel modules(modules that show up in /proc/modules), then how should i go about doing this ? Regards, amit
5537
Age (days ago)
5537
Last active (days ago)
1 comments
2 participants
participants (2)
-
amit mehta -
Prashant Shah