Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 10 of 10) sorted by relevance

/lib/
A Dalloc_tag.c705 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 DKconfig.kgdb7 # 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 DKconfig.debug157 // 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 DKconfig.kfence24 enable KASAN due to its cost, consider using KFENCE.
A DKconfig.kasan48 For better error reports, also enable CONFIG_STACKTRACE.
A DKconfig.kcsan84 bool "Early enable during boot"
A DKconfig288 Doing so will enable extra compiler optimizations,
/lib/kunit/
A DKconfig74 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 Dtest.c69 module_param_named(enable, enable_param, bool, 0);
70 MODULE_PARM_DESC(enable, "Enable KUnit tests");
/lib/raid6/
A Daltivec.uc22 * bracked this with preempt_disable/enable or in a lock)
69 Altivec code around the enable/disable code */

Completed in 20 milliseconds