Lines Matching full:modules
59 modules, which indirectly use the
63 Khelp modules aim to provide a structured way to dynamically extend the kernel
80 modules are represented within the
102 Modules must instantiate a
112 The framework takes care of all other fields and modules should refrain from
148 modules to associate persistent per-object data, so a manual check is required.
162 should only be used by modules which require the use of persistent per-object
163 storage i.e. modules which set the HELPER_NEEDS_OSD flag in their
269 modules to do useful things relates to defining and instantiating suitable
273 modules to hook into.
277 modules to associate persistent per-object data.
280 modules to perform more complex functionality which may be desirable.
281 Subsystems which want to allow Khelp modules to associate
302 modules of appropriate classes which have set the HELPER_NEEDS_OSD flag in their
320 modules.
335 modules are protected from being prematurely unloaded by a reference count.