Function report |
Source Code:mm\page_alloc.c |
Create Date:2022-07-28 15:04:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:boost_watermark
Proto:static inline void boost_watermark(struct zone *zone)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct zone * | zone |
2351 | If Not watermark_boost_factor Then Return |
2365 | If Not max_boost Then Return |
2368 | max_boost = max - return maximum of two values of the same or compatible types*@x: first value*@y: second value(pageblock_nr_pages, max_boost) |
2370 | watermark_boost = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(watermark_boost + pageblock_nr_pages, max_boost) |
Name | Describe |
---|---|
steal_suitable_fallback | This function implements actual steal behaviour. If order is large enough,* we can steal whole pageblock. If not, we first move freepages in this* pageblock to our migratetype and determine how many already-allocated pages |
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 |