Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c341 const char **thp_fs_loc) in prepare_thp_fs() argument
344 *thp_fs_loc = xfs_path; in prepare_thp_fs()
348 *thp_fs_loc = mkdtemp(thp_fs_template); in prepare_thp_fs()
350 if (!*thp_fs_loc) in prepare_thp_fs()
356 void cleanup_thp_fs(const char *thp_fs_loc, bool created_tmp) in cleanup_thp_fs() argument
363 status = rmdir(thp_fs_loc); in cleanup_thp_fs()