cregit-Linux how code gets into the kernel

Release 4.7 include/linux/hugetlb_inline.h

Directory: include/linux
#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 horiguchinaoya horiguchi1878.26%133.33%
kosaki motohirokosaki motohiro417.39%133.33%
yaowei baiyaowei 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 horiguchinaoya horiguchi1386.67%150.00%
yaowei baiyaowei bai213.33%150.00%
Total15100.00%2100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
naoya horiguchinaoya horiguchi4987.50%250.00%
kosaki motohirokosaki motohiro47.14%125.00%
yaowei baiyaowei bai35.36%125.00%
Total56100.00%4100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}