Linux: mm: THP: transhuge_vma_suitable

2023-12-26 21:51:57

这个函数给出的注释非常的少。这里记录一下;
因为第一眼看这些个条件确实有些迷惑。

static inline bool transhuge_vma_suitable(struct vm_area_struct *vma,
		unsigned long haddr)
{
   
	/* Don't have to check pgoff for anonymous vma */
	if (!vma_is_anonymous(vma)) {
   
		if (!

文章来源:https://blog.csdn.net/qq_36428903/article/details/135230608
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。