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.c802 size_t size, mmap_size, mremap_size; in do_run_with_thp() local
876 mremap_size = thpsize / 2; in do_run_with_thp()
877 mremap_mem = mmap(NULL, mremap_size, PROT_NONE, in do_run_with_thp()
883 tmp = mremap(mem + mremap_size, mremap_size, mremap_size, in do_run_with_thp()
889 size = mremap_size; in do_run_with_thp()
939 munmap(mremap_mem, mremap_size); in do_run_with_thp()