lkml.org 
[lkml]   [2007]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectmm: how to check for kernel pages
Hi,
is there any effective and fast way how to find out whether page
given by its page frame number is currenly used by (mapped by) kernel?

At the time of checking I can rely that such page:
- is not buddy allocator page and also not on per CPU lists
- is not compound page
- is not reserved page
Because I can check that from struct page's flags.
I was thinking about using rmap code to find all ptes, but I don't know
whether it is not too complicated way.

Thanks for all hints.

Please add me to Cc, because I am not the list member.
Best regards.
--
Michal Hocko

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

\
 
 \ /
  Last update: 2007-02-04 11:51    [W:1.207 / U:1.808 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site