Re: [PATCHv3, RFC 09/34] thp: represent file thp pages in meminfo and friends

2013-04-16 Thread Dave Hansen
On 04/16/2013 07:49 AM, Kirill A. Shutemov wrote: > Dave Hansen wrote: >> On 04/05/2013 04:59 AM, Kirill A. Shutemov wrote: >>> The patch adds new zone stat to count file transparent huge pages and >>> adjust related places. >>> >>> For now we don't count mapped or dirty file thp pages separately.

Re: [PATCHv3, RFC 09/34] thp: represent file thp pages in meminfo and friends

2013-04-16 Thread Kirill A. Shutemov
Dave Hansen wrote: > On 04/05/2013 04:59 AM, Kirill A. Shutemov wrote: > > The patch adds new zone stat to count file transparent huge pages and > > adjust related places. > > > > For now we don't count mapped or dirty file thp pages separately. > > I can understand tracking NR_FILE_TRANSPARENT_H

Re: [PATCHv3, RFC 09/34] thp: represent file thp pages in meminfo and friends

2013-04-08 Thread Dave Hansen
On 04/05/2013 04:59 AM, Kirill A. Shutemov wrote: > The patch adds new zone stat to count file transparent huge pages and > adjust related places. > > For now we don't count mapped or dirty file thp pages separately. I can understand tracking NR_FILE_TRANSPARENT_HUGEPAGES itself. But, why not al

[PATCHv3, RFC 09/34] thp: represent file thp pages in meminfo and friends

2013-04-05 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" The patch adds new zone stat to count file transparent huge pages and adjust related places. For now we don't count mapped or dirty file thp pages separately. Signed-off-by: Kirill A. Shutemov --- drivers/base/node.c| 10 ++ fs/proc/meminfo.c |