Function report |
Source Code:mm\internal.h |
Create Date:2022-07-28 06:11:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mlock_migrate_page - called only from migrate_misplaced_transhuge_page()* (because that does not go through the full procedure of migration ptes):* to migrate the Mlocked page flag; update statistics.
Proto:static inline void mlock_migrate_page(struct page *newpage, struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | newpage | |
struct page * | page |
333 | If TestClearPageMlocked(page) Then |
334 | nr_pages = hpage_nr_pages(page) |
338 | SetPageMlocked(newpage) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |