cregit-Linux how code gets into the kernel

Release 4.16 include/linux/hugetlb_inline.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_HUGETLB_INLINE_H

#define _LINUX_HUGETLB_INLINE_H

#ifdef CONFIG_HUGETLB_PAGE

#include <linux/mm.h>


static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma) { return !!(vma->vm_flags & VM_HUGETLB); }

Contributors

PersonTokensPropCommitsCommitProp
Naoya Horiguchi1878.26%133.33%
Motohiro Kosaki417.39%133.33%
Yaowei Bai14.35%133.33%
Total23100.00%3100.00%

#else
static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma) { return false; }

Contributors

PersonTokensPropCommitsCommitProp
Naoya Horiguchi1386.67%150.00%
Yaowei Bai213.33%150.00%
Total15100.00%2100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Naoya Horiguchi4985.96%240.00%
Motohiro Kosaki47.02%120.00%
Yaowei Bai35.26%120.00%
Greg Kroah-Hartman11.75%120.00%
Total57100.00%5100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.