Hi,
could any one help me out in guiding me to identify the places in kernel where physical pages are allocated and freed
and how to know the allocated physical page / memory in the kernel is used by
1) kernel to hold kernel data structure or
2) used by file buffer to hold file data or
3) used by virtual memory system to hold a virtual page
I am searching in the kernel version "linux-2.6.31.5" source code
Best Rgds
Bheema