Function transparent_huge_pages_are_disabled
pub fn transparent_huge_pages_are_disabled() -> Result<bool, Errno> ⓘ
Available on crate feature
dep_rustix
only.Expand description
Get the current setting of the THP disable
flag for the calling thread.