Home
last modified time | relevance | path

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

/linux-6.14.4/mm/
Dhuge_memory.c76 static bool split_underused_thp = true; variable
452 return sysfs_emit(buf, "%d\n", split_underused_thp); in split_underused_thp_show()
459 int err = kstrtobool(buf, &split_underused_thp); in split_underused_thp_store()
3738 if (!partially_mapped && !split_underused_thp) in deferred_split_folio()