Searched refs:downgrade (Results 1 – 1 of 1) sorted by relevance
2748 struct list_head *uf, bool downgrade) in __do_munmap() argument2845 if (downgrade) in __do_munmap()2853 return downgrade ? 1 : 0; in __do_munmap()2862 static int __vm_munmap(unsigned long start, size_t len, bool downgrade) in __vm_munmap() argument2871 ret = __do_munmap(mm, start, len, &uf, downgrade); in __vm_munmap()