Searched refs:enable (Results 1 – 10 of 10) sorted by relevance
/lib/ |
A D | alloc_tag.c | 705 bool enable; in setup_early_mem_profiling() local 711 enable = false; in setup_early_mem_profiling() 717 if (kstrtobool(token, &enable)) in setup_early_mem_profiling() 729 compressed ? "with" : "without", enable ? "on" : "off"); in setup_early_mem_profiling() 732 if (enable != mem_alloc_profiling_enabled()) { in setup_early_mem_profiling() 733 if (enable) in setup_early_mem_profiling()
|
A D | Kconfig.kgdb | 7 # function to enable gdb stub to address XML packet sent from GDB. 103 be set to 1 or 0 to enable all commands or disable almost all 114 0x0080 - enable signalling of processes
|
A D | Kconfig.debug | 157 // enable the message at line 1603 of file svcsock.c 161 // enable all the messages in file svcsock.c 165 // enable all the messages in the NFS server module 169 // enable all 12 messages in the function svc_process() 1109 Say Y here to enable the kernel to detect interrupt storm 1240 Say Y here to enable the kernel to detect "hung tasks", 1270 Say Y here to enable the kernel to panic on "hung tasks", 1297 Say Y here to enable stall detection on workqueues. If a 1762 you should only enable CONFIG_LIST_HARDENED instead. 2372 have to enable STACKTRACE as well. [all …]
|
A D | Kconfig.kfence | 24 enable KASAN due to its cost, consider using KFENCE.
|
A D | Kconfig.kasan | 48 For better error reports, also enable CONFIG_STACKTRACE.
|
A D | Kconfig.kcsan | 84 bool "Early enable during boot"
|
A D | Kconfig | 288 Doing so will enable extra compiler optimizations,
|
/lib/kunit/ |
A D | Kconfig | 74 bool "Default value of kunit.enable" 77 Sets the default value of kunit.enable. If set to N then KUnit 78 tests will not execute unless kunit.enable=1 is passed to the
|
A D | test.c | 69 module_param_named(enable, enable_param, bool, 0); 70 MODULE_PARM_DESC(enable, "Enable KUnit tests");
|
/lib/raid6/ |
A D | altivec.uc | 22 * bracked this with preempt_disable/enable or in a lock) 69 Altivec code around the enable/disable code */
|
Completed in 20 milliseconds