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.c844 size_t size, mmap_size, mremap_size; in do_run_with_thp() local
924 mremap_size = thpsize / 2; in do_run_with_thp()
925 mremap_mem = mmap(NULL, mremap_size, PROT_NONE, in do_run_with_thp()
932 tmp = mremap(mem + mremap_size, mremap_size, mremap_size, in do_run_with_thp()
939 size = mremap_size; in do_run_with_thp()
993 munmap(mremap_mem, mremap_size); in do_run_with_thp()