Searched refs:prot_numa (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dmprotect.c91 bool prot_numa = cp_flags & MM_CP_PROT_NUMA; local
101 if (prot_numa && !(vma->vm_flags & VM_SHARED) &&
116 if (prot_numa) {
H A Dhuge_memory.c2026 * or if prot_numa but THP migration is not supported
2036 bool prot_numa = cp_flags & MM_CP_PROT_NUMA; local
2043 if (prot_numa && !thp_migration_supported())
2083 if (prot_numa) {
2113 * In case prot_numa, we are under mmap_read_lock(mm). It's critical
2118 * change_huge_pmd(prot_numa=1)

Completed in 150 milliseconds