Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dthp_settings.c158 void thp_write_string(const char *name, const char *val) in thp_write_string() function
261 thp_write_string("enabled", thp_enabled_strings[settings->thp_enabled]); in thp_write_settings()
262 thp_write_string("defrag", thp_defrag_strings[settings->thp_defrag]); in thp_write_settings()
263 thp_write_string("shmem_enabled", in thp_write_settings()
286 thp_write_string(path, thp_enabled_strings[enabled]); in thp_write_settings()
295 thp_write_string(path, shmem_enabled_strings[enabled]); in thp_write_settings()
H A Dthp_settings.h71 void thp_write_string(const char *name, const char *val);