KTSTR_BYPASS_LLC_LOCKS_ENV

Constant KTSTR_BYPASS_LLC_LOCKS_ENV 

Source
pub const KTSTR_BYPASS_LLC_LOCKS_ENV: &str = "KTSTR_BYPASS_LLC_LOCKS";
Expand description

Name of the environment variable that bypasses LLC resource locks at scenario setup (test_support::dispatch / cargo-ktstr shell). Set by the --bypass-llc-locks CLI flag.

Reader sites use the canonical crate::bypass_llc_locks_active helper (re-export of test_support::runtime::bypass_llc_locks_active) which applies the empty-string-as-unset contract uniformly across all 7 callers (vmm/builder.rs, cli/kernel_build/build.rs ×2, bin/ktstr.rs ×2, bin/cargo_ktstr/{kernel/mod, misc/shell}).