Home
last modified time | relevance | path

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

/third_party/node/src/large_pages/
H A Dnode_large_page.cc419 bool have_thp = false; in MapStaticCodeToLargePages() local
421 have_thp = IsTransparentHugePagesEnabled(); in MapStaticCodeToLargePages()
423 have_thp = IsSuperPagesEnabled(); in MapStaticCodeToLargePages()
426 have_thp = true; in MapStaticCodeToLargePages()
428 if (!have_thp) in MapStaticCodeToLargePages()

Completed in 1 milliseconds