Searched refs:StackMap (Results 1 – 2 of 2) sorted by relevance
82 pub struct StackMap(QueueMap); struct84 impl StackMap { impl86 QueueMap::new(attr).map(StackMap) in new()90 impl Deref for StackMap { implementation97 impl DerefMut for StackMap { implementation103 impl SpecialMap for StackMap { implementation
228 let stack_map = queue::StackMap::new(&map_meta)?; in bpf_map_create()