thp_defrag
.thp_defrag = THP_DEFRAG_ALWAYS,
.thp_defrag = thp_read_string("defrag", thp_defrag_strings),
thp_write_string("defrag", thp_defrag_strings[settings->thp_defrag]);
enum thp_defrag thp_defrag;