Function report |
Source Code:mm\mempolicy.c |
Create Date:2022-07-28 15:32:44 |
| Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apply_policy_zone
Proto:static int apply_policy_zone(struct mempolicy *policy, enum zone_type zone)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct mempolicy * | policy | |
| enum zone_type | zone |
| 1789 | dynamic_policy_zone = Highest zone. An specific allocation for a zone below that is notpolicied. |
| 1791 | BUG_ON(dynamic_policy_zone == ZONE_MOVABLE) |
| 1801 | If Not nodes_intersects( interleave/bind , Array of node states.[N_HIGH_MEMORY]) Then dynamic_policy_zone = ZONE_MOVABLE |
| 1804 | Return zone >= dynamic_policy_zone |
| Name | Describe |
|---|---|
| policy_nodemask | Return a nodemask representing a mempolicy for filtering nodes for* page allocation |
| 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 |