pub fn classify_futex(
key_address: u64,
owner_pid: u32,
waiter_count: u32,
) -> boolExpand description
Classify whether a futex entry is suspicious.
Returns true for excessive waiter counts (> 1000) or kernel-space keys
owned by a userspace process.