login
Header Space

 
 

exported version of page_is_ram?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Date: Monday, May 5, 2008 - 1:58 pm

Hi,

I need to check if a given page is in ram or not. It seems that
page_is_ram does the trick, but since it's not exported, I end up with
"unknown symbol" errors when I try to insert the module. I'm trying to
hash the contents of every page in physical memory, and iterating
through pages from 0 to num_physpages, while checking if they are
actually in ram seemed reasonable. Is there a better way to do it or
is there another function rather than page_is_ram that can do the
trick?

Thank you,
Timur
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
exported version of page_is_ram?, Timur Alperovich, (Mon May 5, 1:58 pm)
Re: exported version of page_is_ram?, Arjan van de Ven, (Mon May 5, 3:50 pm)
Re: exported version of page_is_ram?, Timur Alperovich, (Mon May 5, 5:13 pm)
Re: exported version of page_is_ram?, Arjan van de Ven, (Tue May 6, 9:56 am)
speck-geostationary