Function report |
Source Code:mm\page_alloc.c |
Create Date:2022-07-28 15:06:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:r_free_zone_pages - count number of pages beyond high watermark*@offset: The zone index of the highest zone* nr_free_zone_pages() counts the number of pages which are beyond the* high watermark within all zones at or below a given zone index
Proto:static unsigned long nr_free_zone_pages(int offset)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
int | offset |
5027 | sum = 0 |
5032 | size = zone_managed_pages(zone) |
5033 | high = high_wmark_pages(zone) |
5038 | Return sum |
Name | Describe |
---|---|
nr_free_buffer_pages | r_free_buffer_pages - count number of pages beyond high watermark* nr_free_buffer_pages() counts the number of pages which are beyond the high* watermark within ZONE_DMA and ZONE_NORMAL.* Return: number of pages beyond high watermark within ZONE_DMA and |
nr_free_pagecache_pages | r_free_pagecache_pages - count number of pages beyond high watermark* nr_free_pagecache_pages() counts the number of pages which are beyond the* high watermark within all zones.* Return: number of pages beyond high watermark within all zones. |
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 |