Lines Matching refs:a

43 	  This option allows you to maintain a record of module statistics.
44 For example, size of all modules, average size, text size, a list
55 up significant amount of memory, and so you'd be doing everyone a
68 modprobe. Although modprobe checks to see if a module is already
69 loaded before trying to load a module there is a small time window in
75 requests are non-fatal virtual memory is a limited resource and each
82 memory abuse caused by duplicate module requests could render a
84 requests for the same module to a single request. You can boot with
90 users of request_module() do want a proper return value. If a call
92 then a duplicate request_module_nowait() would be detected. The
95 not trigger a new finit_module() calls and do not strain virtual
116 Enabling this will force a full stack trace for duplicate module
118 should keep this disabled at all times unless you are a developer
119 and are doing a manual inspection and want to debug exactly why
130 is usually a really bad idea.
144 This option allows you to force a module to unload, even if the
155 This option allows you to maintain a record of each unloaded
156 module that tainted the kernel. In addition to displaying a
157 list of linked (or loaded) modules e.g. on detection of a bad
243 Modules which contain a MODULE_VERSION get an extra "srcversion"
244 field inserted into their modinfo section, which contains a
246 see exactly which source was used to build a module (since
248 the version). With this option, such a "srcversion" field
259 Note that this option adds the OpenSSL development packages as a
277 Reject unsigned modules or signed modules for which we don't have a
299 possible to load a signed module containing the algorithm to check
351 might have a limited selection of the supported types.
412 a namespace. A module that makes use of a symbol exported with such a
417 requirement and lifts the enforcement when loading a module.
425 When kernel code requests a module, it does so by calling
457 set here is the path to a text file containing the list of symbols,