Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/vm/
Dmremap_dontunmap.c135 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem() local
136 BUG_ON(mem_fd < 0, "memfd_create"); in mremap_dontunmap_simple_shmem()
138 BUG_ON(ftruncate(mem_fd, num_pages * page_size) < 0, in mremap_dontunmap_simple_shmem()
143 MAP_FILE | MAP_SHARED, mem_fd, 0); in mremap_dontunmap_simple_shmem()
146 BUG_ON(close(mem_fd) < 0, "close"); in mremap_dontunmap_simple_shmem()