Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dcow.c740 size_t size, mmap_size, mremap_size; in do_run_with_thp() local
812 mremap_size = thpsize / 2; in do_run_with_thp()
813 mremap_mem = mmap(NULL, mremap_size, PROT_NONE, in do_run_with_thp()
819 tmp = mremap(mem + mremap_size, mremap_size, mremap_size, in do_run_with_thp()
825 size = mremap_size; in do_run_with_thp()
875 munmap(mremap_mem, mremap_size); in do_run_with_thp()