Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dhuge_memory.c77 static bool split_underused_thp = true; variable
438 return sysfs_emit(buf, "%d\n", split_underused_thp); in split_underused_thp_show()
445 int err = kstrtobool(buf, &split_underused_thp); in split_underused_thp_store()
3646 if (!partially_mapped && !split_underused_thp) in deferred_split_folio()