Searched refs:mremap_mem (Results 1 – 1 of 1) sorted by relevance
831 char *mem, *mmap_mem, *tmp, *mremap_mem = MAP_FAILED; in do_run_with_thp() local913 mremap_mem = mmap(NULL, mremap_size, PROT_NONE, in do_run_with_thp()915 if (mremap_mem == MAP_FAILED) { in do_run_with_thp()921 MREMAP_MAYMOVE | MREMAP_FIXED, mremap_mem); in do_run_with_thp()922 if (tmp != mremap_mem) { in do_run_with_thp()980 if (mremap_mem != MAP_FAILED) in do_run_with_thp()981 munmap(mremap_mem, mremap_size); in do_run_with_thp()