Re: [PATCH] Hugepages should be accounted as unevictable pages.

From: Dave Hansen
Date: Tue Jun 23 2009 - 19:48:30 EST


On Tue, 2009-06-23 at 16:28 -0700, Alok Kataria wrote:
> Now regarding the patch that I posted, I need a way to get the
> hugepages count, there are 2 ways of doing this.
> 1. exporting hugetlb_total_pages function for module usage.

Unfortunately, that won't even be enough. That only accounts for the
default hstate. There may be several hstate if the system supports
multiple large page sizes. It's all exported in sysfs, but I don't see
any simple way (other than sys_open()) for a module to get at it.

-- Dave

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/