pub fn map_lookup_percpu_elem(
unified_map: &mut UnifiedMap,
key: &[u8],
cpu: u32,
) -> LinuxResult<Option<*const u8>>Expand description
Lookup an element in percpu map.
pub fn map_lookup_percpu_elem(
unified_map: &mut UnifiedMap,
key: &[u8],
cpu: u32,
) -> LinuxResult<Option<*const u8>>Lookup an element in percpu map.