Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c369 const char **thp_fs_loc) in prepare_thp_fs() argument
372 *thp_fs_loc = xfs_path; in prepare_thp_fs()
376 *thp_fs_loc = mkdtemp(thp_fs_template); in prepare_thp_fs()
378 if (!*thp_fs_loc) in prepare_thp_fs()
384 void cleanup_thp_fs(const char *thp_fs_loc, bool created_tmp) in cleanup_thp_fs() argument
391 status = rmdir(thp_fs_loc); in cleanup_thp_fs()