Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dcow.c832 size_t size, mmap_size, mremap_size; in do_run_with_thp() local
912 mremap_size = thpsize / 2; in do_run_with_thp()
913 mremap_mem = mmap(NULL, mremap_size, PROT_NONE, in do_run_with_thp()
920 tmp = mremap(mem + mremap_size, mremap_size, mremap_size, in do_run_with_thp()
927 size = mremap_size; in do_run_with_thp()
981 munmap(mremap_mem, mremap_size); in do_run_with_thp()