/usr/src/kernels/4.18.0-553.157.1.el8_10.x86_64/arch/arc
NameSizeModeActions
boot/-0755rm
kernel/-0755rm
lib/-0755rm
mm/-0755rm
oprofile/-0755rm
plat-axs10x/-0755rm
plat-eznps/-0755rm
plat-hsdk/-0755rm
plat-sim/-0755rm
plat-tb10x/-0755rm
Kconfig146140644editdlrm
Kconfig.debug4870644editdlrm
Makefile40650644editdlrm
Edit: /usr/src/kernels/4.18.0-553.157.1.el8_10.x86_64/arch/arc/Kconfig.debug (487B)
# SPDX-License-Identifier: GPL-2.0 menu "Kernel hacking" source "lib/Kconfig.debug" config 16KSTACKS bool "Use 16Kb for kernel stacks instead of 8Kb" help If you say Y here the kernel will use a 16Kb stacksize for the kernel stack attached to each process/thread. The default is 8K. This increases the resident kernel footprint and will cause less threads to run on the system and also increase the pressure on the VM subsystem for higher order allocations. endmenu