Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dcow.c801 char *mem, *mmap_mem, *tmp, *mremap_mem = MAP_FAILED; in do_run_with_thp() local
877 mremap_mem = mmap(NULL, mremap_size, PROT_NONE, in do_run_with_thp()
884 MREMAP_MAYMOVE | MREMAP_FIXED, mremap_mem); in do_run_with_thp()
885 if (tmp != mremap_mem) { in do_run_with_thp()
938 if (mremap_mem != MAP_FAILED) in do_run_with_thp()
939 munmap(mremap_mem, mremap_size); in do_run_with_thp()