How is the value of KernelStack in /proc/meminfo computed ?
Aug. 7, 2020
8:09 p.m.
How is the value of KernelStack in /proc/meminfo computed ? Any pointers in the code source would be much appreciated.
Aug. 7, 2020
9:05 p.m.
On Fri, Aug 07, 2020 at 03:09:33PM -0500, William Tambe wrote:
How is the value of KernelStack in /proc/meminfo computed ?
Any pointers in the code source would be much appreciated.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
This is where it's defined: https://elixir.bootlin.com/linux/v5.8/source/fs/proc/meminfo.c#L158 Best regards, Paulo Almeida
2199
Age (days ago)
2199
Last active (days ago)
1 comments
2 participants
participants (2)
-
Paulo Miguel Almeida -
William Tambe