Home
last modified time | relevance | path

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

/third_party/node/src/large_pages/
Dnode_large_page.cc398 bool have_thp = false; in MapStaticCodeToLargePages() local
400 have_thp = IsTransparentHugePagesEnabled(); in MapStaticCodeToLargePages()
402 have_thp = IsSuperPagesEnabled(); in MapStaticCodeToLargePages()
405 have_thp = true; in MapStaticCodeToLargePages()
407 if (!have_thp) in MapStaticCodeToLargePages()