page
简述
__alloc_pages()
get_page_from_freelist(alloc_flags = ALLOC_WMARK_LOW)
__alloc_pages_slowpath()
alloc_flags = gfp_to_alloc_flags(gfp_mask)
wake_all_kswapds()
get_page_from_freelist(alloc_flags = ALLOC_WMARK_MIN)
__alloc_pages_direct_reclaim()详细解析
get_page_from_freelist()
零散知识点
Last updated