Searched refs:huge_fd (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap09.c | 27 static int huge_fd = -1; variable 35 huge_fd, 0); in run_test() 41 huge_fd, 0); in run_test() 47 huge_fd, 0); in run_test() 62 huge_fd = tst_creat_unlinked(MNTPOINT, 0); in setup() 67 SAFE_CLOSE(huge_fd); in cleanup()
|
H A D | hugemmap08.c | 38 static int huge_fd = -1; variable 56 huge_fd, 0); in test_chunk_overcommit() 59 huge_fd, chunk1*hpage_size); in test_chunk_overcommit() 99 SAFE_FTRUNCATE(huge_fd, 0); in test_chunk_overcommit() 120 huge_fd = tst_creat_unlinked(MNTPOINT, 0); in setup() 125 SAFE_CLOSE(huge_fd); in cleanup()
|
H A D | hugemmap07.c | 28 static int huge_fd = -1; variable 82 MAP_PRIVATE|MAP_FIXED, huge_fd, 0); in run_test() 115 huge_fd = tst_creat_unlinked(MNTPOINT, 0); in setup() 120 SAFE_CLOSE(huge_fd); in cleanup()
|
Completed in 1 milliseconds