Function report |
Source Code:mm\internal.h |
Create Date:2022-07-28 06:11:53 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Iterator over all subpages within the maximally aligned gigantic* page 'base'. Handle any discontiguity in the mem_map.
Proto:static inline struct page *mem_map_next(struct page *iter, struct page *base, int offset)
Type:struct page
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct page * | iter | |
| struct page * | base | |
| int | offset |
| 416 | If Value for the false possibility is greater at compile time((offset & (MAX_ORDER_NR_PAGES - 1)) == 0) Then |
| 417 | pfn = page_to_pfn(base) + offset |
| 420 | Return pfn_to_page(pfn) |
| 422 | Return iter + 1 |
| Name | Describe |
|---|---|
| clear_gigantic_page | |
| copy_user_gigantic_page | |
| prep_compound_gigantic_page | |
| __copy_gigantic_page | Gigantic pages are so large that we do not guarantee that page++ pointer* arithmetic will work across the entire page. We need something more* specialized. |
| 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 |