Lines Matching refs:module

47 	  kernel module where the function is located.
119 function, module, format string, and line number. This mechanism
138 filename:lineno [module]function flags format
142 module : module that contains the debug statement
150 # filename:lineno [module]function flags format
165 // enable all the messages in the NFS server module
166 nullarbor:~ # echo -n 'module nfsd +p' >
409 otherwise it would emit malformed kernel and module binaries when
425 module BTF enabled is to reject modules with such mismatches;
426 this option will still load module BTF where possible but ignore
591 When modules are built into the kernel, there will be no module name
593 identify symbols by module name and symbol name regardless of whether
594 the module is configured as loadable or not.
597 offset ranges (per ELF section) for the module(s) they belong to.
925 tristate "Memory hotplug notifier error injection module"
942 To compile this code as a module, choose M here: the module will
1318 tristate "Test module to generate lockups"
1321 This builds the "test_lockup" module that helps to make sure
1324 Depending on module parameters it could emulate soft or hard
1601 This option provides a kernel module that runs torture tests
1602 on kernel locking primitives. The kernel module may be built
1607 Say M if you want these torture tests to build as a module.
1613 This option provides a kernel module that runs tests on the
1619 Say M if you want these self tests to build as a module.
1627 This option provides a kernel module that runs torture tests
1629 module may be built after the fact on the running kernel to
1963 tristate "PM notifier error injection module"
1981 To compile this code as a module, choose M here: the module will
1987 tristate "OF reconfig notifier error injection module"
1998 To compile this code as a module, choose M here: the module will
2004 tristate "Netdev notifier error injection module"
2021 To compile this code as a module, choose M here: the module will
2236 echo <n> > /sys/module/test_dhry/parameters/iterations
2240 echo y > /sys/module/test_dhry/parameters/run
2252 This module enables testing of the different dumping mechanisms by
2255 Choose M here to compile this code as a module. The module will be
2258 Documentation on how to use the module can be found in
2266 Enable to turn on cpumask tests, running at boot or module load time.
2280 or at module load time.
2290 or at module load time.
2300 or at module load time.
2310 or at module load time.
2320 only boot time), or at module load time.
2332 affects only boot time), or at module load time.
2366 This option provides a kernel module that can be used to test
2381 This option provides a kernel module performing tests
2401 or at module load time.
2416 Enable this option to build test module which validates per-cpu
2425 at module load time.
2443 tristate "Test functions located in the hexdump module at runtime"
2493 tristate "Test functions located in the uuid module at runtime"
2499 tristate "Test the Maple Tree code at runtime or module load"
2502 when the module is loaded. Enable "Debug Maple Trees" will enable
2540 (or module load).
2553 tristate "Test module loading with 'hello world' module"
2556 This builds the "test_module" module that emits "Hello, world"
2558 evaluation of the module loading subsystem (for example when
2559 validating module verification). It lacks any extra dependencies,
2566 tristate "Test module for compilation of bitops operations"
2568 This builds the "test_bitops" module that is much like the
2569 TEST_LKM module except that it does a basic exercise of the
2578 tristate "Test module for stress/performance analysis of vmalloc allocator"
2582 This builds the "test_vmalloc" module that should be used for
2593 This builds the "test_bpf" module that runs various test vectors
2605 This builds the "test_find_bit" module that measure find_*_bit()
2614 This builds the "test_firmware" module that creates a userspace
2626 This builds the "test_sysctl" module. This driver enables to test the
2920 functions on boot (or module load).
2930 This builds the "usercopy_kunit" module that runs sanity checks
2940 This builds the "blackhole_dev_kunit" module that validates the
2948 This builds the "udelay_test" module that helps to make sure
2965 This module registers a tracer callback to count enabled
2976 Test the kernel's module loading mechanism: kmod. kmod implements
2980 Although technically you can either build test_kmod as a module or
2984 module load requests, ultimately this could be fatal.
2999 tristate "module kallsyms find_symbol() test"
3022 one symbol it uses from the module A with tons of symbols. This is an
3023 indirect way for us to have B call resolve_symbol_wait() upon module
3031 the end right before we call module B's init routine we get
3032 complete_formation() called on the module. That will first check
3034 That is when we'll force iteration on module C's insane symbol list.
3039 this scaling in module C to be proportional, if it used more symbols
3041 search space would be slightly different. The last module, module D
3045 tools/testing/selftests/module/find_symbol.sh
3052 information for each module. Currently enabling many more symbols
3110 module TEST_KALLSYMS_B will use. This also will be used
3121 TEST_KALLSYMS_A. If 8, then module C will have 8 * syms
3122 than module A. Then TEST_KALLSYMS_D will have double the amount
3151 (or module load).
3169 Say M here if you want to build the HMM test module.
3179 Loading this module is safe if your kernel has the bug fixed.
3198 Enable this option to create a kernel module that will trigger
3199 a test of the clocksource watchdog. This module may be loaded
3207 tristate "Test module for correctness and stress of objpool"
3211 This builds the "test_objpool" module that should be used for
3225 handed over. This test module creates and saves data on the boot of
3242 This builds the "test_ratelimit" module that should be used