pub fn classify_module_visibility(
in_module_list: bool,
in_kobj_list: bool,
in_memory_map: bool,
) -> boolExpand description
Classify whether a kernel module is hidden by cross-referencing three views.
Returns true when the module is present in at least one view but absent
from at least one other (partial visibility = hidden).