Home
last modified time | relevance | path

Searched refs:mremap_mem (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dcow.c739 char *mem, *mmap_mem, *tmp, *mremap_mem = MAP_FAILED; in do_run_with_thp() local
813 mremap_mem = mmap(NULL, mremap_size, PROT_NONE, in do_run_with_thp()
820 MREMAP_MAYMOVE | MREMAP_FIXED, mremap_mem); in do_run_with_thp()
821 if (tmp != mremap_mem) { in do_run_with_thp()
874 if (mremap_mem != MAP_FAILED) in do_run_with_thp()
875 munmap(mremap_mem, mremap_size); in do_run_with_thp()