函数源码 |
Source File:mm\page_alloc.c |
Create Date:2022-07-27 16:35:25 |
首页 | Copyright©Brick |
3513 3514 3515 3516 3517 3518 | #ifdef CONFIG_NUMA static bool zone_allows_reclaim( struct zone *local_zone, struct zone *zone) { return node_distance(zone_to_nid(local_zone), zone_to_nid(zone)) <= node_reclaim_distance; } |