Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dthp_settings.c113 int thp_read_string(const char *name, const char * const strings[]) in thp_read_string() function
209 .thp_enabled = thp_read_string("enabled", thp_enabled_strings), in thp_read_settings()
210 .thp_defrag = thp_read_string("defrag", thp_defrag_strings), in thp_read_settings()
212 thp_read_string("shmem_enabled", shmem_enabled_strings), in thp_read_settings()
237 thp_read_string(path, thp_enabled_strings); in thp_read_settings()
248 thp_read_string(path, shmem_enabled_strings); in thp_read_settings()
H A Dthp_settings.h70 int thp_read_string(const char *name, const char * const strings[]);