Home
last modified time | relevance | path

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

/linux/mm/
H A Dhuge_memory.c75 static bool split_underused_thp = true; variable
451 return sysfs_emit(buf, "%d\n", split_underused_thp); in split_underused_thp_show()
458 int err = kstrtobool(buf, &split_underused_thp); in split_underused_thp_store()
4063 if (!partially_mapped && !split_underused_thp) in deferred_split_folio()