Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ linux_kernel_config_item_is_enabled
Function
linux_kernel_config_item_is_enabled
tests/thread/prctl.rs:198–201 ·
view source on GitHub ↗
(name: &str)
Source
from the content-addressed store, hash-verified
196
197
#[cfg(feature =
"system"
)]
198
fn linux_kernel_config_item_is_enabled(name: &str) -> io::Result<bool> {
199
let config = load_linux_kernel_config()?;
200
is_linux_kernel_config_item_enabled(&config, name)
201
}
Callers
3
test_secure_computing_mode
Function · 0.70
test_get_clear_child_tid_address
Function · 0.70
test_core_scheduling_cookie
Function · 0.70
Calls
2
load_linux_kernel_config
Function · 0.70
is_linux_kernel_config_item_enabled
Function · 0.70
Tested by
3
test_secure_computing_mode
Function · 0.56
test_get_clear_child_tid_address
Function · 0.56
test_core_scheduling_cookie
Function · 0.56